Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/
Dinput-compat.c25 event->input_event_usec = compat_event.usec; in input_event_from_user()
45 compat_event.usec = event->input_event_usec; in input_event_to_user()
Devdev.c150 ev.input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in __evdev_queue_syn_dropped()
229 client->buffer[client->tail].input_event_usec = in __pass_event()
230 event->input_event_usec; in __pass_event()
259 event.input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in evdev_pass_values()
/Linux-v5.4/include/uapi/linux/
Dinput.h32 #define input_event_usec time.tv_usec macro
41 #define input_event_usec __usec
/Linux-v5.4/drivers/input/misc/
Duinput.c82 udev->buff[udev->head].input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in uinput_dev_event()