Searched refs:gb_hid_get_report (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/greybus/ |
D | hid.c | 74 static int gb_hid_get_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_get_report() function 195 if (gb_hid_get_report(ghid, report->type, report->id, ghid->inbuf, in gb_hid_init_report() 233 ret = gb_hid_get_report(ghid, report_type, report_number, buf, count); in __gb_hid_get_raw_report()
|