Home
last modified time | relevance | path

Searched defs:row_shift (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/input/
H A Dmatrix-keymap.c24 unsigned int row_shift, unsigned int key) in matrix_keypad_map_key()
74 unsigned int row_shift = get_count_order(cols); in matrix_keypad_parse_keymap() local
149 unsigned int row_shift = get_count_order(cols); in matrix_keypad_build_keymap() local
/linux/drivers/input/keyboard/
H A Domap-keypad.c92 unsigned int row_shift = get_count_order(omap_kp_data->cols); in omap_kp_tasklet() local
186 unsigned int row_shift, keycodemax; in omap_kp_probe() local
H A Dclps711x-keypad.c30 unsigned int row_shift; member
H A Dsamsung-keypad.c71 unsigned int row_shift; member
315 unsigned int row_shift; in samsung_keypad_probe() local
H A Dmt6779-keypad.c57 unsigned int row_shift = get_count_order(keypad->n_cols); in mt6779_keypad_irq_handler() local
H A Dnspire-keypad.c39 int row_shift; member
H A Dadp5585-keys.c40 int row_shift; member
H A Dpinephone-keyboard.c210 int row_shift = get_count_order(PPKB_COLS); in ppkb_update() local
H A Dlpc32xx-keys.c65 unsigned int row_shift; member
H A Dbcm-keypad.c87 unsigned int row_shift = get_count_order(kp->n_cols); in bcm_kp_get_keycode() local
H A Domap4-keypad.c83 unsigned int row_shift; member
H A Dadp5588-keys.c186 u32 row_shift; member
/linux/include/linux/input/
H A Dmatrix_keypad.h21 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
/linux/drivers/auxdisplay/
H A Dht16k33.c74 uint32_t row_shift; member
/linux/drivers/edac/
H A Dsynopsys_edac.c327 u32 row_shift[18]; member