Lines Matching defs:hm
52 #define DPRINTFN(hm, n, fmt, ...) do { \ argument
58 #define DPRINTF(hm, ...) DPRINTFN(hm, 1, __VA_ARGS__) argument
67 #define HIDMAP_WANT_MERGE_KEYS(hm) ((hm)->key_rel != NULL) argument
69 #define HIDMAP_FOREACH_ITEM(hm, mi, uoff) \ argument
90 hidmap_get_next_map_item(struct hidmap *hm, u_int *map, u_int *item, in hidmap_get_next_map_item()
109 _hidmap_set_debug_var(struct hidmap *hm, int *debug_var) in _hidmap_set_debug_var()
129 hidmap_support_key(struct hidmap *hm, uint16_t key) in hidmap_support_key()
151 hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value) in hidmap_push_key()
160 hidmap_sync_keys(struct hidmap *hm) in hidmap_sync_keys()
182 struct hidmap *hm = context; in hidmap_intr() local
500 hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map, in hidmap_add_map()
538 hidmap_parse_hid_item(struct hidmap *hm, struct hid_item *hi, in hidmap_parse_hid_item()
656 hidmap_parse_hid_descr(struct hidmap *hm, uint8_t tlc_index) in hidmap_parse_hid_descr()
718 hidmap_probe(struct hidmap* hm, device_t dev, in hidmap_probe()
741 hidmap_attach(struct hidmap* hm) in hidmap_attach()
804 hidmap_detach(struct hidmap* hm) in hidmap_detach()