Lines Matching defs:uinput_cdev_state
109 struct uinput_cdev_state
122 static void uinput_enqueue_event(struct uinput_cdev_state *, uint16_t,
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);
173 uinput_enqueue_event(struct uinput_cdev_state *state, uint16_t type,
201 struct uinput_cdev_state *state;
203 state = malloc(sizeof(struct uinput_cdev_state), M_EVDEV,
218 struct uinput_cdev_state *state = (struct uinput_cdev_state *)data;
232 struct uinput_cdev_state *state;
282 struct uinput_cdev_state *state;
329 uinput_setup_dev(struct uinput_cdev_state *state, struct input_id *id,
345 uinput_setup_provider(struct uinput_cdev_state *state,
376 struct uinput_cdev_state *state;
405 struct uinput_cdev_state *state;
428 struct uinput_cdev_state *state;
431 state = (struct uinput_cdev_state *)kn->kn_hook;
442 struct uinput_cdev_state *state;
444 state = (struct uinput_cdev_state *)kn->kn_hook;
449 uinput_notify(struct uinput_cdev_state *state)
466 uinput_ioctl_sub(struct uinput_cdev_state *state, u_long cmd, caddr_t data)
644 struct uinput_cdev_state *state;