Searched refs:em28xx_eeprom_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.c1826 static struct em28xx_hash_table em28xx_eeprom_hash[] = { variable in typeref:struct:em28xx_hash_table
2262 for (i = 0; i < ARRAY_SIZE(em28xx_eeprom_hash); i++) {
2263 if (dev->hash == em28xx_eeprom_hash[i].hash) {
2264 dev->model = em28xx_eeprom_hash[i].model;
2265 dev->tuner_type = em28xx_eeprom_hash[i].tuner;

Completed in 85 milliseconds