Lines Matching defs:config
29 u8 config;112 buf[1] = (pv->config & 0x1f) | (chan << 5);194 u8 config = 0;214 config = buf[0];216 dev_dbg(&pv->i2c->dev, "ADC config reg: %02x\n",217 config);220 config &= 0xfe;222 buf[1] = config;227 dev_err(&pv->i2c->dev, "Error reading ADC config\n");229 pv->config = config;