Lines Matching defs:state

50 #define	debugf(state, fmt, args...)	printf("uinput: " fmt "\n", ##args)  argument
52 #define debugf(state, fmt, args...) argument
57 #define UINPUT_LOCK(state) sx_xlock(&(state)->ucs_lock) argument
58 #define UINPUT_UNLOCK(state) sx_unlock(&(state)->ucs_lock) argument
59 #define UINPUT_LOCK_ASSERT(state) sx_assert(&(state)->ucs_lock, SA_LOCKED) argument
60 #define UINPUT_EMPTYQ(state) \ argument
159 struct uinput_cdev_state *state = evdev_get_softc(evdev); in uinput_ev_event() local
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() local
218 struct uinput_cdev_state *state = (struct uinput_cdev_state *)data; in uinput_dtor() local
232 struct uinput_cdev_state *state; in uinput_read() local
282 struct uinput_cdev_state *state; in uinput_write() local
329 uinput_setup_dev(struct uinput_cdev_state *state, struct input_id *id, in uinput_setup_dev()
345 uinput_setup_provider(struct uinput_cdev_state *state, in uinput_setup_provider()
376 struct uinput_cdev_state *state; in uinput_poll() local
405 struct uinput_cdev_state *state; in uinput_kqfilter() local
428 struct uinput_cdev_state *state; in uinput_kqread() local
442 struct uinput_cdev_state *state; in uinput_kqdetach() local
449 uinput_notify(struct uinput_cdev_state *state) in uinput_notify()
466 uinput_ioctl_sub(struct uinput_cdev_state *state, u_long cmd, caddr_t data) in uinput_ioctl_sub()
644 struct uinput_cdev_state *state; in uinput_ioctl() local