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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134.h520 /* insmod option/autodetected */
521 int autodetected; member in struct:saa7134_dev
H A Dsaa7134-core.c937 dev->autodetected = card[dev->nr] != dev->board;
948 dev->board, dev->autodetected ?
949 "autodetected" : "insmod option");
H A Dsaa7134-cards.c7324 if (dev->autodetected && (dev->eedata[0x41] == 0x1c)) {
7354 if (dev->autodetected && (dev->eedata[0x49] == 0x50)) {
7371 if (dev->autodetected && (dev->eedata[0x27] == 0x03)) {
7472 if (!dev->autodetected || (dev->eedata[0x41] == 0xd0))

Completed in 89 milliseconds