Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h323 #define HUBD_CHILD_EVENT_DISCONNECT 0x01 macro
/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()
6712 hubd->h_child_events[port] &= ~HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
6746 if (hubd->h_child_events[port] & HUBD_CHILD_EVENT_DISCONNECT) { in hubd_post_event()
6749 ~HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()
6781 hubd->h_child_events[port] |= HUBD_CHILD_EVENT_DISCONNECT; in hubd_post_event()