Searched refs:input_event (Results 1 – 7 of 7) sorted by relevance
115 sizeof(struct input_event) * buffer_size, in evdev_open()176 struct input_event t; in evdev_read()181 struct input_event *head; in evdev_read()201 evsize = sizeof(struct input_event); in evdev_read()258 struct input_event t; in evdev_write()281 evsize = sizeof(struct input_event); in evdev_write()376 sizeof(struct input_event); in evdev_kqread()450 EVDEV_CLIENT_SIZEQ(client) * sizeof(struct input_event); in evdev_ioctl()837 client->ec_buffer[head] = (struct input_event) { in evdev_client_push()872 struct input_event *event; in evdev_client_dumpqueue()[all …]
119 struct input_event ucs_buffer[UINPUT_BUFFER_SIZE];233 struct input_event *event; in uinput_read()244 if (uio->uio_resid != 0 && uio->uio_resid < sizeof(struct input_event)) in uinput_read()247 remaining = uio->uio_resid / sizeof(struct input_event); in uinput_read()271 ret = uiomove(event, sizeof(struct input_event), uio); in uinput_read()284 struct input_event event; in uinput_write()310 if (uio->uio_resid % sizeof(struct input_event) != 0) { in uinput_write()317 uiomove(&event, sizeof(struct input_event), uio); in uinput_write()
42 struct input_event { struct
235 struct input_event ec_buffer[]; /* (q) */
219 struct input_event host_event; in pci_vtinput_notify_statusq()468 struct vtinput_eventqueue *queue, struct input_event *e) in vtinput_eventqueue_add_event()570 vtinput_read_event_from_host(int fd, struct input_event *event) in vtinput_read_event_from_host()572 const int len = read(fd, event, sizeof(struct input_event)); in vtinput_read_event_from_host()573 if (len != sizeof(struct input_event)) { in vtinput_read_event_from_host()597 struct input_event event; in vtinput_read_event()
462 struct input_event ie; in uinput_write_event()584 struct input_event ie; in uinput_kbd_status_changed()590 assert(len == sizeof(struct input_event)); in uinput_kbd_status_changed()
308 struct input_event ie; in server_process()