Home
last modified time | relevance | path

Searched refs:xhci_command_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c187 list_create(&xcr->xcr_commands, sizeof (xhci_command_t), in xhci_command_ring_init()
188 offsetof(xhci_command_t, xco_link)); in xhci_command_ring_init()
199 xhci_command_t *xco; in xhci_command_timeout()
295 xhci_command_init(xhci_command_t *xcp) in xhci_command_init()
297 bzero(xcp, sizeof (xhci_command_t)); in xhci_command_init()
302 xhci_command_fini(xhci_command_t *xcp) in xhci_command_fini()
312 xhci_command_t *xco, *rem; in xhci_command_event_callback()
399 xhci_command_submit(xhci_t *xhcip, xhci_command_t *xco) in xhci_command_submit()
475 xhci_command_t co; in xhci_command_enable_slot()
520 xhci_command_t co; in xhci_command_disable_slot()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h499 } xhci_command_t; typedef
783 extern void xhci_command_init(xhci_command_t *);
784 extern void xhci_command_fini(xhci_command_t *);