Lines Matching refs:rev
52 unsigned int rev; member
57 const struct tfa989x_rev *rev; member
112 if (tfa989x->rev->rev == TFA9897_REVISION) in tfa989x_probe()
200 .rev = TFA9895_REVISION,
223 .rev = TFA9897_REVISION,
280 const struct tfa989x_rev *rev; in tfa989x_i2c_probe() local
286 rev = device_get_match_data(dev); in tfa989x_i2c_probe()
287 if (!rev) { in tfa989x_i2c_probe()
296 tfa989x->rev = rev; in tfa989x_i2c_probe()
331 if (val != rev->rev) { in tfa989x_i2c_probe()
333 rev->rev, val); in tfa989x_i2c_probe()
343 ret = rev->init(regmap); in tfa989x_i2c_probe()