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;
454 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_PESC;
556 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_PRSC;
579 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_CSC;
597 uhcip->uhci_root_hub.rh_port_changes[port];
622 uhcip->uhci_root_hub.rh_port_changes[port] = change_status;
745 change_status |= uhcip->uhci_root_hub.rh_port_changes[port];
756 uhcip->uhci_root_hub.rh_port_changes[port] = change_status;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h101 uint_t rh_port_changes[MAX_RH_PORTS]; member in struct:uhci_root_hub_info

Completed in 66 milliseconds