Searched refs:col1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | cros_ec_keyb.c | 118 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()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | cros_ec_keyb.c | 139 int col1, col2, buf1, buf2; in cros_ec_keyb_has_ghosting() local 156 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting() 157 buf1 = buf[col1] & valid_keys[col1]; in cros_ec_keyb_has_ghosting() 158 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting() 162 col1, buf1, col2, buf2); in cros_ec_keyb_has_ghosting()
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 542 unsigned int nbits, col1; in decode_block() local 552 /* col1 = xxxx xxxx */ in decode_block() 553 __get_nbits(pdec, nbits+1, col1); in decode_block() 556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 542 unsigned int nbits, col1; in decode_block() local 552 /* col1 = xxxx xxxx */ in decode_block() 553 __get_nbits(pdec, nbits+1, col1); in decode_block() 556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsl_ifc.h | 692 __be32 col1; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsl_ifc.h | 692 __be32 col1; member
|
Completed in 10 milliseconds