Home
last modified time | relevance | path

Searched refs:hidmap_cb_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhidmap.c209 if (hi->cb(hm, hi, (union hidmap_cb_ctx){.rid = id}) in hidmap_intr()
239 if (hi->cb(hm, hi, (union hidmap_cb_ctx){.data = data}) in hidmap_intr()
398 (union hidmap_cb_ctx){.hi = hi}) != 0) in hidmap_probe_hid_item()
474 map[i].cb(NULL, NULL, (union hidmap_cb_ctx){}) == 0) { in hidmap_probe_hid_descr()
557 (union hidmap_cb_ctx){.hi = hi}) != 0) in hidmap_parse_hid_item()
694 map->cb(hm, item, (union hidmap_cb_ctx){}) == 0) { in hidmap_parse_hid_descr()
819 hi->cb(hm, hi, (union hidmap_cb_ctx){}); in hidmap_detach()
H A Dhidmap.h52 union hidmap_cb_ctx { union
59 struct hidmap *hm, struct hidmap_hid_item *hi, union hidmap_cb_ctx ctx