Home
last modified time | relevance | path

Searched refs:rh_port_changes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c187 uhcip->uhci_root_hub.rh_port_changes[i] = 0; in uhci_init_root_hub()
454 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_PESC; in uhci_handle_port_enable_disable()
556 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_PRSC; in uhci_handle_complete_port_reset()
579 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_CSC; in uhci_handle_clear_port_connection()
597 uhcip->uhci_root_hub.rh_port_changes[port]; in uhci_handle_get_port_status()
622 uhcip->uhci_root_hub.rh_port_changes[port] = change_status; in uhci_handle_get_port_status()
745 change_status |= uhcip->uhci_root_hub.rh_port_changes[port]; in uhci_handle_root_hub_status_change()
756 uhcip->uhci_root_hub.rh_port_changes[port] = change_status; in uhci_handle_root_hub_status_change()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h101 uint_t rh_port_changes[MAX_RH_PORTS]; member