Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/keyboard/
Dimx_keypad.c64 unsigned short cols_en_mask; member
85 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_scan_matrix()
98 reg_val &= ~((keypad->cols_en_mask & 0xff) << 8); in imx_keypad_scan_matrix()
104 reg_val |= (keypad->cols_en_mask & 0xff) << 8; in imx_keypad_scan_matrix()
153 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_fire_events()
197 if ((keypad->cols_en_mask & (1 << i)) == 0) in imx_keypad_check_for_events()
322 reg_val |= (keypad->cols_en_mask & 0xff) << 8; /* cols */ in imx_keypad_config()
359 reg_val = (keypad->cols_en_mask & 0xff) << 8; in imx_keypad_inhibit()
478 keypad->cols_en_mask |= 1 << col; in imx_keypad_probe()
483 dev_dbg(&pdev->dev, "enabled cols mask: %x\n", keypad->cols_en_mask); in imx_keypad_probe()
Dadp5520-keys.c89 if (!(pdata->rows_en_mask && pdata->cols_en_mask)) in adp5520_keys_probe()
137 en_mask = pdata->rows_en_mask | pdata->cols_en_mask; in adp5520_keys_probe()
/Linux-v5.15/include/linux/mfd/
Dadp5520.h170 int cols_en_mask; /* Number of columns */ member