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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5588-keys.c414 int gpi_stat_tmp, pin_loc; local
422 pin_loc = pin - GPI_PIN_ROW_BASE;
425 pin_loc = pin - GPI_PIN_COL_BASE;
428 pin_loc = pin - GPI_PIN_COL_BASE - 8;
440 !(gpi_stat_tmp & (1 << pin_loc)));

Completed in 77 milliseconds