Home
last modified time | relevance | path

Searched refs:tvp5150_id (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dtvp5150.c1113 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);
[all …]