Searched refs:PORT_CHANGE_PRSC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h120 #define PORT_CHANGE_PRSC 0x0010 /* port reset change */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c556 uhcip->uhci_root_hub.rh_port_changes[port] &= ~PORT_CHANGE_PRSC;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c4745 if (change & PORT_CHANGE_PRSC) {
4989 if (*change & PORT_CHANGE_PRSC) {
4993 hubd->h_port_state[port] |= (PORT_CHANGE_PRSC & ack_flag);
4996 hubd->h_port_state[port] &= ~(PORT_CHANGE_PRSC & ack_flag);
5138 if (*change & PORT_CHANGE_PRSC & ack_flag) {

Completed in 385 milliseconds