Home
last modified time | relevance | path

Searched refs:PORT_STATUS_PPS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h149 #define PORT_STATUS_PPS 0x0100 /* port power status */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4112 if (!(status & PORT_STATUS_PPS)) { in hubd_hotplug_thread()
4725 if (status & PORT_STATUS_PPS) { in hubd_get_hub_status()
4783 os |= PORT_STATUS_PPS; in hubd_status_uniform()
5250 if (*status & PORT_STATUS_PPS) { in hubd_determine_port_status()
5254 hubd->h_port_state[port] |= (PORT_STATUS_PPS & ack_flag); in hubd_determine_port_status()
5259 hubd->h_port_state[port] &= ~(PORT_STATUS_PPS & ack_flag); in hubd_determine_port_status()
5540 for (retry = 0; ((!(status & PORT_STATUS_PPS)) && in hubd_enable_all_port_power()
5559 if (!(status & PORT_STATUS_PPS)) { in hubd_enable_all_port_power()
5606 hubd->h_port_state[port] |= PORT_STATUS_PPS; in hubd_enable_port_power()
5674 hubd->h_port_state[port] &= ~PORT_STATUS_PPS; in hubd_disable_port_power()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c800 uint_t new_port_status = PORT_STATUS_PPS; in uhci_get_port_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c486 ps |= PORT_STATUS_PPS; in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1649 new_port_status |= PORT_STATUS_PPS; in ehci_get_root_hub_port_status()