Searched refs:col1 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
H A Dcros_ec_keyb.c69 int col1, col2, buf1, buf2; cros_ec_keyb_has_ghosting() local
86 for (col1 = 0; col1 < ckdev->cols; col1++) { cros_ec_keyb_has_ghosting()
87 buf1 = buf[col1] & valid_keys[col1]; cros_ec_keyb_has_ghosting()
88 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { cros_ec_keyb_has_ghosting()
92 col1, buf1, col2, buf2); cros_ec_keyb_has_ghosting()
/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-dec23.c554 unsigned int nbits, col1; decode_block() local
564 /* col1 = xxxx xxxx */ decode_block()
565 __get_nbits(pdec, nbits+1, col1); decode_block()
568 mask = pdec->table_bitpowermask[nbits][col1]; decode_block()
/linux-4.4.14/include/linux/
H A Dfsl_ifc.h699 __be32 col1; member in struct:fsl_ifc_nand

Completed in 136 milliseconds