Lines Matching defs:config
51 u8 *config;
59 config = &ts->port_config[offset >> 2];
68 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
71 ret = ts->write(ts->dev, 0x08 + (offset >> 2), *config);
93 u8 *config;
101 config = &ts->port_config[offset >> 2];
105 *config = (*config & ~(PIN_CONFIG_MASK << offset_bits))
111 ret = ts->write(ts->dev, 0x08 + (offset >> 2), *config);
121 int config, level = -EINVAL;
128 config = (ts->port_config[offset >> 2] >> ((offset & 3) << 1))
131 switch (config) {