Lines Matching refs:tvp5150_id
1113 int tvp5150_id[4]; in tvp5150_probe() local
1135 tvp5150_id[i] = res; in tvp5150_probe()
1141 if (tvp5150_id[2] == 4 && tvp5150_id[3] == 0) { /* Is TVP5150AM1 */ in tvp5150_probe()
1143 tvp5150_id[0], tvp5150_id[1]); in tvp5150_probe()
1149 if (tvp5150_id[2] == 3 || tvp5150_id[3] == 0x21) { in tvp5150_probe()
1151 tvp5150_id[0], tvp5150_id[1]); in tvp5150_probe()
1154 tvp5150_id[0], tvp5150_id[1]); in tvp5150_probe()
1156 tvp5150_id[2], tvp5150_id[3]); in tvp5150_probe()
1218 static const struct i2c_device_id tvp5150_id[] = { variable
1222 MODULE_DEVICE_TABLE(i2c, tvp5150_id);
1230 .id_table = tvp5150_id,