Home
last modified time | relevance | path

Searched refs:evdev_set_phys (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/sys/dev/acpica/
H A Dacpi_lid.c157 evdev_set_phys(sc->lid_evdev, device_get_nameunit(dev)); in acpi_lid_attach()
H A Dacpi_button.c157 evdev_set_phys(sc->button_evdev, device_get_nameunit(dev)); in acpi_button_attach()
H A Dacpi_video.c322 evdev_set_phys(sc->evdev, device_get_nameunit(dev)); in acpi_video_attach()
/freebsd-13.1/sys/dev/evdev/
H A Devdev.h135 void evdev_set_phys(struct evdev_dev *, const char *);
H A Duinput.c599 evdev_set_phys(state->ucs_evdev, buf); in uinput_ioctl_sub()
H A Devdev.c420 evdev_set_phys(struct evdev_dev *evdev, const char *name) in evdev_set_phys() function
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c71 evdev_set_phys(sysmouse_evdev, "sysmouse"); in smdev_evdev_init()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c240 evdev_set_phys(sc->sc_evdev, device_get_nameunit(sc->sc_dev)); in ft5406ts_init()
/freebsd-13.1/sys/arm/allwinner/
H A Daw_cir.c512 evdev_set_phys(sc->sc_evdev, device_get_nameunit(sc->dev)); in aw_ir_attach()
/freebsd-13.1/sys/dev/usb/input/
H A Duep.c374 evdev_set_phys(sc->evdev, device_get_nameunit(dev)); in uep_attach()
H A Dwmt.c420 evdev_set_phys(sc->evdev, device_get_nameunit(dev)); in wmt_attach()
H A Dums.c710 evdev_set_phys(sc->sc_evdev, device_get_nameunit(dev)); in ums_attach()
H A Dukbd.c1204 evdev_set_phys(evdev, device_get_nameunit(dev)); in ukbd_attach()
H A Dwsp.c838 evdev_set_phys(sc->sc_evdev, device_get_nameunit(dev)); in wsp_attach()
/freebsd-13.1/sys/dev/vt/
H A Dvt_sysmouse.c105 evdev_set_phys(sysmouse_evdev, "sysmouse"); in sysmouse_evdev_init()
/freebsd-13.1/sys/dev/gpio/
H A Dgpiokeys.c463 evdev_set_phys(sc->sc_evdev, name != NULL ? name : "unknown"); in gpiokeys_attach()
/freebsd-13.1/sys/arm/ti/
H A Dti_adc.c886 evdev_set_phys(sc->sc_evdev, device_get_nameunit(dev)); in ti_adc_attach()
/freebsd-13.1/sys/dev/hid/
H A Dhmt.c390 evdev_set_phys(sc->evdev, device_get_nameunit(dev)); in hmt_attach()
H A Dhidmap.c779 evdev_set_phys(hm->evdev, device_get_nameunit(hm->dev)); in hidmap_attach()
H A Dhkbd.c968 evdev_set_phys(evdev, device_get_nameunit(dev)); in hkbd_attach()
/freebsd-13.1/sys/dev/kbdmux/
H A Dkbdmux.c461 evdev_set_phys(evdev, phys_loc); in kbdmux_init()
/freebsd-13.1/sys/dev/atkbdc/
H A Datkbd.c479 evdev_set_phys(evdev, phys_loc); in atkbd_init()
H A Dpsm.c1779 evdev_set_phys(evdev_r, device_get_nameunit(dev));
1836 evdev_set_phys(evdev_a, device_get_nameunit(dev));
1916 evdev_set_phys(evdev_a, device_get_nameunit(dev));
/freebsd-13.1/sys/dev/cyapa/
H A Dcyapa.c578 evdev_set_phys(sc->evdev, device_get_nameunit(sc->dev)); in cyapa_attach()