Home
last modified time | relevance | path

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

12345

/Linux-v5.4/tools/perf/util/
Dcloexec.c96 static bool probed; in perf_event_open_cloexec_flag() local
98 if (!probed) { in perf_event_open_cloexec_flag()
101 probed = true; in perf_event_open_cloexec_flag()
/Linux-v5.4/arch/x86/boot/
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-v5.4/drivers/clk/ti/
Dclk-dra7-atl.c52 bool probed; /* the driver for the IP has been loaded */ member
84 if (!cdesc->probed) in atl_clk_enable()
106 if (!cdesc->probed) in atl_clk_disable()
287 cdesc->probed = true; in of_dra7_atl_clk_probe()
/Linux-v5.4/drivers/clk/keystone/
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-v5.4/Documentation/ABI/testing/
Dsysfs-class-mux16 probed MUX chip where N is a simple enumeration.
Dsysfs-class-mei15 each probed mei device
/Linux-v5.4/Documentation/networking/device_drivers/netronome/
Dnfp.rst42 firmware from flash when the host driver gets probed. The firmware loading
125 the driver is probed, either 'Disk' (0) if firmware was found on disk,
127 reset on driver unload if firmware was loaded when the driver was probed.
/Linux-v5.4/Documentation/
Dkprobes.txt63 When a kprobe is registered, Kprobes makes a copy of the probed
64 instruction and replaces the first byte(s) of the probed instruction
73 Next, Kprobes single-steps its copy of the probed instruction.
110 the entry to the function. When the probed function is called and this
116 When the probed function executes its return instruction, control
122 While the probed function is executing, its return address is
126 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-v5.4/arch/sparc/mm/
Dsrmmu.c779 unsigned long probed; in srmmu_inherit_prom_mappings() local
791 probed = srmmu_probe(start); in srmmu_inherit_prom_mappings()
792 if (!probed) { in srmmu_inherit_prom_mappings()
803 if (srmmu_probe(addr + SRMMU_REAL_PMD_SIZE) == probed) in srmmu_inherit_prom_mappings()
808 if (srmmu_probe(addr + SRMMU_PGDIR_SIZE) == probed) in srmmu_inherit_prom_mappings()
814 *(pgd_t *)__nocache_fix(pgdp) = __pgd(probed); in srmmu_inherit_prom_mappings()
843 *(unsigned long *)__nocache_fix(val) = probed; in srmmu_inherit_prom_mappings()
848 *(pte_t *)__nocache_fix(ptep) = __pte(probed); in srmmu_inherit_prom_mappings()
/Linux-v5.4/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/Linux-v5.4/Documentation/devicetree/bindings/openrisc/opencores/
Dor1ksim.txt19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/Linux-v5.4/Documentation/devicetree/bindings/reserved-memory/
Dqcom,cmd-db.txt10 resource properties may change. These properties are dynamically probed by the
/Linux-v5.4/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt4 Switches are true Linux devices and can be probed by any means. Once
5 probed, they register to the DSA framework, passing a node
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dbrcm,mdio-mux-iproc.txt13 Every non-ethernet PHY requires a compatible so that it could be probed based
/Linux-v5.4/drivers/i2c/busses/
Di2c-amd-mp2.h185 unsigned int probed; member
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dsodaville.txt10 There is no compatible property for now because the driver is probed via
/Linux-v5.4/Documentation/driver-api/
Ddevice_link.rst34 presence on the supplier. The consumer devices are not probed before the
66 driver core known about the device link earlier, it wouldn't have probed the
118 consumer will never be probed.
254 add a device flag causing the parent driver to be probed before the
275 and consumer. If the link is created before any devices are probed, it
283 * Before a consumer device is probed, presence of supplier drivers is
/Linux-v5.4/arch/mips/boot/dts/mti/
Dmalta.dts34 * controller & should be probed first.
/Linux-v5.4/Documentation/hwmon/
Docc.rst19 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.
/Linux-v5.4/Documentation/watchdog/
Dwdt.rst26 The ICS ISA-bus wdt card cannot be safely probed for. Instead you need to
Dmlx-wdt.rst47 Watchdog driver is probed from the common mlx_platform driver.
/Linux-v5.4/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg88 # function: The symbol name for the function you want probed, this is the
153 # function: The symbol name for the function you want probed, this is the
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst47 Note that when probed, some eBPF helpers (e.g.
/Linux-v5.4/tools/perf/Documentation/
Dperf-probe.txt81 Show source code lines which can be probed. This needs an argument
173 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function…
176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
247 Display which lines in schedule() can be probed:
/Linux-v5.4/drivers/tty/serial/
Dsb1250-duart.c776 static int probed; in sbd_probe_duarts() local
780 if (probed) in sbd_probe_duarts()
795 probed = 1; in sbd_probe_duarts()

12345