/Linux-v4.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.
|
/Linux-v4.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
|
/Linux-v4.19/net/tipc/ |
D | monitor.c | 454 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()
|
D | monitor.h | 55 bool probing :1; member
|
/Linux-v4.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
|
/Linux-v4.19/sound/ac97/ |
D | Kconfig | 10 drivers which benefit from the AC97 automatic probing should "select"
|
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/ |
D | simple-panel.txt | 11 - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
/Linux-v4.19/Documentation/devicetree/bindings/display/connector/ |
D | hdmi-connector.txt | 11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
|
/Linux-v4.19/Documentation/devicetree/ |
D | 00-INDEX | 3 probing. This subsystem is maintained by Grant Likely
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_link.rst | 65 presence of the supplier after adding the link, and defer probing on 97 ``DL_FLAG_STATELESS`` is not specified on link addition) may cause probing of 109 probing) or never. Consequently it cannot be determined whether to defer 110 probing or not. It would be possible to notify drivers when optional 111 resources become available after probing, but it would come at a high cost 214 A more suitable approach might be to simply use deferred probing or 273 probing are waited for until they are done.
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max77686.txt | 7 client while probing.This document describes the binding for mfd device and
|
/Linux-v4.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),
|
/Linux-v4.19/Documentation/hwmon/ |
D | ltc4215 | 25 of the possible addresses are unfriendly to probing. You will have to
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-batman-adv | 7 emits probing packets for neighbor sensing (ELP).
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-iov-howto.txt | 71 To enable auto probing VFs by a compatible driver on the host, run 77 To disable auto probing VFs by a compatible driver on the host, run
|
/Linux-v4.19/Documentation/gpu/ |
D | vc4.rst | 13 display, output probing and related topics.
|
/Linux-v4.19/drivers/mtd/chips/ |
D | Kconfig | 11 for probing the capabilities of flash devices. If you wish to 21 This option enables JEDEC-style probing of flash chips which are not 224 This option enables support for a dummy probing driver used to
|
/Linux-v4.19/Documentation/usb/ |
D | acm.txt | 117 acm.c: probing config 1 118 acm.c: probing config 2
|
/Linux-v4.19/Documentation/driver-model/ |
D | overview.txt | 24 of common callbacks, such as device discovery during bus probing, bus 113 The bus layer may also create files for the devices it finds while probing the
|
/Linux-v4.19/Documentation/i2c/ |
D | old-module-parameters | 9 "ignore" (to prevent a driver from probing a given address).
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.h | 161 unsigned int probing:1; /* codec probing phase */ member
|
/Linux-v4.19/arch/arm/ |
D | Kconfig-nommu | 35 used instead of the auto-probing which utilizes the register.
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | rockchip-dw-mshc.txt | 34 probing, low speeds or in case where all phases work at tuning time.
|
/Linux-v4.19/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 132 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 158 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 194 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 237 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
/Linux-v4.19/Documentation/i2c/muxes/ |
D | i2c-mux-gpio | 70 including deferred probing if the GPIO chip isn't immediately
|