Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/keyboard/
Dadp5588-keys.c170 pin_used[i + GPI_PIN_COL_BASE - GPI_PIN_BASE] = true; in adp5588_build_gpiomap()
356 evt_mode2 |= ((1 << (pin - GPI_PIN_COL_BASE)) & 0xFF); in adp5588_setup()
357 evt_mode3 |= ((1 << (pin - GPI_PIN_COL_BASE)) >> 8); in adp5588_setup()
407 } else if ((pin - GPI_PIN_COL_BASE) < 8) { in adp5588_report_switch_state()
409 pin_loc = pin - GPI_PIN_COL_BASE; in adp5588_report_switch_state()
412 pin_loc = pin - GPI_PIN_COL_BASE - 8; in adp5588_report_switch_state()
487 if (pin - GPI_PIN_COL_BASE + 1 <= pdata->cols) { in adp5588_probe()
/linux-5.19.10/include/linux/platform_data/
Dadp5588.h128 #define GPI_PIN_COL_BASE GPI_PIN_COL0 macro