Home
last modified time | relevance | path

Searched refs:xhci_endpoint_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h562 } xhci_endpoint_t; typedef
578 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS];
600 xhci_endpoint_t *xp_ep;
692 xhci_endpoint_t *xhci_polled_endpoint;
786 xhci_endpoint_t *);
788 xhci_endpoint_t *);
790 xhci_endpoint_t *);
855 xhci_endpoint_t *, usba_pipe_handle_data_t *);
859 xhci_endpoint_t *);
863 xhci_endpoint_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c28 xhci_endpoint_is_periodic_in(xhci_endpoint_t *xep) in xhci_endpoint_is_periodic_in()
114 kmem_free(xep, sizeof (xhci_endpoint_t)); in xhci_endpoint_fini()
124 xhci_endpoint_t *xep) in xhci_endpoint_setup_default_context()
201 xhci_endpoint_t *xep) in xhci_endpoint_update_default()
472 xhci_endpoint_t *xep) in xhci_endpoint_setup_context()
582 xhci_endpoint_t *, xep, in xhci_endpoint_setup_context()
646 xhci_endpoint_t *xep; in xhci_endpoint_init()
674 kmem_free(xep, sizeof (xhci_endpoint_t)); in xhci_endpoint_init()
682 kmem_free(xep, sizeof (xhci_endpoint_t)); in xhci_endpoint_init()
882 xhci_endpoint_t *xep = arg; in xhci_endpoint_tick()
[all …]
H A Dxhci_polled.c66 xhci_endpoint_t *xep; in xhci_polled_init()
101 static xhci_endpoint_t *
122 xhci_polled_endpoint_transfer(xhci_polled_t *xhci_polledp, xhci_endpoint_t *xep, in xhci_polled_endpoint_transfer()
214 xhci_endpoint_t *xep; in xhci_polled_event_process()
306 xhci_endpoint_t *xep; in xhci_hcdi_console_input_enter()
406 xhci_endpoint_t *xep; in xhci_hcdi_console_input_exit()
H A Dxhci_usba.c62 xhci_endpoint_t *xep = NULL; in xhci_hcdi_pipe_open()
369 xhci_endpoint_t *xep; in xhci_hcdi_pipe_poll_fini()
494 xhci_endpoint_t *xep; in xhci_hcdi_pipe_close()
594 xhci_endpoint_t *xep; in xhci_hcdi_pipe_reset()
721 xhci_endpoint_t *xep; in xhci_hcdi_pipe_ctrl_xfer()
887 xhci_endpoint_t *xep; in xhci_hcdi_pipe_bulk_xfer()
1031 xhci_endpoint_t *xep; in xhci_hcdi_periodic_init()
1164 xhci_endpoint_t *xep; in xhci_hcdi_intr_oneshot()
1331 xhci_endpoint_t *xep; in xhci_hcdi_isoc_oneshot()
1728 xhci_endpoint_t *xep; in xhci_hcdi_device_fini()
[all …]
H A Dxhci_dma.c291 xhci_transfer_alloc(xhci_t *xhcip, xhci_endpoint_t *xep, size_t size, in xhci_transfer_alloc()
459 xhci_transfer_trb_fill_data(xhci_endpoint_t *xep, xhci_transfer_t *xt, int off, in xhci_transfer_trb_fill_data()
565 xhci_transfer_calculate_isoc(xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_transfer_calculate_isoc()
H A Dxhci_command.c675 xhci_endpoint_t *xep) in xhci_command_reset_endpoint()
732 xhci_endpoint_t *xep) in xhci_command_set_tr_dequeue()
795 xhci_endpoint_t *xep) in xhci_command_stop_endpoint()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c589 xhci_endpoint_t xe; in xhci_mdb_walk_xhci_endpoint_step()
615 const xhci_endpoint_t *xep = data; in xhci_mdb_find_endpoint_cb()
719 const xhci_endpoint_t *xep = ep; in xhci_mdb_print_endpoint_summary()