Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Devdev.c44 unsigned int packet_head; /* [future] position of the first element of next packet */ member
114 client->packet_head = client->tail; in __evdev_flush_queue()
139 client->packet_head = head; in __evdev_flush_queue()
164 client->packet_head = client->tail; in __evdev_queue_syn_dropped()
207 client->packet_head = client->head = client->tail; in evdev_set_clk_type()
238 client->packet_head = client->tail; in __pass_event()
242 client->packet_head = client->head; in __pass_event()
274 if (client->packet_head == client->head) in evdev_pass_values()
550 have_event = client->packet_head != client->tail; in evdev_fetch_next_event()
577 if (client->packet_head == client->tail && in evdev_read()
[all …]