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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dlocomokbd.c133 unsigned int num_pressed; local
140 num_pressed = 0;
150 num_pressed += 1;
163 if (num_pressed)
H A Dcorgikbd.c136 unsigned int num_pressed; local
143 num_pressed = 0;
166 num_pressed++;
182 if (num_pressed)
H A Dspitzkbd.c183 unsigned int num_pressed, pwrkey = ((GPLR(SPITZ_GPIO_ON_KEY) & GPIO_bit(SPITZ_GPIO_ON_KEY)) != 0); local
190 num_pressed = 0;
213 num_pressed++;
231 if (num_pressed)

Completed in 193 milliseconds