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

/linux-master/drivers/input/keyboard/
H A Dcros_ec_keyb.c139 int col1, col2, buf1, buf2; local
156 for (col1 = 0; col1 < ckdev->cols; col1++) {
157 buf1 = buf[col1] & valid_keys[col1];
158 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) {
162 col1, buf1, col2, buf2);
/linux-master/drivers/media/usb/pwc/
H A Dpwc-dec23.c542 unsigned int nbits, col1; local
552 /* col1 = xxxx xxxx */
553 __get_nbits(pdec, nbits+1, col1);
556 mask = pdec->table_bitpowermask[nbits][col1];
/linux-master/drivers/edac/
H A Dversal_edac.c184 u32 col1:6; member in struct:edac_info::__anon375
978 priv->col_bit[1] = cols.col1;
986 priv->col_bit[6] = cols.col1;
/linux-master/include/linux/
H A Dfsl_ifc.h692 __be32 col1; member in struct:fsl_ifc_nand

Completed in 134 milliseconds