Home
last modified time | relevance | path

Searched refs:probing (Results 1 – 25 of 109) sorted by relevance

12345

/Linux-v5.4/drivers/base/test/
DKconfig3 tristate "Build kernel module to test asynchronous driver probing"
7 testing asynchronous driver probing by the device core.
/Linux-v5.4/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.rst68 presence of the supplier after adding the link, and defer probing on
70 ``->probe`` callback while the supplier is still probing, but the consumer must
115 may cause probing of the consumer to be deferred indefinitely. This can become
148 probing) or never. Consequently it cannot be determined whether to defer
149 probing or not. It would be possible to notify drivers when optional
150 resources become available after probing, but it would come at a high cost
253 A more suitable approach might be to simply use deferred probing or
312 probing are waited for until they are done.
Dfirewire.rst28 Firewire device probing and sysfs interfaces
/Linux-v5.4/net/tipc/
Dmonitor.c454 bool probing = state->probing; in tipc_mon_rcv() local
457 state->probing = false; in tipc_mon_rcv()
478 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv()
566 state->probing = false; in tipc_mon_get_state()
572 if (!state->probing && in tipc_mon_get_state()
580 state->probing = state->acked_gen != mon->dom_gen; in tipc_mon_get_state()
581 state->probing |= peer->down_cnt; in tipc_mon_get_state()
Dmonitor.h55 bool probing :1; member
/Linux-v5.4/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
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst45 specified, probing the kernel is the default behaviour.
56 role as when probing the kernel.
/Linux-v5.4/sound/ac97/
DKconfig11 drivers which benefit from the AC97 automatic probing should "select"
/Linux-v5.4/Documentation/devicetree/bindings/display/connector/
Dhdmi-connector.txt11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dmax77686.txt7 client while probing.This document describes the binding for mfd device and
/Linux-v5.4/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),
/Linux-v5.4/drivers/phy/mediatek/
DKconfig23 Enable this to provide vendor-specific probing,
/Linux-v5.4/Documentation/hwmon/
Dltc4215.rst30 of the possible addresses are unfriendly to probing. You will have to
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-class-net-batman-adv9 emits probing packets for neighbor sensing (ELP).
/Linux-v5.4/Documentation/PCI/
Dpci-iov-howto.rst90 To enable auto probing VFs by a compatible driver on the host, run
98 To disable auto probing VFs by a compatible driver on the host, run
/Linux-v5.4/Documentation/gpu/
Dvc4.rst13 display, output probing and related topics.
/Linux-v5.4/drivers/mtd/chips/
DKconfig12 for probing the capabilities of flash devices. If you wish to
22 This option enables JEDEC-style probing of flash chips which are not
225 This option enables support for a dummy probing driver used to
/Linux-v5.4/Documentation/driver-api/driver-model/
Doverview.rst26 of common callbacks, such as device discovery during bus probing, bus
115 The bus layer may also create files for the devices it finds while probing the
/Linux-v5.4/sound/pci/hda/
Dhda_controller.h140 unsigned int probing:1; /* codec probing phase */ member
/Linux-v5.4/Documentation/devicetree/bindings/virtio/
Diommu.txt4 discovered dynamically by the PCI probing infrastructure. However the
/Linux-v5.4/Documentation/i2c/
Dold-module-parameters.rst10 "ignore" (to prevent a driver from probing a given address).
/Linux-v5.4/drivers/usb/common/
DKconfig33 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
/Linux-v5.4/arch/arm/
DKconfig-nommu37 used instead of the auto-probing which utilizes the register.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.txt34 probing, low speeds or in case where all phases work at tuning time.

12345