Lines Matching defs:active
2237 unsigned int active;
2254 ret = regmap_read(max98090->regmap, M98090_REG_DEVICE_STATUS, &active);
2263 dev_dbg(component->dev, "active=0x%02x mask=0x%02x -> active=0x%02x\n",
2264 active, mask, active & mask);
2266 active &= mask;
2268 if (!active)
2271 if (active & M98090_CLD_MASK)
2274 if (active & M98090_SLD_MASK)
2277 if (active & M98090_ULK_MASK) {
2282 if (active & M98090_JDET_MASK) {
2292 if (active & M98090_DRCACT_MASK)
2295 if (active & M98090_DRCCLP_MASK)