Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dinput-compat.c28 event->input_event_usec = compat_event.usec; in input_event_from_user()
48 compat_event.usec = event->input_event_usec; in input_event_to_user()
Devdev.c167 ev.input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in __evdev_queue_syn_dropped()
246 client->buffer[client->tail].input_event_usec = in __pass_event()
247 event->input_event_usec; in __pass_event()
276 event.input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in evdev_pass_values()
/Linux-v4.19/include/uapi/linux/
Dinput.h32 #define input_event_usec time.tv_usec macro
37 #define input_event_usec __usec
/Linux-v4.19/drivers/input/misc/
Duinput.c94 udev->buff[udev->head].input_event_usec = ts.tv_nsec / NSEC_PER_USEC; in uinput_dev_event()