Searched refs:hid_get_report_size_by_id (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c133 static input_report_size_t hid_get_report_size_by_id(hid_device_t* hid, function
217 *reply = hid_get_report_size_by_id(hid, inp->id, inp->type);
248 input_report_size_t needed = hid_get_report_size_by_id(hid, inp->id, inp->type);
260 input_report_size_t needed = hid_get_report_size_by_id(hid, inp->id, inp->type);
288 xfer = hid_get_report_size_by_id(hid->base, rpt_id, INPUT_REPORT_INPUT);
770 size_t rpt_sz = hid_get_report_size_by_id(hid, buf[0], INPUT_REPORT_INPUT);

Completed in 26 milliseconds