Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dadp5588-keys.c159 #define ADP5588_COLS_MAX (GPI_PIN_COL9 - GPI_PIN_COL0 + 1) macro
537 int row = (key_val - 1) / ADP5588_COLS_MAX; in adp5588_report_events()
538 int col = (key_val - 1) % ADP5588_COLS_MAX; in adp5588_report_events()
655 if (kpad->rows > ADP5588_ROWS_MAX || kpad->cols > ADP5588_COLS_MAX) { in adp5588_fw_parse()