Home
last modified time | relevance | path

Searched refs:evdev_support_event (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
HDsysmouse.c72 evdev_support_event(sysmouse_evdev, EV_SYN); in smdev_evdev_init()
73 evdev_support_event(sysmouse_evdev, EV_REL); in smdev_evdev_init()
74 evdev_support_event(sysmouse_evdev, EV_KEY); in smdev_evdev_init()
/freebsd-11-stable/sys/dev/acpica/
HDacpi_lid.c154 evdev_support_event(sc->lid_evdev, EV_SYN); in acpi_lid_attach()
155 evdev_support_event(sc->lid_evdev, EV_SW); in acpi_lid_attach()
HDacpi_button.c156 evdev_support_event(sc->button_evdev, EV_SYN); in acpi_button_attach()
157 evdev_support_event(sc->button_evdev, EV_KEY); in acpi_button_attach()
/freebsd-11-stable/sys/dev/vt/
HDvt_sysmouse.c104 evdev_support_event(sysmouse_evdev, EV_SYN); in sysmouse_evdev_init()
105 evdev_support_event(sysmouse_evdev, EV_REL); in sysmouse_evdev_init()
106 evdev_support_event(sysmouse_evdev, EV_KEY); in sysmouse_evdev_init()
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_ft5406.c245 evdev_support_event(sc->sc_evdev, EV_SYN); in ft5406ts_init()
246 evdev_support_event(sc->sc_evdev, EV_ABS); in ft5406ts_init()
/freebsd-11-stable/sys/dev/kbdmux/
HDkbdmux.c494 evdev_support_event(evdev, EV_SYN); in kbdmux_init()
495 evdev_support_event(evdev, EV_KEY); in kbdmux_init()
496 evdev_support_event(evdev, EV_LED); in kbdmux_init()
497 evdev_support_event(evdev, EV_REP); in kbdmux_init()
/freebsd-11-stable/sys/dev/atkbdc/
HDatkbd.c473 evdev_support_event(evdev, EV_SYN); in atkbd_init()
474 evdev_support_event(evdev, EV_KEY); in atkbd_init()
475 evdev_support_event(evdev, EV_LED); in atkbd_init()
476 evdev_support_event(evdev, EV_REP); in atkbd_init()
HDpsm.c1784 evdev_support_event(evdev_r, EV_SYN);
1785 evdev_support_event(evdev_r, EV_KEY);
1786 evdev_support_event(evdev_r, EV_REL);
1839 evdev_support_event(evdev_a, EV_SYN);
1840 evdev_support_event(evdev_a, EV_KEY);
1841 evdev_support_event(evdev_a, EV_ABS);
1915 evdev_support_event(evdev_a, EV_SYN);
1916 evdev_support_event(evdev_a, EV_KEY);
1917 evdev_support_event(evdev_a, EV_ABS);
/freebsd-11-stable/sys/dev/evdev/
HDevdev.h117 void evdev_support_event(struct evdev_dev *, uint16_t);
HDevdev_mt.c177 evdev_support_event(evdev, EV_KEY); in evdev_support_mt_compat()
HDuinput.c543 evdev_support_event(state->ucs_evdev, intdata); in uinput_ioctl_sub()
HDevdev.c440 evdev_support_event(struct evdev_dev *evdev, uint16_t type) in evdev_support_event() function
/freebsd-11-stable/sys/arm/ti/
HDti_adc.c886 evdev_support_event(sc->sc_evdev, EV_SYN); in ti_adc_attach()
887 evdev_support_event(sc->sc_evdev, EV_ABS); in ti_adc_attach()
888 evdev_support_event(sc->sc_evdev, EV_KEY); in ti_adc_attach()
/freebsd-11-stable/sys/dev/usb/input/
HDukbd.c1229 evdev_support_event(evdev, EV_SYN); in ukbd_attach()
1230 evdev_support_event(evdev, EV_KEY); in ukbd_attach()
1233 evdev_support_event(evdev, EV_LED); in ukbd_attach()
1234 evdev_support_event(evdev, EV_REP); in ukbd_attach()
HDums.c723 evdev_support_event(sc->sc_evdev, EV_SYN); in ums_attach()
724 evdev_support_event(sc->sc_evdev, EV_REL); in ums_attach()
725 evdev_support_event(sc->sc_evdev, EV_KEY); in ums_attach()
HDwmt.c355 evdev_support_event(sc->evdev, EV_SYN); in wmt_attach()
356 evdev_support_event(sc->evdev, EV_ABS); in wmt_attach()