Home
last modified time | relevance | path

Searched full:probing (Results 1 – 25 of 1606) sorted by relevance

12345678910>>...65

/kernel/linux/linux-5.10/drivers/base/
Ddd.c43 * 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
308 * deferred_probe_initcall() - Enable probing of deferred devices
[all …]
/kernel/linux/linux-6.6/drivers/base/
Ddd.c43 * request probing to be deferred by returning -EPROBE_DEFER from its probe hook
67 * to prohibit probing of devices as it could be unsafe.
79 * deferred_probe_work_func() - Retry probing devices in the active list.
109 * Drop the mutex while probing each device; the probe path may in deferred_probe_work_func()
158 * driver_deferred_probe_trigger() - Kick off re-probing deferred devices
165 * more than one device is probing at the same time, it is possible for one
171 * trigger has occurred in the midst of probing a driver. If the trigger count
201 * It will disable probing of devices and defer their probes instead.
213 * It will restore normal behavior and trigger re-probing of deferred
338 * deferred_probe_initcall() - Enable probing of deferred devices
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/
Deisa.rst25 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
Ddevice_link.rst64 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-5.10/Documentation/driver-api/
Deisa.rst25 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
Ddevice_link.rst64 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-6.6/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c226 * @done_probing: Callback functions to call after EP device finishes probing.
234 * our sub-device will have finished probing. It should be noted that if our
235 * sub-device returns -EPROBE_DEFER or is probing asynchronously for some
240 * when our sub device finishes probing. Our sub device is expected to be an
243 * probing. For this reason the caller can pass in a function pointer that
244 * will be called when our sub-device finishes probing.
331 * @done_probing: Callback functions to call after EP device finishes probing.
/kernel/linux/linux-5.10/drivers/base/test/
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/kernel/linux/linux-6.6/drivers/base/test/
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/kernel/linux/linux-5.10/Documentation/ide/
Dide.rst82 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/
Dprobe-event.h64 /* 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-6.6/sound/soc/sof/
Dsof-client-probes-ipc3.c50 * ipc3_probes_init - initialize data probing
60 * Probing is initialized only once and each INIT request must be
85 * ipc3_probes_deinit - cleanup after data probing
170 * transfer data from or to target stream given the probing purpose.
/kernel/linux/linux-6.6/tools/perf/util/
Dprobe-event.h65 /* Perf probe probing point */
76 /* Perf probe probing argument field chain */
84 /* Perf probe probing argument */
93 /* Perf probe probing event (point + arg) */
/kernel/linux/linux-6.6/net/tipc/
Dmonitor.c227 /* Loss of local node must be detected by active probing */ in mon_identify_lost_members()
231 /* Start probing if member was removed from applied domain */ in mon_identify_lost_members()
493 bool probing = state->probing; in tipc_mon_rcv() local
496 state->probing = false; in tipc_mon_rcv()
519 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv()
527 /* Peer is confirmed, stop any ongoing probing */ in tipc_mon_rcv()
607 state->probing = false; in tipc_mon_get_state()
613 if (!state->probing && in tipc_mon_get_state()
621 state->probing = state->acked_gen != mon->dom_gen; in tipc_mon_get_state()
622 state->probing |= peer->down_cnt; in tipc_mon_get_state()
/kernel/linux/linux-5.10/net/tipc/
Dmonitor.c197 /* 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/
Dprobe.c15 * 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-6.6/kernel/irq/
Dautoprobe.c5 * 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/
Dautoprobe.c5 * 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/arch/x86/pci/
Dlegacy.c3 * legacy.c - traditional, old school PCI bus probing
32 pr_info("PCI: Probing PCI hardware\n"); in pci_legacy_init()
/kernel/linux/linux-6.6/arch/x86/pci/
Dlegacy.c3 * legacy.c - traditional, old school PCI bus probing
32 pr_info("PCI: Probing PCI hardware\n"); in pci_legacy_init()
/kernel/linux/linux-6.6/drivers/mtd/maps/
Dlantiq-flash.c29 * map. The workaround involves swapping all addresses whilst probing the chip.
30 * Once probing is complete we stop swapping the addresses but swizzle the
145 dev_err(&pdev->dev, "probing failed\n"); in ltq_mtd_probe()
Dsolutionengine.c46 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/
Dintel810.rst54 - 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),
/kernel/linux/linux-6.6/Documentation/fb/
Dintel810.rst54 - 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),
/kernel/linux/linux-5.10/drivers/mtd/maps/
Dsolutionengine.c46 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()

12345678910>>...65