Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Duinput.c109 struct uinput_cdev_state struct
122 static void uinput_enqueue_event(struct uinput_cdev_state *, uint16_t, argument
124 static int uinput_setup_provider(struct uinput_cdev_state *,
127 static void uinput_notify(struct uinput_cdev_state *);
159 struct uinput_cdev_state *state = evdev_get_softc(evdev); in uinput_ev_event()
173 uinput_enqueue_event(struct uinput_cdev_state *state, uint16_t type, in uinput_enqueue_event()
201 struct uinput_cdev_state *state; in uinput_open()
203 state = malloc(sizeof(struct uinput_cdev_state), M_EVDEV, in uinput_open()
218 struct uinput_cdev_state *state = (struct uinput_cdev_state *)data; in uinput_dtor()
232 struct uinput_cdev_state *state; in uinput_read()
[all …]