hidmap
DEFINE_CLASS_0(hcons, hcons_driver, hcons_methods, sizeof(struct hidmap));
MODULE_DEPEND(hcons, hidmap, 1, 1, 1);
MODULE_DEPEND(hgame, hidmap, 1, 1, 1);
struct hidmap hm;
_hidmap_set_debug_var(struct hidmap *hm, int *debug_var)
hidmap_support_key(struct hidmap *hm, uint16_t key)
hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value)
hidmap_sync_keys(struct hidmap *hm)
struct hidmap *hm = context;
hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
hidmap_parse_hid_item(struct hidmap *hm, struct hid_item *hi,
hidmap_parse_hid_descr(struct hidmap *hm, uint8_t tlc_index)
hidmap_probe(struct hidmap* hm, device_t dev,
hidmap_attach(struct hidmap* hm)
hidmap_detach(struct hidmap* hm)
MODULE_DEPEND(hidmap, hid, 1, 1, 1);
MODULE_DEPEND(hidmap, hidbus, 1, 1, 1);
MODULE_DEPEND(hidmap, evdev, 1, 1, 1);
MODULE_VERSION(hidmap, 1);
hidmap_get_next_map_item(struct hidmap *hm, u_int *map, u_int *item,
hidmap_set_dev(struct hidmap *hm, device_t dev)
void _hidmap_set_debug_var(struct hidmap *hm, int *debug_var);
uint32_t hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
void hidmap_support_key(struct hidmap *hm, uint16_t key);
void hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value);
int hidmap_probe(struct hidmap* hm, device_t dev,
int hidmap_attach(struct hidmap *hm);
int hidmap_detach(struct hidmap *hm);
struct hidmap;
struct hidmap *hm, struct hidmap_hid_item *hi, union hidmap_cb_ctx ctx
struct hidmap hm;
struct hidmap *hm = context;
MODULE_DEPEND(hms, hidmap, 1, 1, 1);
struct hidmap *hm = device_get_softc(dev);
struct hidmap *hm = device_get_softc(dev);
DEFINE_CLASS_0(hpen, hpen_driver, hpen_methods, sizeof(struct hidmap));
MODULE_DEPEND(hpen, hidmap, 1, 1, 1);
DEFINE_CLASS_0(hsctrl, hsctrl_driver, hsctrl_methods, sizeof(struct hidmap));
MODULE_DEPEND(hsctrl, hidmap, 1, 1, 1);
struct hidmap *hm = device_get_softc(dev);
sizeof(struct hidmap));
MODULE_DEPEND(ps4dshock, hidmap, 1, 1, 1);
struct hidmap hm;
struct hidmap hm;
struct hidmap hm;
MODULE_DEPEND(xb360gp, hidmap, 1, 1, 1);