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

/drivers/pnp/pnpbios/
H A DKconfig10 Specification Version 1.0A May 5, 1994" to autodetect built-in
/drivers/media/i2c/
H A Dadv7180.c129 bool autodetect; member in struct:adv7180_state
225 if (!state->autodetect || state->irq > 0)
284 /* all standards -> autodetect */
294 state->autodetect = true;
307 state->autodetect = false;
498 if (isr3 & ADV7180_IRQ3_AD_CHANGE && state->autodetect)
511 if (state->autodetect) {
626 state->autodetect = true;
H A Dsaa7115.c1712 int autodetect; local
1714 autodetect = !id || id->driver_data == 1;
1731 if (!autodetect && strcmp(name, id->name))
1777 if (!autodetect && strcmp(name, id->name))
1909 { "saa7115_auto", 1 }, /* autodetect */
/drivers/md/
H A DKconfig38 If you say Y here, then the kernel will try to autodetect raid
/drivers/media/pci/saa7164/
H A Dsaa7164.h547 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
H A Dsaa7164-api.c583 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect) argument
589 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect);
591 /* Disable TV Audio autodetect if not already set (buggy) */
592 if (autodetect)
/drivers/block/
H A Dfloppy.c2027 if (probed_format >= 8 || !DP->autodetect[probed_format]) {
2031 if (floppy_type[DP->autodetect[probed_format]].sect) {
2866 _floppy = floppy_type + DP->autodetect[DRS->probed_format];

Completed in 235 milliseconds