Home
last modified time | relevance | path

Searched refs:hid_item_t (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libusbhid/
H A Dusbhid.h71 } hid_item_t; typedef
85 int hid_get_item(hid_data_t s, hid_item_t *h);
88 hid_item_t *h, int id);
99 int32_t hid_get_data(const void *p, const hid_item_t *h);
100 void hid_set_data(void *p, const hid_item_t *h, int32_t data);
H A Ddata.c34 hid_get_data(const void *p, const hid_item_t *h) in hid_get_data()
79 hid_set_data(void *p, const hid_item_t *h, int32_t data) in hid_set_data()
H A Dparse.c75 hid_clear_local(hid_item_t *c) in hid_clear_local()
208 hid_get_item_raw(hid_data_t s, hid_item_t *h) in hid_get_item_raw()
210 hid_item_t nc, *c; in hid_get_item_raw()
523 hid_get_item(hid_data_t s, hid_item_t *h) in hid_get_item()
577 hid_item_t *h, int id) in hid_locate()