Searched refs:gb_hid (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | hid.c | 19 struct gb_hid { struct 37 static int gb_hid_get_desc(struct gb_hid *ghid) in gb_hid_get_desc() argument 43 static int gb_hid_get_report_desc(struct gb_hid *ghid, char *rdesc) in gb_hid_get_report_desc() 60 static int gb_hid_set_power(struct gb_hid *ghid, int type) in gb_hid_set_power() 75 static int gb_hid_get_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_get_report() 96 static int gb_hid_set_report(struct gb_hid *ghid, u8 report_type, u8 report_id, in gb_hid_set_report() 137 struct gb_hid *ghid = gb_connection_get_data(connection); in gb_hid_request_handler() 172 static void gb_hid_free_buffers(struct gb_hid *ghid) in gb_hid_free_buffers() 179 static int gb_hid_alloc_buffers(struct gb_hid *ghid, size_t bufsize) in gb_hid_alloc_buffers() 191 static void gb_hid_init_report(struct gb_hid *ghid, struct hid_report *report) in gb_hid_init_report() [all …]
|