Home
last modified time | relevance | path

Searched refs:rh_port_state (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c219 ohcip->ohci_root_hub.rh_port_state[i] = port_state; in ohci_init_root_hub()
746 rh->rh_port_state[p] = DISCONNECTED; in ohci_handle_port_power()
757 rh->rh_port_state[port] = DISCONNECTED; in ohci_handle_port_power()
772 rh->rh_port_state[p] = POWERED_OFF; in ohci_handle_port_power()
783 rh->rh_port_state[port] = POWERED_OFF; in ohci_handle_port_power()
1635 rh_port_state[i] = DISABLED; in ohci_handle_root_hub_status_change()
1642 rh_port_state[i] = DISCONNECTED; in ohci_handle_root_hub_status_change()
1658 rh_port_state[i] = ENABLED; in ohci_handle_root_hub_status_change()
1665 rh_port_state[i] = DISABLED; in ohci_handle_root_hub_status_change()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h65 uint_t rh_port_state[OHCI_MAX_RH_PORTS]; member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h64 uint_t rh_port_state[EHCI_MAX_RH_PORTS]; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c215 ehcip->ehci_root_hub.rh_port_state[i] = port_state; in ehci_init_root_hub()
729 rh->rh_port_state[port] = DISCONNECTED; in ehci_handle_port_power()
739 rh->rh_port_state[port] = POWERED_OFF; in ehci_handle_port_power()
1944 rh_port_state[i] = DISABLED; in ehci_handle_root_hub_status_change()
1951 rh_port_state[i] = DISCONNECTED; in ehci_handle_root_hub_status_change()
1967 rh_port_state[i] = ENABLED; in ehci_handle_root_hub_status_change()
1974 rh_port_state[i] = DISABLED; in ehci_handle_root_hub_status_change()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h102 uint_t rh_port_state[MAX_RH_PORTS]; /* See below */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c185 uhcip->uhci_root_hub.rh_port_state[i] = DISCONNECTED; in uhci_init_root_hub()