Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/keyboard/
Dcros_ec_keyb.c69 int col1, col2, buf1, buf2; in cros_ec_keyb_has_ghosting() local
86 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting()
87 buf1 = buf[col1] & valid_keys[col1]; in cros_ec_keyb_has_ghosting()
88 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting()
92 col1, buf1, col2, buf2); in cros_ec_keyb_has_ghosting()
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/
Ds3c64xx-pinctrl.dtsi459 keypad_col1_0: keypad-col1-0 {
507 keypad_col1_1: keypad-col1-1 {
/linux-4.4.14/include/linux/
Dfsl_ifc.h699 __be32 col1; member