usbhid.h | 80 } hid_item_t; typedef in typeref:struct:hid_item 95 int hid_get_item(hid_data_t s, hid_item_t *h); 97 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h, int id); 107 int hid_get_data(const void *p, const hid_item_t *h); 108 void hid_set_data(void *p, const hid_item_t *h, int data);
|