Searched refs:em28xx_i2c_hash (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/em28xx/
H A Dem28xx-cards.c2161 static struct em28xx_hash_table em28xx_i2c_hash[] = { variable in typeref:struct:em28xx_hash_table
2627 for (i = 0; i < ARRAY_SIZE(em28xx_i2c_hash); i++) {
2628 if (dev->i2c_hash == em28xx_i2c_hash[i].hash) {
2629 dev->model = em28xx_i2c_hash[i].model;
2630 dev->tuner_type = em28xx_i2c_hash[i].tuner;

Completed in 42 milliseconds