Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h192 usb_if_descr_t hid_if_descr; /* interface descr */ member
241 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_state_t::hid_if_descr))
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c422 hidp->hid_if_descr = altif_data->altif_descr; in hid_attach()
427 if (hidp->hid_if_descr.bInterfaceSubClass != BOOT_INTERFACE) in hid_attach()
428 hidp->hid_if_descr.bInterfaceProtocol = NONE_PROTOCOL; in hid_attach()
566 if (hidp->hid_if_descr.bInterfaceProtocol == in hid_attach()
571 hid_if_descr.bInterfaceProtocol == in hid_attach()
607 switch (hidp->hid_if_descr.bInterfaceProtocol) { in hid_attach()
1045 no_of_ep = hidp->hid_if_descr.bNumEndpoints; in hid_open()
2054 if (hidp->hid_if_descr.bInterfaceProtocol == KEYBOARD_PROTOCOL) { in hid_parse_hid_descr_failure()
2065 } else if (hidp->hid_if_descr.bInterfaceProtocol == in hid_parse_hid_descr_failure()
2195 setup.wIndex = hidp->hid_if_descr.bInterfaceNumber; in hid_set_idle()
[all …]