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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-cards.c1839 static struct em28xx_hash_table em28xx_i2c_hash[] = { variable in typeref:struct:em28xx_hash_table
2295 for (i = 0; i < ARRAY_SIZE(em28xx_i2c_hash); i++) {
2296 if (dev->i2c_hash == em28xx_i2c_hash[i].hash) {
2297 dev->model = em28xx_i2c_hash[i].model;
2298 dev->tuner_type = em28xx_i2c_hash[i].tuner;

Completed in 51 milliseconds