Home
last modified time | relevance | path

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 Dxhci.h579 } xhci_device_t; typedef
720 extern xhci_device_t *xhci_device_lookup_by_slot(xhci_t *, int);
768 extern void xhci_context_slot_output_fini(xhci_t *, xhci_device_t *);
784 extern int xhci_command_evaluate_context(xhci_t *, xhci_device_t *);
785 extern int xhci_command_reset_endpoint(xhci_t *, xhci_device_t *,
787 extern int xhci_command_set_tr_dequeue(xhci_t *, xhci_device_t *,
789 extern int xhci_command_stop_endpoint(xhci_t *, xhci_device_t *,
852 extern int xhci_endpoint_init(xhci_t *, xhci_device_t *,
854 extern int xhci_endpoint_reinit(xhci_t *, xhci_device_t *,
857 extern void xhci_endpoint_fini(xhci_device_t *, int);
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c100 xhci_endpoint_fini(xhci_device_t *xd, int endpoint) in xhci_endpoint_fini()
200 xhci_endpoint_update_default(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_update_default()
361 xhci_endpoint_interval(xhci_device_t *xd, usb_ep_descr_t *ep) in xhci_endpoint_interval()
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()
883 xhci_device_t *xd = xep->xep_xd; in xhci_endpoint_tick()
1305 xhci_device_t *
1308 xhci_device_t *xd; in xhci_device_lookup_by_slot()
1326 xhci_endpoint_norm_callback(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_norm_callback()
1441 xhci_endpoint_isoch_callback(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_isoch_callback()
[all …]
H A Dxhci_usba.c63 xhci_device_t *xd; in xhci_hcdi_pipe_open()
368 xhci_device_t *xd; in xhci_hcdi_pipe_poll_fini()
493 xhci_device_t *xd; in xhci_hcdi_pipe_close()
593 xhci_device_t *xd; in xhci_hcdi_pipe_reset()
720 xhci_device_t *xd; in xhci_hcdi_pipe_ctrl_xfer()
886 xhci_device_t *xd; in xhci_hcdi_pipe_bulk_xfer()
1030 xhci_device_t *xd; in xhci_hcdi_periodic_init()
1163 xhci_device_t *xd; in xhci_hcdi_intr_oneshot()
1330 xhci_device_t *xd; in xhci_hcdi_isoc_oneshot()
1566 xhci_device_t *xd; in xhci_hcdi_device_tt()
[all …]
H A Dxhci_command.c547 xhci_command_set_address(xhci_t *xhcip, xhci_device_t *xd, boolean_t bsr) in xhci_command_set_address()
583 xhci_command_configure_endpoint(xhci_t *xhcip, xhci_device_t *xd) in xhci_command_configure_endpoint()
631 xhci_command_evaluate_context(xhci_t *xhcip, xhci_device_t *xd) in xhci_command_evaluate_context()
674 xhci_command_reset_endpoint(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_reset_endpoint()
731 xhci_command_set_tr_dequeue(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_set_tr_dequeue()
794 xhci_command_stop_endpoint(xhci_t *xhcip, xhci_device_t *xd, in xhci_command_stop_endpoint()
H A Dxhci_context.c214 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 Dxhci_polled.c105 xhci_device_t *xd; in xhci_polled_get_endpoint()
126 xhci_device_t *xd = xep->xep_xd; in xhci_polled_endpoint_transfer()
H A Dxhci_dma.c565 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 Dxhci.c56 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()