| /OK3568_Linux_fs/kernel/drivers/base/test/ |
| H A D | Kconfig | 3 tristate "Build kernel module to test asynchronous driver probing" 7 testing asynchronous driver probing by the device core.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A 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
|
| H A 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.
|
| H A D | firewire.rst | 28 Firewire device probing and sysfs interfaces
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | monitor.c | 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() 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()
|
| H A D | monitor.h | 55 bool probing :1; member
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | Kconfig | 29 framebuffer during device-model binding/probing. 38 framebuffer during device-model binding/probing.
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 50 specified, probing the kernel is the default behaviour. 67 same role as when probing the kernel.
|
| /OK3568_Linux_fs/buildroot/package/nvidia-modprobe/ |
| H A D | Config.in | 6 probing the NVIDIA hardware at runtime.
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | Kconfig | 43 for probing the capabilities of flash devices. If you wish to 54 for probing the capabilities of flash devices. If you wish to
|
| /OK3568_Linux_fs/buildroot/package/i2c-tools/ |
| H A D | Config.in | 8 Linux: a bus probing tool, a chip dumper, register-level
|
| /OK3568_Linux_fs/kernel/sound/ac97/ |
| H A D | Kconfig | 11 drivers which benefit from the AC97 automatic probing should "select"
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A 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),
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/virglrenderer/virglrenderer/ |
| H A D | 0001-meson.build-use-python3-directly-for-python.patch | 6 This avoids a dependency on target python (due to meson probing
|
| /OK3568_Linux_fs/u-boot/doc/SPI/ |
| H A D | status.txt | 8 - sf_probe.c: SPI flash probing code.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77686.txt | 7 client while probing.This document describes the binding for mfd device and
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-devlink | 76 - 'consumer probing' 91 'consumer probing' means the consumer device is currently
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pci-iov-howto.rst | 90 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
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ltc4215.rst | 30 of the possible addresses are unfriendly to probing. You will have to
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 128 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 154 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 190 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 214 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-net-batman-adv | 9 emits probing packets for neighbor sensing (ELP).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/i2c-tools/ |
| H A D | i2c-tools_4.3.bb | 3 …tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dump…
|
| /OK3568_Linux_fs/kernel/drivers/phy/mediatek/ |
| H A D | Kconfig | 25 Enable this to provide vendor-specific probing,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | Kconfig | 12 for probing the capabilities of flash devices. If you wish to 22 This option enables JEDEC-style probing of flash chips which are not 227 This option enables support for a dummy probing driver used to
|