Home
last modified time | relevance | path

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

12345678910>>...19

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c227 * @done_probing: Callback functions to call after EP device finishes probing.
235 * our sub-device will have finished probing. It should be noted that if our
236 * sub-device returns -EPROBE_DEFER or is probing asynchronously for some
241 * when our sub device finishes probing. Our sub device is expected to be an
244 * probing. For this reason the caller can pass in a function pointer that
245 * will be called when our sub-device finishes probing.
332 * @done_probing: Callback functions to call after EP device finishes probing.
/linux/Documentation/driver-api/
H A 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.
/linux/drivers/platform/x86/amd/hsmp/
H A DKconfig24 This option supports ACPI based probing.
42 This option supports platform device based probing.
/linux/arch/riscv/
H A DKconfig.vendor14 requested by hardware probing to be ignored.
40 requested by hardware probing to be ignored.
/linux/net/tipc/
H A 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()
H A Dmonitor.h47 * @probing: peer endpoint should be temporarily probed for potential loss
55 bool probing :1; member
/linux/kernel/irq/
H A 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()
/linux/arch/x86/pci/
H A Dlegacy.c3 * legacy.c - traditional, old school PCI bus probing
32 pr_info("PCI: Probing PCI hardware\n"); in pci_legacy_init()
/linux/drivers/mtd/maps/
H A 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()
H A 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()
/linux/Documentation/fb/
H A 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/drivers/mtd/chips/
H A 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
227 This option enables support for a dummy probing driver used to
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst188 probing.
199 probed, will be probed. For example this avoids probing for hardware
214 * Probing is only one way to instantiate I2C devices now, while it was the
221 that no probing happens. The purpose of the class bitfield is to limit
/linux/arch/x86/boot/
H A Dvideo.h10 * Header file for the real-mode video probing code
76 int unsafe; /* Probing is unsafe, only do after "scan" */
/linux/drivers/net/ethernet/xscale/
H A DMakefile6 # Keep this link order to avoid deferred probing
/linux/sound/ac97/
H A DKconfig11 drivers which benefit from the AC97 automatic probing should "select"
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst51 Keyword **kernel** can be omitted. If no probe target is specified, probing
67 probing the kernel.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-devlink76 - 'consumer probing'
91 'consumer probing' means the consumer device is currently
/linux/include/linux/
H A Dapple-gmux.h91 * Detect if a supported gmux device is present by actually probing it.
156 * and Mac Pros, e.g. for deferred probing, runtime pm and backlight.
/linux/sound/soc/intel/avs/boards/
H A DKconfig109 tristate "Probing (data) board"
113 This adds support for data probing board which can be used to
/linux/Documentation/admin-guide/laptops/
H A Dalienware-wmi.rst38 - ``force_platform_profile=1``: Forces probing for platform profile support
39 - ``force_hwmon=1``: Forces probing for HWMON support
/linux/drivers/platform/x86/dell/
H A Ddell-wmi-descriptor.h15 * -EPROBE_DEFER: probing for dell-wmi-descriptor not yet run
/linux/arch/riscv/include/asm/vdso/
H A Darch_data.h18 * probing is deferred to avoid boot slowdowns.
/linux/arch/arm/mach-berlin/
H A Dberlin.c21 * with DT probing for L2CCs, berlin_init_machine can be removed.
/linux/sound/hda/controllers/
H A Dintel.h12 /* sync probing */

12345678910>>...19