Searched refs:hidmap_cb_ctx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 209 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 D | hidmap.h | 52 union hidmap_cb_ctx { union 59 struct hidmap *hm, struct hidmap_hid_item *hi, union hidmap_cb_ctx ctx
|