Searched refs:cols_en_mask (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
H A Dimx_keypad.c68 unsigned short cols_en_mask; member in struct:imx_keypad
89 if ((keypad->cols_en_mask & (1 << col)) == 0) imx_keypad_scan_matrix()
102 reg_val &= ~((keypad->cols_en_mask & 0xff) << 8); imx_keypad_scan_matrix()
108 reg_val |= (keypad->cols_en_mask & 0xff) << 8; imx_keypad_scan_matrix()
157 if ((keypad->cols_en_mask & (1 << col)) == 0) imx_keypad_fire_events()
201 if ((keypad->cols_en_mask & (1 << i)) == 0) imx_keypad_check_for_events()
326 reg_val |= (keypad->cols_en_mask & 0xff) << 8; /* cols */ imx_keypad_config()
363 reg_val = (keypad->cols_en_mask & 0xff) << 8; imx_keypad_inhibit()
495 keypad->cols_en_mask |= 1 << col; imx_keypad_probe()
500 dev_dbg(&pdev->dev, "enabled cols mask: %x\n", keypad->cols_en_mask); imx_keypad_probe()
H A Dadp5520-keys.c90 if (!(pdata->rows_en_mask && pdata->cols_en_mask)) adp5520_keys_probe()
140 en_mask = pdata->rows_en_mask | pdata->cols_en_mask; adp5520_keys_probe()
/linux-4.4.14/include/linux/mfd/
H A Dadp5520.h171 int cols_en_mask; /* Number of columns */ member in struct:adp5520_keys_platform_data
/linux-4.4.14/arch/blackfin/mach-bf527/boards/
H A Dezkit.c937 .cols_en_mask = ADP5520_COL_C3 | ADP5520_COL_C2 | ADP5520_COL_C1 | ADP5520_COL_C0,
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
H A Dstamp.c1971 .cols_en_mask = ADP5520_COL_C3 | ADP5520_COL_C2 | ADP5520_COL_C1 | ADP5520_COL_C0,

Completed in 424 milliseconds