Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h290 #define HID_STREAMS_OPEN 0x00000001 /* Streams are open */ macro
297 HID_STREAMS_OPEN) || ((hidp)->hid_external_flag == HID_STREAMS_OPEN))
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1029 hidp->hid_internal_flag = HID_STREAMS_OPEN; in hid_open()
1032 hidp->hid_external_flag = HID_STREAMS_OPEN; in hid_open()
1068 hidp->hid_internal_flag = HID_STREAMS_OPEN; in hid_open()
1071 hidp->hid_external_flag = HID_STREAMS_OPEN; in hid_open()
1104 if (hidp->hid_external_flag == HID_STREAMS_OPEN) in hid_open()
1111 if (hidp->hid_internal_flag == HID_STREAMS_OPEN) in hid_open()
1203 if (hidp->hid_external_flag == HID_STREAMS_OPEN) in hid_close()
1213 if (hidp->hid_internal_flag == HID_STREAMS_OPEN) in hid_close()
1368 if (flag != HID_STREAMS_OPEN) { in hid_wput()
1585 HID_STREAMS_OPEN) { in hid_interrupt_pipe_callback()
[all …]