Searched defs:ghid (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/greybus/ |
D | hid.c | 36 static int gb_hid_get_desc(struct gb_hid *ghid) in gb_hid_get_desc() 42 static int gb_hid_get_report_desc(struct gb_hid *ghid, char *rdesc) in gb_hid_get_report_desc() 59 static int gb_hid_set_power(struct gb_hid *ghid, int type) in gb_hid_set_power() 74 static int gb_hid_get_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_get_report() 95 static int gb_hid_set_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_set_report() 136 struct gb_hid *ghid = gb_connection_get_data(connection); in gb_hid_request_handler() local 171 static void gb_hid_free_buffers(struct gb_hid *ghid) in gb_hid_free_buffers() 178 static int gb_hid_alloc_buffers(struct gb_hid *ghid, size_t bufsize) in gb_hid_alloc_buffers() 190 static void gb_hid_init_report(struct gb_hid *ghid, struct hid_report *report) in gb_hid_init_report() 207 static void gb_hid_init_reports(struct gb_hid *ghid) in gb_hid_init_reports() [all …]
|