Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci_ioctl.h33 #define XHCI_IOCTL_SETPLS (XHCI_IOCTL | 0x02) macro
/illumos-gate/usr/src/cmd/xhci/
H A Dxhci_portsc.c207 if (ioctl(fd, XHCI_IOCTL_SETPLS, &xis) != 0) in xp_set_pls()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1923 cmd == XHCI_IOCTL_SETPLS) { in xhci_ioctl()