Symbol: evdev_methods
sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
129
static const struct evdev_methods ft5406ts_evdev_methods = {
sys/dev/atkbdc/atkbd.c
275
static const struct evdev_methods atkbd_evdev_methods = {
sys/dev/atkbdc/psm.c
771
static const struct evdev_methods psm_ev_methods_r = {
sys/dev/atkbdc/psm.c
775
static const struct evdev_methods psm_ev_methods_a = {
sys/dev/evdev/evdev.c
440
const struct evdev_methods *methods)
sys/dev/evdev/evdev.h
138
const struct evdev_methods *);
sys/dev/evdev/evdev_private.h
163
const struct evdev_methods * ev_methods;
sys/dev/evdev/uinput.c
96
static const struct evdev_methods uinput_ev_methods = {
sys/dev/hid/bcm5974.c
523
static const struct evdev_methods bcm5974_evdev_methods = {
sys/dev/hid/hidmap.c
770
hm->evdev_methods = (struct evdev_methods) {
sys/dev/hid/hidmap.c
790
evdev_set_methods(hm->evdev, hm->dev, &hm->evdev_methods);
sys/dev/hid/hidmap.h
194
struct evdev_methods evdev_methods;
sys/dev/hid/hkbd.c
333
static const struct evdev_methods hkbd_evdev_methods = {
sys/dev/hid/hmt.c
240
static const struct evdev_methods hmt_evdev_methods = {
sys/dev/hid/ietp.c
228
static const struct evdev_methods ietp_evdev_methods = {
sys/dev/hyperv/input/hv_kbd.c
89
static const struct evdev_methods hvkbd_evdev_methods = {
sys/dev/kbdmux/kbdmux.c
353
static const struct evdev_methods kbdmux_evdev_methods = {
sys/dev/usb/input/uep.c
124
static const struct evdev_methods uep_evdev_methods = {
sys/dev/usb/input/ukbd.c
382
static const struct evdev_methods ukbd_evdev_methods = {
sys/dev/usb/input/ums.c
198
static const struct evdev_methods ums_evdev_methods = {
sys/dev/usb/input/wmt.c
264
static const struct evdev_methods wmt_evdev_methods = {
sys/dev/usb/input/wsp.c
663
static const struct evdev_methods wsp_evdev_methods = {