Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h206 uint8_t h_child_events[MAX_PORTS + 1]; member
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6586 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_DISCONNECT; in hubd_busop_add_eventcall()
6592 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_PRESUSPEND; in hubd_busop_add_eventcall()
6712 hubd->h_child_events[port] &= ~HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
6730 hubd->h_child_events[port] &= ~HUBD_CHILD_EVENT_PRESUSPEND; in hubd_post_event()
6746 if (hubd->h_child_events[port] & HUBD_CHILD_EVENT_DISCONNECT) { in hubd_post_event()
6748 hubd->h_child_events[port] &= in hubd_post_event()
6781 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
6791 if (hubd->h_child_events[port] & HUBD_CHILD_EVENT_PRESUSPEND) { in hubd_post_event()
6818 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_PRESUSPEND; in hubd_post_event()