Symbol: hidmap
sys/dev/hid/hcons.c
288
DEFINE_CLASS_0(hcons, hcons_driver, hcons_methods, sizeof(struct hidmap));
sys/dev/hid/hcons.c
292
MODULE_DEPEND(hcons, hidmap, 1, 1, 1);
sys/dev/hid/hgame.c
227
MODULE_DEPEND(hgame, hidmap, 1, 1, 1);
sys/dev/hid/hgame.h
39
struct hidmap hm;
sys/dev/hid/hidmap.c
109
_hidmap_set_debug_var(struct hidmap *hm, int *debug_var)
sys/dev/hid/hidmap.c
129
hidmap_support_key(struct hidmap *hm, uint16_t key)
sys/dev/hid/hidmap.c
151
hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value)
sys/dev/hid/hidmap.c
160
hidmap_sync_keys(struct hidmap *hm)
sys/dev/hid/hidmap.c
182
struct hidmap *hm = context;
sys/dev/hid/hidmap.c
500
hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
sys/dev/hid/hidmap.c
538
hidmap_parse_hid_item(struct hidmap *hm, struct hid_item *hi,
sys/dev/hid/hidmap.c
656
hidmap_parse_hid_descr(struct hidmap *hm, uint8_t tlc_index)
sys/dev/hid/hidmap.c
718
hidmap_probe(struct hidmap* hm, device_t dev,
sys/dev/hid/hidmap.c
741
hidmap_attach(struct hidmap* hm)
sys/dev/hid/hidmap.c
804
hidmap_detach(struct hidmap* hm)
sys/dev/hid/hidmap.c
831
MODULE_DEPEND(hidmap, hid, 1, 1, 1);
sys/dev/hid/hidmap.c
832
MODULE_DEPEND(hidmap, hidbus, 1, 1, 1);
sys/dev/hid/hidmap.c
833
MODULE_DEPEND(hidmap, evdev, 1, 1, 1);
sys/dev/hid/hidmap.c
834
MODULE_VERSION(hidmap, 1);
sys/dev/hid/hidmap.c
90
hidmap_get_next_map_item(struct hidmap *hm, u_int *map, u_int *item,
sys/dev/hid/hidmap.h
233
hidmap_set_dev(struct hidmap *hm, device_t dev)
sys/dev/hid/hidmap.h
244
void _hidmap_set_debug_var(struct hidmap *hm, int *debug_var);
sys/dev/hid/hidmap.h
247
uint32_t hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
sys/dev/hid/hidmap.h
251
void hidmap_support_key(struct hidmap *hm, uint16_t key);
sys/dev/hid/hidmap.h
252
void hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value);
sys/dev/hid/hidmap.h
258
int hidmap_probe(struct hidmap* hm, device_t dev,
sys/dev/hid/hidmap.h
262
int hidmap_attach(struct hidmap *hm);
sys/dev/hid/hidmap.h
263
int hidmap_detach(struct hidmap *hm);
sys/dev/hid/hidmap.h
40
struct hidmap;
sys/dev/hid/hidmap.h
59
struct hidmap *hm, struct hidmap_hid_item *hi, union hidmap_cb_ctx ctx
sys/dev/hid/hms.c
116
struct hidmap hm;
sys/dev/hid/hms.c
133
struct hidmap *hm = context;
sys/dev/hid/hms.c
363
MODULE_DEPEND(hms, hidmap, 1, 1, 1);
sys/dev/hid/hpen.c
174
struct hidmap *hm = device_get_softc(dev);
sys/dev/hid/hpen.c
216
struct hidmap *hm = device_get_softc(dev);
sys/dev/hid/hpen.c
253
DEFINE_CLASS_0(hpen, hpen_driver, hpen_methods, sizeof(struct hidmap));
sys/dev/hid/hpen.c
257
MODULE_DEPEND(hpen, hidmap, 1, 1, 1);
sys/dev/hid/hsctrl.c
100
DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap));
sys/dev/hid/hsctrl.c
104
MODULE_DEPEND(hsctrl, hidmap, 1, 1, 1);
sys/dev/hid/ps4dshock.c
1154
struct hidmap *hm = device_get_softc(dev);
sys/dev/hid/ps4dshock.c
1391
sizeof(struct hidmap));
sys/dev/hid/ps4dshock.c
1402
MODULE_DEPEND(ps4dshock, hidmap, 1, 1, 1);
sys/dev/hid/ps4dshock.c
661
struct hidmap hm;
sys/dev/hid/ps4dshock.c
676
struct hidmap hm;
sys/dev/hid/ps4dshock.c
685
struct hidmap hm;
sys/dev/hid/xb360gp.c
176
MODULE_DEPEND(xb360gp, hidmap, 1, 1, 1);