Home
last modified time | relevance | path

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

12

/kernel/linux/linux-4.19/drivers/input/
Dmatrix-keymap.c32 unsigned int row_shift, unsigned int key) in matrix_keypad_map_key()
82 unsigned int row_shift = get_count_order(cols); in matrix_keypad_parse_keymap() local
164 unsigned int row_shift = get_count_order(cols); in matrix_keypad_build_keymap() local
/kernel/linux/linux-5.10/drivers/input/
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
156 unsigned int row_shift = get_count_order(cols); in matrix_keypad_build_keymap() local
/kernel/linux/linux-5.10/drivers/input/keyboard/
Domap-keypad.c95 unsigned int row_shift = get_count_order(omap_kp_data->cols); in omap_kp_tasklet() local
183 unsigned int row_shift, keycodemax; in omap_kp_probe() local
Dclps711x-keypad.c28 unsigned int row_shift; member
Dcros_ec_keyb.c47 int row_shift; member
294 int row_shift = ckdev->row_shift; in cros_ec_keyb_compute_valid_keys() local
Dtca8418_keypad.c116 unsigned int row_shift; member
269 int error, row_shift; in tca8418_keypad_probe() local
Dsamsung-keypad.c72 unsigned int row_shift; member
322 unsigned int row_shift; in samsung_keypad_probe() local
Dnspire-keypad.c39 int row_shift; member
Dlpc32xx-keys.c67 unsigned int row_shift; member
Dmatrix_keypad.c28 unsigned int row_shift; member
Dbcm-keypad.c97 unsigned int row_shift = get_count_order(kp->n_cols); in bcm_kp_get_keycode() local
Domap4-keypad.c79 unsigned int row_shift; member
/kernel/linux/linux-4.19/drivers/input/keyboard/
Domap-keypad.c108 unsigned int row_shift = get_count_order(omap_kp_data->cols); in omap_kp_tasklet() local
196 unsigned int row_shift, keycodemax; in omap_kp_probe() local
Dtca8418_keypad.c116 unsigned int row_shift; member
269 int error, row_shift, max_keys; in tca8418_keypad_probe() local
Dcros_ec_keyb.c47 int row_shift; member
293 int row_shift = ckdev->row_shift; in cros_ec_keyb_compute_valid_keys() local
Dclps711x-keypad.c33 unsigned int row_shift; member
Dsamsung-keypad.c76 unsigned int row_shift; member
326 unsigned int row_shift; in samsung_keypad_probe() local
Dnspire-keypad.c42 int row_shift; member
Dlpc32xx-keys.c77 unsigned int row_shift; member
Dmatrix_keypad.c32 unsigned int row_shift; member
Domap4-keypad.c92 unsigned int row_shift; member
Dbcm-keypad.c97 unsigned int row_shift = get_count_order(kp->n_cols); in bcm_kp_get_keycode() local
/kernel/linux/linux-4.19/include/linux/input/
Dmatrix_keypad.h20 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
/kernel/linux/linux-5.10/include/linux/input/
Dmatrix_keypad.h20 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
/kernel/linux/linux-5.10/drivers/auxdisplay/
Dht16k33.c55 uint32_t row_shift; member

12