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.h568 } xhci_endpoint_t; typedef
584 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS];
606 xhci_endpoint_t *xp_ep;
698 xhci_endpoint_t *xhci_polled_endpoint;
758 extern xhci_transfer_t *xhci_transfer_alloc(xhci_t *, xhci_endpoint_t *, size_t,
763 extern void xhci_transfer_trb_fill_data(xhci_endpoint_t *, xhci_transfer_t *,
765 extern void xhci_transfer_calculate_isoc(xhci_device_t *, xhci_endpoint_t *,
792 xhci_endpoint_t *);
794 xhci_endpoint_t *);
796 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()
42 xhci_input_context_sync(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_input_context_sync()
84 xhci_endpoint_timeout_cancel(xhci_t *xhcip, xhci_endpoint_t *xep) in xhci_endpoint_timeout_cancel()
108 xhci_endpoint_close(xhci_t *xhcip, xhci_endpoint_t *xep) in xhci_endpoint_close()
130 xhci_endpoint_t *xep) in xhci_endpoint_unconfigure()
181 xhci_endpoint_t *xep = xd->xd_endpoints[endpoint]; in xhci_endpoint_fini()
198 kmem_free(xep, sizeof (xhci_endpoint_t)); in xhci_endpoint_fini()
208 xhci_endpoint_t *xep) in xhci_endpoint_setup_default_context()
275 xhci_endpoint_t *xep) in xhci_endpoint_update_default()
342 xhci_endpoint_determine_burst(xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_endpoint_determine_burst()
[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()
357 xhci_hcdi_pipe_flush(xhci_t *xhcip, xhci_endpoint_t *xep, int intr_code) in xhci_hcdi_pipe_flush()
405 xhci_endpoint_t *xep; in xhci_hcdi_pipe_poll_fini()
530 xhci_endpoint_t *xep; in xhci_hcdi_pipe_close()
660 xhci_endpoint_t *xep; in xhci_hcdi_pipe_reset()
787 xhci_endpoint_t *xep; in xhci_hcdi_pipe_ctrl_xfer()
953 xhci_endpoint_t *xep; in xhci_hcdi_pipe_bulk_xfer()
1027 xhci_hcdi_isoc_transfer_fill(xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_hcdi_isoc_transfer_fill()
1097 xhci_endpoint_t *xep; in xhci_hcdi_periodic_init()
1230 xhci_endpoint_t *xep; in xhci_hcdi_intr_oneshot()
[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.c676 xhci_endpoint_t *xep) in xhci_command_reset_endpoint()
733 xhci_endpoint_t *xep) in xhci_command_set_tr_dequeue()
796 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()