Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dimx_keypad.c65 unsigned short cols_en_mask; member
86 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_scan_matrix()
99 reg_val &= ~((keypad->cols_en_mask & 0xff) << 8); in imx_keypad_scan_matrix()
105 reg_val |= (keypad->cols_en_mask & 0xff) << 8; in imx_keypad_scan_matrix()
154 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_fire_events()
198 if ((keypad->cols_en_mask & (1 << i)) == 0) in imx_keypad_check_for_events()
323 reg_val |= (keypad->cols_en_mask & 0xff) << 8; /* cols */ in imx_keypad_config()
360 reg_val = (keypad->cols_en_mask & 0xff) << 8; in imx_keypad_inhibit()
479 keypad->cols_en_mask |= 1 << col; in imx_keypad_probe()
484 dev_dbg(&pdev->dev, "enabled cols mask: %x\n", keypad->cols_en_mask); in imx_keypad_probe()
H A 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/include/linux/mfd/
H A Dadp5520.h170 int cols_en_mask; /* Number of columns */ member