Home
last modified time | relevance | path

Searched refs:hid_data (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c45 static uint8_t hid_get_byte(struct hid_data *s, const uint16_t wSize);
57 struct hid_data { struct
100 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid()
154 struct hid_data *
157 struct hid_data *s; in hid_start_parse()
179 hid_end_parse(struct hid_data *s) in hid_end_parse()
191 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte()
221 hid_get_item(struct hid_data *s, struct hid_item *h) in hid_get_item()
544 struct hid_data *d; in hid_report_size()
598 struct hid_data * in hid_locate()
[all...]
H A Dusbhid.h245 struct hid_data *hid_start_parse(const void *d, usb_size_t len, int kindset);
246 void hid_end_parse(struct hid_data *s);
247 int hid_get_item(struct hid_data *s, struct hid_item *h);

Completed in 2 milliseconds