Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2942 uint_t max_packet_size; in hidparser_find_max_packet_size_from_report_descriptor() local
2978 hpack->max_packet_size = packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
2986 max_packet_size = 0; in hidparser_find_max_packet_size_from_report_descriptor()
2993 if (packet_size > max_packet_size) { in hidparser_find_max_packet_size_from_report_descriptor()
2994 max_packet_size = packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3002 hpack->max_packet_size = max_packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3007 max_report_id, max_packet_size); in hidparser_find_max_packet_size_from_report_descriptor()
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h90 uint_t max_packet_size; member
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c279 usb_ahd->usb_ah_packet_size = (hpack.max_packet_size + 7) / 8; in usb_ah_open()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2148 hidp->hid_packet_size = (hpack.max_packet_size + 7) / 8; in hid_handle_report_descriptor()