Home
last modified time | relevance | path

Searched refs:autodetect (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.4.99/drivers/media/video/
Dadv7180.c99 bool autodetect; member
186 if (!state->autodetect || state->irq > 0) in adv7180_querystd()
232 state->autodetect = true; in adv7180_s_std()
244 state->autodetect = false; in adv7180_s_std()
282 if (isr3 & ADV7180_IRQ3_AD_CHANGE && state->autodetect) in adv7180_work()
328 state->autodetect = true; in adv7180_probe()
Dsaa7115.c1572 int autodetect = !id || id->driver_data == 1; in saa711x_probe() local
1596 if (!autodetect && id->name[6] != chip_id) { in saa711x_probe()
/linux-3.4.99/Documentation/hwmon/
Dabituguru25 1) For revisions 2 and 3 uGuru's the driver can autodetect the
52 -1 autodetect (default)
57 on your motherboard. Default: 0 (autodetect).
59 pwms) your motherboard has. Default: 0 (autodetect).
Dpmbus-core47 many variables to consider. For example, it is almost impossible to autodetect
/linux-3.4.99/block/
Dcompat_ioctl.c228 short autodetect[8]; member
378 err |= __copy_from_user(f->autodetect, uf->autodetect, sizeof(f->autodetect)); in compat_fd_ioctl()
451 err |= __copy_to_user(uf->autodetect, f->autodetect, sizeof(f->autodetect)); in compat_fd_ioctl()
/linux-3.4.99/Documentation/video4linux/bttv/
DREADME18 If it doesn't bttv likely could not autodetect your card and needs some
41 bttv uses the PCI Subsystem ID to autodetect the card type. lspci lists
/linux-3.4.99/include/linux/
Dfd.h174 short autodetect[8]; /* autodetected formats */ member
/linux-3.4.99/drivers/pnp/pnpbios/
DKconfig10 Specification Version 1.0A May 5, 1994" to autodetect built-in
/linux-3.4.99/drivers/net/ethernet/i825xx/
Deepro.c1751 static int autodetect; variable
1763 module_param(autodetect, int, 0);
1767 MODULE_PARM_DESC(autodetect, "EtherExpress Pro/10 force board(s) detection (0-1)");
1773 if (io[0] == -1 && autodetect == 0) { in init_module()
1778 else if (autodetect) { in init_module()
/linux-3.4.99/Documentation/networking/
Ddmfe.txt27 This way it will autodetect the device mode.This is the suggested way to load the module.Or you can…
Dsmctr.txt37 ringspeed is specified the driver will attempt to autodetect the ring
Ddl2k.txt239 autodetect.
242 autodetect.
Dde4x5.txt90 By default, the driver will now autodetect any DECchip based card.
/linux-3.4.99/Documentation/usb/
Diuu_phoenix.txt76 The autodetect feature used is the serial CD. If that doesn't
/linux-3.4.99/Documentation/i2c/busses/
Di2c-parport26 way to autodetect the devices. Support for different pinout configurations
/linux-3.4.99/drivers/media/video/saa7164/
Dsaa7164.h547 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
Dsaa7164-api.c583 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect) in saa7164_api_set_audio_detection() argument
589 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect); in saa7164_api_set_audio_detection()
592 if (autodetect) in saa7164_api_set_audio_detection()
/linux-3.4.99/Documentation/fb/
Dsstfb.txt91 Default: 0 (= autodetect)
/linux-3.4.99/Documentation/
Ddevices.txt135 0 = /dev/fd0 Controller 0, drive 0, autodetect
136 1 = /dev/fd1 Controller 0, drive 1, autodetect
137 2 = /dev/fd2 Controller 0, drive 2, autodetect
138 3 = /dev/fd3 Controller 0, drive 3, autodetect
139 128 = /dev/fd4 Controller 1, drive 0, autodetect
140 129 = /dev/fd5 Controller 1, drive 1, autodetect
141 130 = /dev/fd6 Controller 1, drive 2, autodetect
142 131 = /dev/fd7 Controller 1, drive 3, autodetect
144 To specify format, add to the autodetect device number:
Dsvga.txt235 CLGD autodetect works better. Doesn't depend on 80x25 being
/linux-3.4.99/Documentation/watchdog/
Dwatchdog-parameters.txt351 wdt_io: w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)
/linux-3.4.99/Documentation/isdn/
DREADME.HiSax162 6 ELSA PCC/PCF cards io or nothing for autodetect (the iobase is
279 6 ELSA PCC/PCF cards pa=iobase or nothing for autodetect
/linux-3.4.99/Documentation/scsi/
Daic7xxx_old.txt156 way to autodetect this ordering. So, we default to the most common
179 let the kernel autodetect the trigger type.
/linux-3.4.99/drivers/block/
Dfloppy.c2018 if (probed_format >= 8 || !DP->autodetect[probed_format]) { in next_valid_format()
2022 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format()
2859 _floppy = floppy_type + DP->autodetect[DRS->probed_format]; in redo_fd_request()
/linux-3.4.99/drivers/md/
DKconfig38 If you say Y here, then the kernel will try to autodetect raid

12