Lines Matching full:rev
55 unsigned int rev; member
60 const struct tfa989x_rev *rev; member
126 if (tfa989x->rev->rev == TFA9897_REVISION) in tfa989x_probe()
215 .rev = TFA9890_REVISION,
240 .rev = TFA9895_REVISION,
263 .rev = TFA9897_REVISION,
320 const struct tfa989x_rev *rev; in tfa989x_i2c_probe() local
326 rev = device_get_match_data(dev); in tfa989x_i2c_probe()
327 if (!rev) { in tfa989x_i2c_probe()
336 tfa989x->rev = rev; in tfa989x_i2c_probe()
344 if (tfa989x->rev->rev == TFA9897_REVISION) { in tfa989x_i2c_probe()
377 if (val != rev->rev) { in tfa989x_i2c_probe()
379 rev->rev, val); in tfa989x_i2c_probe()
389 ret = rev->init(regmap); in tfa989x_i2c_probe()