Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dadp5589-keys.c790 int gpi_stat_tmp, pin_loc; in adp5589_report_switch_state() local
803 gpi_stat_tmp = gpi_stat1; in adp5589_report_switch_state()
806 gpi_stat_tmp = gpi_stat2; in adp5589_report_switch_state()
809 gpi_stat_tmp = gpi_stat3; in adp5589_report_switch_state()
813 if (gpi_stat_tmp < 0) { in adp5589_report_switch_state()
817 gpi_stat_tmp = 0; in adp5589_report_switch_state()
822 !(gpi_stat_tmp & BIT(pin_loc))); in adp5589_report_switch_state()