Searched refs:input_set_events_per_packet (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Duinput.c410 input_set_events_per_packet(dev, 6 * nslot);
412 input_set_events_per_packet(dev, 60);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c356 input_set_events_per_packet(input_dev, 60);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-input.c542 input_set_events_per_packet(input, 60);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h1441 * input_set_events_per_packet - tell handlers about the driver event rate
1450 static inline void input_set_events_per_packet(struct input_dev *dev, int n_events) function

Completed in 122 milliseconds