Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/
Devdev.c54 unsigned int packet_head; /* [future] position of the first element of next packet */ member
121 client->packet_head = client->tail; in __evdev_flush_queue()
149 client->packet_head = head; in __evdev_flush_queue()
178 client->packet_head = client->tail; in __evdev_queue_syn_dropped()
221 client->packet_head = client->head = client->tail; in evdev_set_clk_type()
249 client->packet_head = client->tail; in __pass_event()
253 client->packet_head = client->head; in __pass_event()
281 if (client->packet_head == client->head) in evdev_pass_values()
575 have_event = client->packet_head != client->tail; in evdev_fetch_next_event()
602 if (client->packet_head == client->tail && in evdev_read()
[all …]