| /kernel/linux/linux-4.19/drivers/base/ |
| D | dd.c | 42 * request probing to be deferred by returning -EPROBE_DEFER from its probe hook 62 * to prohibit probing of devices as it could be unsafe. 68 * deferred_probe_work_func() - Retry probing devices in the active list. 96 * Drop the mutex while probing each device; the probe path may in deferred_probe_work_func() 141 * driver_deferred_probe_trigger() - Kick off re-probing deferred devices 148 * more than one device is probing at the same time, it is possible for one 154 * trigger has occurred in the midst of probing a driver. If the trigger count 184 * It will disable probing of devices and defer their probes instead. 196 * It will restore normal behavior and trigger re-probing of deferred 269 * deferred_probe_initcall() - Enable probing of deferred devices [all …]
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | dd.c | 43 * request probing to be deferred by returning -EPROBE_DEFER from its probe hook 67 * to prohibit probing of devices as it could be unsafe. 73 * deferred_probe_work_func() - Retry probing devices in the active list. 104 * Drop the mutex while probing each device; the probe path may in deferred_probe_work_func() 151 * driver_deferred_probe_trigger() - Kick off re-probing deferred devices 158 * more than one device is probing at the same time, it is possible for one 164 * trigger has occurred in the midst of probing a driver. If the trigger count 194 * It will disable probing of devices and defer their probes instead. 206 * It will restore normal behavior and trigger re-probing of deferred 310 * deferred_probe_initcall() - Enable probing of deferred devices [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | eisa.rst | 25 implements bus probing (detecting EISA cards available on the bus), 53 to this device, as well as some parameters for probing purposes:: 197 Force the probing code to probe EISA slots even when it cannot find an 199 (don't force), and set to 1 (force probing) when either 206 code (since probing is now in the core EISA code). Unfortunately, most 207 drivers share their probing routine between ISA, and EISA. Special 215 Unfortunately, most drivers are doing the probing by themselves, and
|
| D | device_link.rst | 64 presence of the supplier after adding the link, and defer probing on 66 ``->probe`` callback while the supplier is still probing, but the consumer must 111 may cause probing of the consumer to be deferred indefinitely. This can become 144 probing) or never. Consequently it cannot be determined whether to defer 145 probing or not. It would be possible to notify drivers when optional 146 resources become available after probing, but it would come at a high cost 249 A more suitable approach might be to simply use deferred probing or 309 probing are waited for until they are done.
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | eisa.txt | 25 implements bus probing (detecting EISA cards available on the bus), 53 to this device, as well as some parameters for probing purposes:: 197 Force the probing code to probe EISA slots even when it cannot find an 199 (don't force), and set to 1 (force probing) when either 206 code (since probing is now in the core EISA code). Unfortunately, most 207 drivers share their probing routine between ISA, and EISA. Special 215 Unfortunately, most drivers are doing the probing by themselves, and
|
| /kernel/linux/linux-4.19/drivers/base/test/ |
| D | Kconfig | 3 tristate "Build kernel module to test asynchronous driver probing" 7 testing asynchronous driver probing by the device core.
|
| /kernel/linux/linux-4.19/Documentation/driver-api/ |
| D | device_link.rst | 65 presence of the supplier after adding the link, and defer probing on 67 ``->probe`` callback while the supplier is still probing, but the consumer must 111 may cause probing of the consumer to be deferred indefinitely. This can become 130 probing) or never. Consequently it cannot be determined whether to defer 131 probing or not. It would be possible to notify drivers when optional 132 resources become available after probing, but it would come at a high cost 235 A more suitable approach might be to simply use deferred probing or 294 probing are waited for until they are done.
|
| /kernel/linux/linux-5.10/drivers/base/test/ |
| D | Kconfig | 3 tristate "Build kernel module to test asynchronous driver probing" 7 testing asynchronous driver probing by the device core.
|
| /kernel/linux/linux-4.19/Documentation/ide/ |
| D | ide.txt | 81 Drives are normally found by auto-probing and/or examining the CMOS/BIOS data. 92 The results of successful auto-probing may override the physical geometry/irq 96 If the auto-probing during boot time confuses a drive (ie. the drive works 185 you need to explicitly enable probing by using "probe" kernel parameter, 186 i.e. to enable probing for ALI M14xx chipsets (ali14xx host driver) use: 194 kernel paremeter to enable probing for VLB version of the chipset (PCI ones 221 * "noprobe=[interface_number.device_number]" to skip probing
|
| /kernel/linux/linux-5.10/Documentation/ide/ |
| D | ide.rst | 82 Drives are normally found by auto-probing and/or examining the CMOS/BIOS data. 96 The results of successful auto-probing may override the physical geometry/irq 100 If the auto-probing during boot time confuses a drive (ie. the drive works 191 you need to explicitly enable probing by using "probe" kernel parameter, 192 i.e. to enable probing for ALI M14xx chipsets (ali14xx host driver) use: 200 kernel paremeter to enable probing for VLB version of the chipset (PCI ones 227 * "noprobe=[interface_number.device_number]" to skip probing
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | probe-event.h | 64 /* Perf probe probing point */ 75 /* Perf probe probing argument field chain */ 83 /* Perf probe probing argument */ 92 /* Perf probe probing event (point + arg) */
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | probe-event.h | 58 /* Perf probe probing point */ 69 /* Perf probe probing argument field chain */ 77 /* Perf probe probing argument */ 85 /* Perf probe probing event (point + arg) */
|
| /kernel/linux/linux-4.19/net/tipc/ |
| D | monitor.c | 197 /* Loss of local node must be detected by active probing */ in mon_identify_lost_members() 201 /* Start probing if member was removed from applied domain */ in mon_identify_lost_members() 454 bool probing = state->probing; in tipc_mon_rcv() local 457 state->probing = false; in tipc_mon_rcv() 480 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv() 488 /* Peer is confirmed, stop any ongoing probing */ in tipc_mon_rcv() 568 state->probing = false; in tipc_mon_get_state() 574 if (!state->probing && in tipc_mon_get_state() 582 state->probing = state->acked_gen != mon->dom_gen; in tipc_mon_get_state() 583 state->probing |= peer->down_cnt; in tipc_mon_get_state()
|
| /kernel/linux/linux-5.10/net/tipc/ |
| D | monitor.c | 197 /* Loss of local node must be detected by active probing */ in mon_identify_lost_members() 201 /* Start probing if member was removed from applied domain */ in mon_identify_lost_members() 462 bool probing = state->probing; in tipc_mon_rcv() local 465 state->probing = false; in tipc_mon_rcv() 488 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv() 496 /* Peer is confirmed, stop any ongoing probing */ in tipc_mon_rcv() 576 state->probing = false; in tipc_mon_get_state() 582 if (!state->probing && in tipc_mon_get_state() 590 state->probing = state->acked_gen != mon->dom_gen; in tipc_mon_get_state() 591 state->probing |= peer->down_cnt; in tipc_mon_get_state()
|
| /kernel/linux/linux-5.10/sound/soc/sof/ |
| D | probe.c | 15 * sof_ipc_probe_init - initialize data probing 25 * Probing is initialized only once and each INIT request must be 53 * sof_ipc_probe_deinit - cleanup after data probing 125 * extractor (dma) and it is always assigned on probing init. 232 * transfer data from or to target stream given the probing purpose.
|
| /kernel/linux/linux-4.19/arch/x86/pci/ |
| D | legacy.c | 2 * legacy.c - traditional, old school PCI bus probing 31 pr_info("PCI: Probing PCI hardware\n"); in pci_legacy_init()
|
| /kernel/linux/linux-5.10/arch/x86/pci/ |
| D | legacy.c | 3 * legacy.c - traditional, old school PCI bus probing 32 pr_info("PCI: Probing PCI hardware\n"); in pci_legacy_init()
|
| /kernel/linux/linux-4.19/kernel/irq/ |
| D | autoprobe.c | 5 * This file contains the interrupt probing code and driver APIs. 26 * Commence probing for an interrupt. The interrupts are scanned 49 * Some chips need to know about probing in in probe_irq_on()
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | autoprobe.c | 5 * This file contains the interrupt probing code and driver APIs. 26 * Commence probing for an interrupt. The interrupts are scanned 49 * Some chips need to know about probing in in probe_irq_on()
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | intel810.txt | 49 - Supports EDID probing either by DDC/I2C or through the BIOS 96 be equal to hsync2. If EDID probing is successful, these will be 105 rate. If EDID probing is successful, these will be ignored and values 241 e. If you want support for DDC/I2C probing (Plug and Play Displays),
|
| /kernel/linux/linux-4.19/arch/sh/kernel/cpu/sh5/ |
| D | probe.c | 4 * CPU Subtype Probing for SH-5. 57 * up later, especially if we add runtime CPU probing. in cpu_probe()
|
| /kernel/linux/linux-4.19/drivers/mtd/maps/ |
| D | solutionengine.c | 46 printk(KERN_NOTICE "Probing for flash chips at 0x00000000:\n"); in init_soleng_maps() 50 printk(KERN_NOTICE "Probing for flash chips at 0x01000000:\n"); in init_soleng_maps()
|
| D | lantiq-flash.c | 31 * map. The workaround involves swapping all addresses whilst probing the chip. 32 * Once probing is complete we stop swapping the addresses but swizzle the 152 dev_err(&pdev->dev, "probing failed\n"); in ltq_mtd_probe()
|
| /kernel/linux/linux-5.10/drivers/mtd/maps/ |
| D | solutionengine.c | 46 printk(KERN_NOTICE "Probing for flash chips at 0x00000000:\n"); in init_soleng_maps() 50 printk(KERN_NOTICE "Probing for flash chips at 0x01000000:\n"); in init_soleng_maps()
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | intel810.rst | 54 - Supports EDID probing either by DDC/I2C or through the BIOS 102 be equal to hsync2. If EDID probing is successful, these will be 111 rate. If EDID probing is successful, these will be ignored and values 250 e. If you want support for DDC/I2C probing (Plug and Play Displays),
|