Home
last modified time | relevance | path

Searched refs:hidmap (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhidmap.h40 struct hidmap;
59 struct hidmap *hm, struct hidmap_hid_item *hi, union hidmap_cb_ctx ctx
190 struct hidmap { struct
233 hidmap_set_dev(struct hidmap *hm, device_t dev) in hidmap_set_dev()
244 void _hidmap_set_debug_var(struct hidmap *hm, int *debug_var);
247 uint32_t hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
251 void hidmap_support_key(struct hidmap *hm, uint16_t key);
252 void hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value);
258 int hidmap_probe(struct hidmap* hm, device_t dev,
262 int hidmap_attach(struct hidmap *hm);
[all …]
H A Dhidmap.c90 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()
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()
[all …]
H A Dhpen.c174 struct hidmap *hm = device_get_softc(dev); in hpen_probe()
216 struct hidmap *hm = device_get_softc(dev); in hpen_attach()
253 DEFINE_CLASS_0(hpen, hpen_driver, hpen_methods, sizeof(struct hidmap));
257 MODULE_DEPEND(hpen, hidmap, 1, 1, 1);
H A Dhsctrl.c100 DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap));
104 MODULE_DEPEND(hsctrl, hidmap, 1, 1, 1);
H A Dhms.c116 struct hidmap hm;
133 struct hidmap *hm = context; in hms_intr()
363 MODULE_DEPEND(hms, hidmap, 1, 1, 1);
H A Dhgame.h39 struct hidmap hm;
H A Dps4dshock.c659 struct hidmap hm;
674 struct hidmap hm;
683 struct hidmap hm;
1131 struct hidmap *hm = device_get_softc(dev); in ps4dshead_probe()
1368 sizeof(struct hidmap));
1379 MODULE_DEPEND(ps4dshock, hidmap, 1, 1, 1);
H A Dhcons.c288 DEFINE_CLASS_0(hcons, hcons_driver, hcons_methods, sizeof(struct hidmap));
292 MODULE_DEPEND(hcons, hidmap, 1, 1, 1);
H A Dxb360gp.c176 MODULE_DEPEND(xb360gp, hidmap, 1, 1, 1);
H A Dhgame.c230 MODULE_DEPEND(hgame, hidmap, 1, 1, 1);
/freebsd/sys/modules/hid/hidmap/
H A DMakefile3 KMOD= hidmap
4 SRCS= hidmap.c
/freebsd/sys/modules/hid/
H A DMakefile4 hidmap \
/freebsd/sys/conf/
H A DNOTES2436 device hidmap # HID to evdev mapping
H A Dfiles1760 dev/hid/hidmap.c optional hidmap | hms