HomeSort by: relevance | last modified time | path
    Searched defs:hid_data_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libusbhid/
usbhid.h 37 typedef struct hid_data *hid_data_t; typedef in typeref:struct:hid_data *
93 hid_data_t hid_start_parse(report_desc_t d, int kindset, int id);
94 void hid_end_parse(hid_data_t s);
95 int hid_get_item(hid_data_t s, hid_item_t *h);
usbhid.h 37 typedef struct hid_data *hid_data_t; typedef in typeref:struct:hid_data *
93 hid_data_t hid_start_parse(report_desc_t d, int kindset, int id);
94 void hid_end_parse(hid_data_t s);
95 int hid_get_item(hid_data_t s, hid_item_t *h);

Completed in 25 milliseconds