| /linux/tools/perf/util/ |
| H A D | cloexec.c | 83 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/arch/x86/boot/ |
| H A D | video-mode.c | 34 static u8 probed[2]; in probe_cards() local 36 if (probed[unsafe]) in probe_cards() 39 probed[unsafe] = 1; in probe_cards()
|
| /linux/drivers/clk/ti/ |
| H A D | clk-dra7-atl.c | 44 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() 275 cdesc->probed = true; in of_dra7_atl_clk_probe()
|
| /linux/drivers/clk/ |
| H A D | clk-fixed-rate_test.c | 281 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/Documentation/driver-api/driver-model/ |
| H A D | driver.rst | 191 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/drivers/clk/keystone/ |
| H A D | Kconfig | 25 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/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 58 bool probed; member 242 dlog->probed = true; in drm_log_init_client() 336 dlog->probed = false; in drm_log_client_hotplug() 374 if (!dlog->probed) in drm_log_write_thread()
|
| /linux/drivers/soundwire/ |
| H A D | bus_type.c | 147 slave->probed = true; in sdw_drv_probe() 175 slave->probed = false; in sdw_drv_remove()
|
| /linux/arch/sparc/mm/ |
| H A D | srmmu.c | 767 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/Documentation/ABI/testing/ |
| H A D | sysfs-class-mux | 16 probed MUX chip where N is a simple enumeration.
|
| H A D | sysfs-devices-state_synced | 20 and have probed successfully. Resources that were left disabled
|
| H A D | sysfs-bus-spi-devices-spi-nor | 19 known to the kernel and is only probed by its SFDP
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 64 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. 111 the entry to the function. When the probed function is called and this 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. [all …]
|
| /linux/Documentation/devicetree/bindings/mips/img/ |
| H A D | pistachio.txt | 14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp151c-mect1s.dts | 121 /* All this DP83TG720R PHYs can't be probed before switch@0 is 122 * probed so we need to use compatible with PHYid
|
| H A D | stm32mp151a-prtt1c.dts | 104 /* All this DP83TD510E PHYs can't be probed before switch@0 is 105 * probed so we need to use compatible with PHYid
|
| /linux/Documentation/devicetree/bindings/openrisc/opencores/ |
| H A D | or1ksim.txt | 19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-amd-mp2.h | 185 unsigned int probed; member
|
| /linux/Documentation/driver-api/ |
| H A D | device_link.rst | 30 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
|
| H A D | tee.rst | 16 probed via corresponding probe API registered by the client driver. This
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | sodaville.txt | 10 There is no compatible property for now because the driver is probed via
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | Kconfig | 24 using it are probed. For this reason, you should select Y if your
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | phy.rst | 7 The PHYs on an MDIO bus [phy] are probed and registered using 27 During the MDIO bus driver initialization, PHYs on this bus are probed
|
| /linux/arch/mips/boot/dts/mti/ |
| H A D | malta.dts | 34 * controller & should be probed first.
|
| /linux/Documentation/hwmon/ |
| H A D | occ.rst | 19 The P8 version of this driver is a client driver of I2C. It may be probed 24 It will be probed automatically by the FSI-based OCC driver.
|