Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h200 int hid_packet_size; /* data packet size */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c565 if (hidp->hid_packet_size == 0) { in hid_attach()
569 hidp->hid_packet_size = USBKPSZ; in hid_attach()
574 hidp->hid_packet_size = USBMSSZ; in hid_attach()
2063 hidp->hid_packet_size = USBKPSZ; in hid_parse_hid_descr_failure()
2075 hidp->hid_packet_size = USBMSSZ; in hid_parse_hid_descr_failure()
2148 hidp->hid_packet_size = (hpack.max_packet_size + 7) / 8; in hid_handle_report_descriptor()
2152 hidp->hid_packet_size++; in hid_handle_report_descriptor()
2385 req->intr_len = hidp->hid_packet_size; in hid_start_intr_polling()