Searched refs:xhci_device_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 585 } xhci_device_t; typedef 726 extern xhci_device_t *xhci_device_lookup_by_slot(xhci_t *, int); 765 extern void xhci_transfer_calculate_isoc(xhci_device_t *, xhci_endpoint_t *, 773 extern boolean_t xhci_context_slot_output_init(xhci_t *, xhci_device_t *); 774 extern void xhci_context_slot_output_fini(xhci_t *, xhci_device_t *); 788 extern int xhci_command_set_address(xhci_t *, xhci_device_t *, boolean_t); 789 extern int xhci_command_configure_endpoint(xhci_t *, xhci_device_t *); 790 extern int xhci_command_evaluate_context(xhci_t *, xhci_device_t *); 791 extern int xhci_command_reset_endpoint(xhci_t *, xhci_device_t *, 793 extern int xhci_command_set_tr_dequeue(xhci_t *, xhci_device_t *, [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_endpoint.c | 100 xhci_endpoint_fini(xhci_device_t *xd, int endpoint) in xhci_endpoint_fini() 123 xhci_endpoint_setup_default_context(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_setup_default_context() 200 xhci_endpoint_update_default(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_update_default() 262 xhci_endpoint_determine_burst(xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_endpoint_determine_burst() 361 xhci_endpoint_interval(xhci_device_t *xd, usb_ep_descr_t *ep) in xhci_endpoint_interval() 408 xhci_endpoint_max_esit(xhci_device_t *xd, xhci_endpoint_t *xep, uint_t mps, in xhci_endpoint_max_esit() 471 xhci_endpoint_setup_context(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_setup_context() 641 xhci_endpoint_init(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_init() 702 xhci_endpoint_reinit(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_endpoint_reinit() 766 xhci_endpoint_quiesce(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_endpoint_quiesce() [all …]
|
H A D | xhci_usba.c | 63 xhci_device_t *xd; in xhci_hcdi_pipe_open() 372 xhci_device_t *xd; in xhci_hcdi_pipe_poll_fini() 497 xhci_device_t *xd; in xhci_hcdi_pipe_close() 597 xhci_device_t *xd; in xhci_hcdi_pipe_reset() 724 xhci_device_t *xd; in xhci_hcdi_pipe_ctrl_xfer() 890 xhci_device_t *xd; in xhci_hcdi_pipe_bulk_xfer() 965 xhci_hcdi_isoc_transfer_fill(xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_hcdi_isoc_transfer_fill() 1034 xhci_device_t *xd; in xhci_hcdi_periodic_init() 1167 xhci_device_t *xd; in xhci_hcdi_intr_oneshot() 1334 xhci_device_t *xd; in xhci_hcdi_isoc_oneshot() [all …]
|
H A D | xhci_command.c | 548 xhci_command_set_address(xhci_t *xhcip, xhci_device_t *xd, boolean_t bsr) in xhci_command_set_address() 584 xhci_command_configure_endpoint(xhci_t *xhcip, xhci_device_t *xd) in xhci_command_configure_endpoint() 632 xhci_command_evaluate_context(xhci_t *xhcip, xhci_device_t *xd) in xhci_command_evaluate_context() 675 xhci_command_reset_endpoint(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_reset_endpoint() 732 xhci_command_set_tr_dequeue(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_set_tr_dequeue() 795 xhci_command_stop_endpoint(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_stop_endpoint()
|
H A D | xhci_context.c | 214 xhci_context_slot_output_init(xhci_t *xhcip, xhci_device_t *xd) in xhci_context_slot_output_init() 236 xhci_context_slot_output_fini(xhci_t *xhcip, xhci_device_t *xd) in xhci_context_slot_output_fini()
|
H A D | xhci_polled.c | 105 xhci_device_t *xd; in xhci_polled_get_endpoint() 126 xhci_device_t *xd = xep->xep_xd; in xhci_polled_endpoint_transfer()
|
H A D | xhci_dma.c | 565 xhci_transfer_calculate_isoc(xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_transfer_calculate_isoc()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 56 xhci_device_t xmwe_device; 543 xhci_device_t xd; in xhci_mdb_walk_xhci_device_step() 557 xhci_device_t *xd; in xhci_mdb_walk_xhci_endpoint_init() 634 const xhci_device_t *xd = data; in xhci_mdb_find_device_cb() 718 const xhci_device_t *xd = arg; in xhci_mdb_print_endpoint_summary() 748 xhci_device_t xd; in xhci_mdb_print_device()
|