/Linux-v6.1/drivers/net/ |
D | Space.c | 184 static int __init probe_list2(int unit, struct devprobe2 *p, int autoprobe) in probe_list2() argument 189 if (autoprobe && p->status) in probe_list2() 194 if (autoprobe) in probe_list2()
|
/Linux-v6.1/Documentation/sound/ |
D | alsa-configuration.rst | 144 This module supports multiple cards. It does not support autoprobe, so 178 This module supports multiple cards, autoprobe and PnP. 192 This module supports multiple cards. It does not support autoprobe 219 This module supports one chip and autoprobe. 228 This module supports multiple cards, autoprobe and PnP. 250 This module supports multiple cards, autoprobe and PnP. 283 This module supports one card and autoprobe. 297 This module supports one card and autoprobe. 354 This module supports multiple cards. It does not support autoprobe: 396 This module supports multiple cards. It does not support autoprobe: [all …]
|
/Linux-v6.1/kernel/irq/ |
D | Makefile | 9 obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
|
D | Kconfig | 13 # Enable the generic irq autoprobe mechanism
|
/Linux-v6.1/drivers/block/paride/ |
D | paride.c | 350 int pi_init(PIA * pi, int autoprobe, int port, int mode, in pi_init() argument 363 if (autoprobe) { in pi_init() 421 if (autoprobe) in pi_init()
|
D | paride.h | 62 int autoprobe, /* 1 to autoprobe */
|
D | pd.c | 880 static int pd_probe_drive(struct pd_unit *disk, int autoprobe, int port, in pd_probe_drive() argument 898 if (!pi_init(disk->pi, autoprobe, port, mode, unit, protocol, delay, in pd_probe_drive()
|
D | pcd.c | 893 static int pcd_init_unit(struct pcd_unit *cd, bool autoprobe, int port, in pcd_init_unit() argument 935 if (!pi_init(cd->pi, autoprobe, port, mode, unit, protocol, delay, in pcd_init_unit()
|
D | pf.c | 924 static int __init pf_init_unit(struct pf_unit *pf, bool autoprobe, int port, in pf_init_unit() argument 960 if (!pi_init(pf->pi, autoprobe, port, mode, unit, protocol, delay, in pf_init_unit()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | parport.rst | 105 | |-- autoprobe 120 |-- autoprobe 184 ``autoprobe`` Any IEEE-1284 device ID information that has been 187 ``autoprobe[0-3]`` IEEE 1284 device ID information retrieved from
|
/Linux-v6.1/drivers/block/ |
D | ataflop.c | 291 int autoprobe; /* !=0 : do autoprobe */ member 1197 if (SUD.autoprobe) { in fd_rwsec_done1() 1544 UD.autoprobe = 1; in ataflop_queue_rq() 1564 UD.autoprobe = 0; in ataflop_queue_rq()
|
/Linux-v6.1/Documentation/networking/ |
D | arcnet.rst | 132 chipset driver which will autoprobe if not told where the card is. 141 To disable the autoprobe, just specify "com90xx=" on the kernel command line. 142 To specify the name alone, but allow autoprobe, just put "com90xx=<name>" 553 Starting with v2.40 ALPHA, the autoprobe routines have changed
|
/Linux-v6.1/drivers/parport/ |
D | Kconfig | 161 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
|
/Linux-v6.1/Documentation/admin-guide/blockdev/ |
D | paride.rst | 221 you have connected. By default, each driver will autoprobe for a single
|
/Linux-v6.1/Documentation/filesystems/ |
D | proc.rst | 1394 autoprobe Any IEEE-1284 device ID information that has been acquired.
|