Searched refs:autoprobe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | Space.c | 24 * get run once & failed autoprobes don't autoprobe again. 39 int status; /* non-zero if autoprobe has failed */ 42 static int __init probe_list2(int unit, struct devprobe2 *p, int autoprobe) in probe_list2() argument 47 if (autoprobe && p->status) in probe_list2() 52 if (autoprobe) in probe_list2()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | Space.c | 24 * get run once & failed autoprobes don't autoprobe again. 181 int status; /* non-zero if autoprobe has failed */ 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()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | Makefile | 9 obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | Makefile | 9 obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A 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()
|
H A D | paride.h | 62 int autoprobe, /* 1 to autoprobe */ 64 int mode, /* -1 for autoprobe */
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ataflop.c | 290 int autoprobe; /* !=0 : do autoprobe */ member 1170 if (SUD.autoprobe) { in fd_rwsec_done1() 1442 /* MSch: clearing geometry makes sense only for autoprobe in floppy_revalidate() 1519 UD.autoprobe = 1; in ataflop_queue_rq() 1537 UD.autoprobe = 0; in ataflop_queue_rq() 1640 * TODO: add user-defined format to head of autoprobe list ? in fd_locked_ioctl()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ataflop.c | 291 int autoprobe; /* !=0 : do autoprobe */ member 1197 if (SUD.autoprobe) { in fd_rwsec_done1() 1470 /* MSch: clearing geometry makes sense only for autoprobe in floppy_revalidate() 1544 UD.autoprobe = 1; in ataflop_queue_rq() 1564 UD.autoprobe = 0; in ataflop_queue_rq() 1666 * TODO: add user-defined format to head of autoprobe list ? in fd_locked_ioctl()
|
Completed in 10 milliseconds