Searched refs:have_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Dvirtio-rng.c29 static DECLARE_COMPLETION(have_data);
38 complete(&have_data);
60 init_completion(&have_data);
67 wait_for_completion(&have_data);
77 wait_for_completion(&have_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Drandom.c51 int n, ret = 0, have_data; local
56 have_data = n;
57 while (have_data && size) {
64 have_data--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics_i2c.c425 bool have_data)
431 if (have_data) {
450 bool have_data; local
457 have_data = synaptics_i2c_get_input(touch);
458 delay = synaptics_i2c_adjust_delay(touch, have_data);
424 synaptics_i2c_adjust_delay(struct synaptics_i2c *touch, bool have_data) argument

Completed in 95 milliseconds