Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h287 #define HID_STREAMS_OPEN 0x00000001 /* Streams are open */ macro
294 HID_STREAMS_OPEN) || ((hidp)->hid_external_flag == HID_STREAMS_OPEN))
/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c843 hidp->hid_internal_flag = HID_STREAMS_OPEN; in hid_open()
846 hidp->hid_external_flag = HID_STREAMS_OPEN; in hid_open()
882 hidp->hid_internal_flag = HID_STREAMS_OPEN; in hid_open()
885 hidp->hid_external_flag = HID_STREAMS_OPEN; in hid_open()
918 if (hidp->hid_external_flag == HID_STREAMS_OPEN) in hid_open()
925 if (hidp->hid_internal_flag == HID_STREAMS_OPEN) in hid_open()
1017 if (hidp->hid_external_flag == HID_STREAMS_OPEN) in hid_close()
1027 if (hidp->hid_internal_flag == HID_STREAMS_OPEN) in hid_close()
1182 if (flag != HID_STREAMS_OPEN) { in hid_wput()
1399 HID_STREAMS_OPEN) { in hid_interrupt_pipe_callback()
[all …]