Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/input/keyboard/
Dcros_ec_keyb.c118 int col1, col2, buf1, buf2; in cros_ec_keyb_has_ghosting() local
135 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting()
136 buf1 = buf[col1] & valid_keys[col1]; in cros_ec_keyb_has_ghosting()
137 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting()
141 col1, buf1, col2, buf2); in cros_ec_keyb_has_ghosting()
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-dec23.c554 unsigned int nbits, col1; in decode_block() local
565 __get_nbits(pdec, nbits+1, col1); in decode_block()
568 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()
/Linux-v4.19/arch/arm/boot/dts/
Ds3c64xx-pinctrl.dtsi454 keypad_col1_0: keypad-col1-0 {
502 keypad_col1_1: keypad-col1-1 {
/Linux-v4.19/include/linux/
Dfsl_ifc.h703 __be32 col1; member