Searched refs:hidmap (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/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 | 111 _hidmap_set_debug_var(struct hidmap *hm, int *debug_var) in _hidmap_set_debug_var() 131 hidmap_support_key(struct hidmap *hm, uint16_t key) in hidmap_support_key() 162 hidmap_sync_keys(struct hidmap *hm) in hidmap_sync_keys() 184 struct hidmap *hm = context; in hidmap_intr() 720 hidmap_probe(struct hidmap* hm, device_t dev, in hidmap_probe() 743 hidmap_attach(struct hidmap* hm) in hidmap_attach() 806 hidmap_detach(struct hidmap* hm) in hidmap_detach() 833 MODULE_DEPEND(hidmap, hid, 1, 1, 1); 834 MODULE_DEPEND(hidmap, hidbus, 1, 1, 1); 835 MODULE_DEPEND(hidmap, evdev, 1, 1, 1); [all …]
|
| H A D | hpen.c | 178 struct hidmap *hm = device_get_softc(dev); in hpen_probe() 220 struct hidmap *hm = device_get_softc(dev); in hpen_attach() 258 DEFINE_CLASS_0(hpen, hpen_driver, hpen_methods, sizeof(struct hidmap)); 262 MODULE_DEPEND(hpen, hidmap, 1, 1, 1);
|
| H A D | hsctrl.c | 103 DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap)); 107 MODULE_DEPEND(hsctrl, hidmap, 1, 1, 1);
|
| H A D | hgame.h | 39 struct hidmap hm;
|
| H A D | hms.c | 117 struct hidmap hm; 133 struct hidmap *hm = context; in hms_intr() 334 MODULE_DEPEND(hms, hidmap, 1, 1, 1);
|
| H A D | ps4dshock.c | 661 struct hidmap hm; 676 struct hidmap hm; 685 struct hidmap hm; 1133 struct hidmap *hm = device_get_softc(dev); in ps4dshead_probe() 1375 sizeof(struct hidmap)); 1386 MODULE_DEPEND(ps4dshock, hidmap, 1, 1, 1);
|
| H A D | hcons.c | 291 DEFINE_CLASS_0(hcons, hcons_driver, hcons_methods, sizeof(struct hidmap)); 295 MODULE_DEPEND(hcons, hidmap, 1, 1, 1);
|
| H A D | xb360gp.c | 179 MODULE_DEPEND(xb360gp, hidmap, 1, 1, 1);
|
| H A D | hgame.c | 233 MODULE_DEPEND(hgame, hidmap, 1, 1, 1);
|
| /freebsd-13.1/sys/modules/hid/hidmap/ |
| H A D | Makefile | 5 KMOD= hidmap 6 SRCS= hidmap.c
|
| /freebsd-13.1/sys/modules/hid/ |
| H A D | Makefile | 6 hidmap \
|
| /freebsd-13.1/sys/conf/ |
| H A D | NOTES | 2420 device hidmap # HID to evdev mapping
|
| H A D | files | 1833 dev/hid/hidmap.c optional hidmap
|