Home
last modified time | relevance | path

Searched refs:PORT_STATUS_PSS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h146 #define PORT_STATUS_PSS 0x0004 /* port suspend status */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c816 new_port_status |= PORT_STATUS_PSS; in uhci_get_port_status()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c794 if ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0) { in hubd_resume_port()
838 ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0)) { in hubd_resume_port()
887 if ((status & PORT_STATUS_PSS) == 0) { in hubd_resume_port()
990 if (status & PORT_STATUS_PSS) { in hubd_suspend_port()
5207 if (*status & PORT_STATUS_PSS) { in hubd_determine_port_status()
5211 hubd->h_port_state[port] |= (PORT_STATUS_PSS & ack_flag); in hubd_determine_port_status()
5216 hubd->h_port_state[port] &= ~(PORT_STATUS_PSS & ack_flag); in hubd_determine_port_status()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1621 new_port_status |= PORT_STATUS_PSS; in ehci_get_root_hub_port_status()