Searched refs:uinput_cdev_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/evdev/
H A Duinput.c111 struct uinput_cdev_state struct
124 static void uinput_enqueue_event(struct uinput_cdev_state *, uint16_t,
126 static int uinput_setup_provider(struct uinput_cdev_state *,
129 static void uinput_notify(struct uinput_cdev_state *);
165 struct uinput_cdev_state *state = evdev_get_softc(evdev);
179 uinput_enqueue_event(struct uinput_cdev_state *state, uint16_t type,
207 struct uinput_cdev_state *state;
209 state = malloc(sizeof(struct uinput_cdev_state), M_EVDEV,
225 struct uinput_cdev_state *state = (struct uinput_cdev_state *)dat
[all...]

Completed in 94 milliseconds