Home
last modified time | relevance | path

Searched refs:xhci_command_set_address (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h788 extern int xhci_command_set_address(xhci_t *, xhci_device_t *, boolean_t);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c548 xhci_command_set_address(xhci_t *xhcip, xhci_device_t *xd, boolean_t bsr) in xhci_command_set_address() function
H A Dxhci_usba.c1709 if ((ret = xhci_command_set_address(xhcip, xd, B_TRUE)) != 0) { in xhci_hcdi_device_init()
1828 ret = xhci_command_set_address(xhcip, xd, B_FALSE); in xhci_hcdi_device_address()