Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/evdev/
H A Duinput.c74 static d_open_t uinput_open; variable
87 .d_open = uinput_open,
201 uinput_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in uinput_open() function