Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 25 of 162) sorted by relevance

1234567

/linux-6.15/tools/perf/util/
H A Dcloexec.c83 static bool probed; in perf_event_open_cloexec_flag() local
85 if (!probed) { in perf_event_open_cloexec_flag()
88 probed = true; in perf_event_open_cloexec_flag()
/linux-6.15/sound/soc/
H A Dsoc-card.c157 card->probed = 1; in snd_soc_card_probe()
182 card->probed = 1; in snd_soc_card_late_probe()
197 if (card->probed && in snd_soc_card_remove()
201 card->probed = 0; in snd_soc_card_remove()
H A Dsoc-dai.c523 if (dai->probed) in snd_soc_pcm_dai_probe()
537 dai->probed = 1; in snd_soc_pcm_dai_probe()
549 if (!dai->probed) in snd_soc_pcm_dai_remove()
562 dai->probed = 0; in snd_soc_pcm_dai_remove()
/linux-6.15/arch/x86/boot/
H A Dvideo-mode.c34 static u8 probed[2]; in probe_cards() local
36 if (probed[unsafe]) in probe_cards()
39 probed[unsafe] = 1; in probe_cards()
/linux-6.15/drivers/clk/ti/
H A Dclk-dra7-atl.c44 bool probed; /* the driver for the IP has been loaded */ member
76 if (!cdesc->probed) in atl_clk_enable()
98 if (!cdesc->probed) in atl_clk_disable()
273 cdesc->probed = true; in of_dra7_atl_clk_probe()
/linux-6.15/drivers/clk/
H A Dclk-fixed-rate_test.c281 struct completion probed; member
337 complete(&ctx->probed); in clk_fixed_rate_of_test_probe()
360 init_completion(&ctx->probed); in clk_fixed_rate_of_init()
363 KUNIT_ASSERT_NE(test, 0, wait_for_completion_timeout(&ctx->probed, HZ)); in clk_fixed_rate_of_init()
/linux-6.15/Documentation/driver-api/driver-model/
H A Ddriver.rst191 devices of the device have successfully probed. The list of consumers of the
198 point in time have already probed successfully, sync_state() is called right
200 too is considered as "all consumers of the device have probed" and sync_state()
204 still consumers that haven't probed successfully, the sync_state() call is
207 there are one or more consumers of the device that haven't probed yet, then
214 consumers of the device have probed. Once all the consumers of the device have
215 probed, the device's driver can synchronize the hardware state of the device to
224 probed.
229 all the consumers of a device have probed::
/linux-6.15/drivers/clk/keystone/
H A DKconfig25 firmware. By default, only the used clocks are probed from DT.
27 increase the boot time of the device. If you want the clocks probed
/linux-6.15/drivers/gpu/drm/clients/
H A Ddrm_log.c58 bool probed; member
242 dlog->probed = true; in drm_log_init_client()
317 dlog->probed = false; in drm_log_client_hotplug()
353 if (!dlog->probed) in drm_log_write_thread()
/linux-6.15/drivers/soundwire/
H A Dbus_type.c140 slave->probed = true; in sdw_drv_probe()
168 slave->probed = false; in sdw_drv_remove()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-mux16 probed MUX chip where N is a simple enumeration.
H A Dsysfs-bus-spi-devices-spi-nor19 known to the kernel and is only probed by its SFDP
H A Dsysfs-devices-state_synced20 and have probed successfully. Resources that were left disabled
/linux-6.15/arch/sparc/mm/
H A Dsrmmu.c767 unsigned long probed; in srmmu_inherit_prom_mappings() local
781 probed = srmmu_probe(start); in srmmu_inherit_prom_mappings()
782 if (!probed) { in srmmu_inherit_prom_mappings()
793 if (srmmu_probe(addr + PMD_SIZE) == probed) in srmmu_inherit_prom_mappings()
798 if (srmmu_probe(addr + PGDIR_SIZE) == probed) in srmmu_inherit_prom_mappings()
806 *__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
820 *(pmd_t *)__nocache_fix(pmdp) = __pmd(probed); in srmmu_inherit_prom_mappings()
832 *__nocache_fix(ptep) = __pte(probed); in srmmu_inherit_prom_mappings()
/linux-6.15/Documentation/trace/
H A Dkprobes.rst64 When a kprobe is registered, Kprobes makes a copy of the probed
65 instruction and replaces the first byte(s) of the probed instruction
74 Next, Kprobes single-steps its copy of the probed instruction.
117 When the probed function executes its return instruction, control
123 While the probed function is executing, its return address is
127 function can be probed simultaneously. register_kretprobe()
139 time the probed function is entered but there is no kretprobe_instance
163 In case probed function is entered but there is no kretprobe_instance
228 - Other instructions in the optimized region are probed.
557 A probe handler can modify the environment of the probed function
[all …]
/linux-6.15/Documentation/devicetree/bindings/mips/img/
H A Dpistachio.txt14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/linux-6.15/Documentation/devicetree/bindings/openrisc/opencores/
H A Dor1ksim.txt19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/linux-6.15/drivers/tee/optee/
H A DKconfig18 probed. This returns -EPROBE_DEFER until the firmware is loadable from
/linux-6.15/Documentation/devicetree/bindings/reserved-memory/
H A Dqcom,cmd-db.yaml16 resource properties may change. These properties are dynamically probed by the
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32mp151c-mect1s.dts121 /* All this DP83TG720R PHYs can't be probed before switch@0 is
122 * probed so we need to use compatible with PHYid
/linux-6.15/Documentation/sound/soc/
H A Dmachine.rst98 such as the codec, CPU, and platform are probed. If all these components
99 are successfully probed, the sound card gets registered.
/linux-6.15/drivers/i2c/busses/
H A Di2c-amd-mp2.h185 unsigned int probed; member
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dsodaville.txt10 There is no compatible property for now because the driver is probed via
/linux-6.15/Documentation/driver-api/
H A Ddevice_link.rst30 presence on the supplier. The consumer devices are not probed before the
62 driver core known about the device link earlier, it wouldn't have probed the
114 consumer will never be probed.
250 add a device flag causing the parent driver to be probed before the
271 and consumer. If the link is created before any devices are probed, it
279 * Before a consumer device is probed, presence of supplier drivers is
/linux-6.15/drivers/platform/x86/intel/int3472/
H A DKconfig24 using it are probed. For this reason, you should select Y if your

1234567