Home
last modified time | relevance | path

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

/freebsd-14.2/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.c109 _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()
160 hidmap_sync_keys(struct hidmap *hm) in hidmap_sync_keys()
182 struct hidmap *hm = context; in hidmap_intr()
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()
831 MODULE_DEPEND(hidmap, hid, 1, 1, 1);
832 MODULE_DEPEND(hidmap, hidbus, 1, 1, 1);
833 MODULE_DEPEND(hidmap, evdev, 1, 1, 1);
[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 Dhgame.h39 struct hidmap hm;
H A Dhms.c116 struct hidmap hm;
132 struct hidmap *hm = context; in hms_intr()
335 MODULE_DEPEND(hms, hidmap, 1, 1, 1);
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-14.2/sys/modules/hid/hidmap/
H A DMakefile4 KMOD= hidmap
5 SRCS= hidmap.c
/freebsd-14.2/sys/modules/hid/
H A DMakefile5 hidmap \
/freebsd-14.2/sys/conf/
H A DNOTES2430 device hidmap # HID to evdev mapping
H A Dfiles1775 dev/hid/hidmap.c optional hidmap | hms