Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c203 hidparser_packet_info_t hpack; in usb_ah_open() local
275 usb_ahd->usb_ah_report_descr, &hpack); in usb_ah_open()
278 usb_ahd->usb_ah_packet_size = (hpack.max_packet_size + 7) / 8; in usb_ah_open()
280 if (hpack.report_id == HID_REPORT_ID_UNDEFINED) { in usb_ah_open()
285 usb_ahd->usb_ah_report_id = hpack.report_id; in usb_ah_open()
/titanic_44/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h274 hidparser_handle_t parser_handle, hidparser_packet_info_t *hpack);
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2986 hidparser_packet_info_t *hpack) in hidparser_find_max_packet_size_from_report_descriptor() argument
3027 hpack->max_packet_size = packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3028 hpack->report_id = HID_REPORT_ID_UNDEFINED; in hidparser_find_max_packet_size_from_report_descriptor()
3051 hpack->max_packet_size = max_packet_size; in hidparser_find_max_packet_size_from_report_descriptor()
3052 hpack->report_id = max_report_id; in hidparser_find_max_packet_size_from_report_descriptor()
/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1905 hidparser_packet_info_t hpack; in hid_handle_report_descriptor() local
1955 hidp->hid_report_descr, &hpack); in hid_handle_report_descriptor()
1957 hidp->hid_packet_size = (hpack.max_packet_size + 7) / 8; in hid_handle_report_descriptor()
1960 if (hpack.report_id != HID_REPORT_ID_UNDEFINED) { in hid_handle_report_descriptor()