Home
last modified time | relevance | path

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

/Linux-v4.19/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()
146 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()
252 client->packet_head = client->tail; in __pass_event()
256 client->packet_head = client->head; in __pass_event()
287 if (client->packet_head == client->head) in evdev_pass_values()
582 have_event = client->packet_head != client->tail; in evdev_fetch_next_event()
609 if (client->packet_head == client->tail && in evdev_read()
[all …]