| /linux/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.
|
| /linux/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 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
|
| /linux/net/tipc/ |
| H A D | monitor.c | 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() 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()
|
| H A D | monitor.h | 55 bool probing :1; member
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | Kconfig | 24 This option supports ACPI based probing. 42 This option supports platform device based probing.
|
| /linux/arch/riscv/ |
| H A D | Kconfig.vendor | 14 requested by hardware probing to be ignored. 40 requested by hardware probing to be ignored.
|
| /linux/drivers/virt/coco/pkvm-guest/ |
| H A D | Kconfig | 8 support for probing and issuing these hypercalls.
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 51 Keyword **kernel** can be omitted. If no probe target is specified, probing 67 probing the kernel.
|
| /linux/sound/ac97/ |
| H A D | Kconfig | 11 drivers which benefit from the AC97 automatic probing should "select"
|
| /linux/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),
|
| /linux/drivers/cdx/ |
| H A D | Kconfig | 14 APU. CDX bus provides a mechanism for scanning and probing
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | alienware-wmi.rst | 38 - ``force_platform_profile=1``: Forces probing for platform profile support 39 - ``force_hwmon=1``: Forces probing for HWMON support
|
| /linux/Documentation/hwmon/ |
| H A D | ltc4215.rst | 30 of the possible addresses are unfriendly to probing. You will have to
|
| /linux/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
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-devlink | 76 - 'consumer probing' 91 'consumer probing' means the consumer device is currently
|
| /linux/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
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | overview.rst | 26 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/Documentation/driver-api/virtio/ |
| H A D | virtio.rst | 69 Device discovery and probing 95 then the virtio-pci driver is probed and, if the probing goes well, the
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 140 unsigned int probing:1; /* codec probing phase */ member
|
| /linux/Documentation/usb/ |
| H A D | acm.rst | 121 acm.c: probing config 1 122 acm.c: probing config 2
|
| /linux/Documentation/arch/x86/ |
| H A D | amd_hsmp.rst | 27 for ACPI object based probing, platform device based probing and for the common
|
| /linux/sound/pci/ |
| H A D | intel8x0m.c | 837 static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_ich_chip_init() argument 866 if (probing) { in snd_intel8x0m_ich_chip_init() 921 static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_chip_init() argument 926 err = snd_intel8x0m_ich_chip_init(chip, probing); in snd_intel8x0m_chip_init()
|
| /linux/drivers/usb/common/ |
| H A D | Kconfig | 32 ULPI PHYs provide often functions such as ADP sensing/probing (OTG
|