Searched refs:hidmap (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hidmap.h | 40 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 D | hidmap.c | 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() 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 D | hpen.c | 174 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 D | hsctrl.c | 100 DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap)); 104 MODULE_DEPEND(hsctrl, hidmap, 1, 1, 1);
|
| H A D | hgame.h | 39 struct hidmap hm;
|
| H A D | hms.c | 116 struct hidmap hm; 132 struct hidmap *hm = context; in hms_intr() 335 MODULE_DEPEND(hms, hidmap, 1, 1, 1);
|
| H A D | ps4dshock.c | 659 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 D | hcons.c | 288 DEFINE_CLASS_0(hcons, hcons_driver, hcons_methods, sizeof(struct hidmap)); 292 MODULE_DEPEND(hcons, hidmap, 1, 1, 1);
|
| H A D | xb360gp.c | 176 MODULE_DEPEND(xb360gp, hidmap, 1, 1, 1);
|
| H A D | hgame.c | 230 MODULE_DEPEND(hgame, hidmap, 1, 1, 1);
|
| /freebsd-14.2/sys/modules/hid/hidmap/ |
| H A D | Makefile | 4 KMOD= hidmap 5 SRCS= hidmap.c
|
| /freebsd-14.2/sys/modules/hid/ |
| H A D | Makefile | 5 hidmap \
|
| /freebsd-14.2/sys/conf/ |
| H A D | NOTES | 2430 device hidmap # HID to evdev mapping
|
| H A D | files | 1775 dev/hid/hidmap.c optional hidmap | hms
|