Home
last modified time | relevance | path

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

/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()
/drivers/media/usb/pwc/
Dpwc-dec23.c542 unsigned int nbits, col1; in decode_block() local
553 __get_nbits(pdec, nbits+1, col1); in decode_block()
556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()