Home
last modified time | relevance | path

Searched full:probed (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/kernel/linux/linux-5.10/sound/soc/
Dsoc-card.c133 * So, set "probed" flag here, because it needs to care in snd_soc_card_probe()
140 card->probed = 1; in snd_soc_card_probe()
158 * This means, we can set "card->probed" flag afer "late_probe" in snd_soc_card_late_probe()
165 card->probed = 1; in snd_soc_card_late_probe()
174 if (card->probed && in snd_soc_card_remove()
178 card->probed = 0; in snd_soc_card_remove()
/kernel/linux/linux-6.6/Documentation/driver-api/driver-model/
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::
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
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::
/kernel/linux/linux-6.6/sound/soc/
Dsoc-card.c183 * So, set "probed" flag here, because it needs to care in snd_soc_card_probe()
190 card->probed = 1; in snd_soc_card_probe()
208 * This means, we can set "card->probed" flag afer "late_probe" in snd_soc_card_late_probe()
215 card->probed = 1; in snd_soc_card_late_probe()
230 if (card->probed && in snd_soc_card_remove()
234 card->probed = 0; in snd_soc_card_remove()
/kernel/linux/linux-5.10/include/soc/fsl/
Dbman.h130 * bman_is_probed - Check if bman is probed
132 * Returns 1 if the bman driver successfully probed, -1 if the bman driver
133 * failed to probe or 0 if the bman driver did not probed yet.
137 * bman_portals_probed - Check if all cpu bound bman portals are probed
139 * Returns 1 if all the required cpu bound bman portals successfully probed,
/kernel/linux/linux-6.6/include/soc/fsl/
Dbman.h130 * bman_is_probed - Check if bman is probed
132 * Returns 1 if the bman driver successfully probed, -1 if the bman driver
133 * failed to probe or 0 if the bman driver did not probed yet.
137 * bman_portals_probed - Check if all cpu bound bman portals are probed
139 * Returns 1 if all the required cpu bound bman portals successfully probed,
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dcpu-probe.c236 pr_info("32-bit Loongson Processor probed (LA132 Core)\n"); in cpu_probe_loongson()
242 pr_info("64-bit Loongson Processor probed (LA264 Core)\n"); in cpu_probe_loongson()
248 pr_info("64-bit Loongson Processor probed (LA364 Core)\n"); in cpu_probe_loongson()
254 pr_info("64-bit Loongson Processor probed (LA464 Core)\n"); in cpu_probe_loongson()
260 pr_info("64-bit Loongson Processor probed (LA664 Core)\n"); in cpu_probe_loongson()
266 pr_info("64-bit Loongson Processor probed (Unknown Core)\n"); in cpu_probe_loongson()
/kernel/linux/linux-6.6/tools/perf/util/
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/base/test/
Dplatform-device-test.c52 * Tests that a platform bus, non-probed device will run its
80 * Tests that a platform bus, non-probed device will run its
128 * Tests that a platform bus, probed device will run its device-managed
166 * Tests that a platform bus, probed device will run its device-managed
/kernel/linux/linux-5.10/arch/loongarch/kernel/
Dcpu-probe.c288 pr_info("32-bit Loongson Processor probed (LA132 Core)\n"); in cpu_probe_loongson()
294 pr_info("64-bit Loongson Processor probed (LA264 Core)\n"); in cpu_probe_loongson()
300 pr_info("64-bit Loongson Processor probed (LA364 Core)\n"); in cpu_probe_loongson()
306 pr_info("64-bit Loongson Processor probed (LA464 Core)\n"); in cpu_probe_loongson()
312 pr_info("64-bit Loongson Processor probed (LA664 Core)\n"); in cpu_probe_loongson()
318 pr_info("64-bit Loongson Processor probed (Unknown Core)\n"); in cpu_probe_loongson()
/kernel/linux/linux-5.10/Documentation/trace/
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.
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()
140 time the probed function is entered but there is no kretprobe_instance
164 In case probed function is entered but there is no kretprobe_instance
229 - Other instructions in the optimized region are probed.
[all …]
/kernel/linux/linux-6.6/Documentation/trace/
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.
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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/linux/mfd/pcf50633/
Dbacklight.h13 * Brightness to be used after the driver has been probed.
18 * Brightness limit to be used after the driver has been probed. This is useful
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/mfd/pcf50633/
Dbacklight.h13 * Brightness to be used after the driver has been probed.
18 * Brightness limit to be used after the driver has been probed. This is useful
/kernel/linux/linux-6.6/drivers/clk/ti/
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()
/kernel/linux/linux-5.10/drivers/net/wan/lmc/
Dlmc_ioctl.h31 #define LMC_CARDTYPE_HSSI 1 /* probed card is a HSSI card */
32 #define LMC_CARDTYPE_DS3 2 /* probed card is a DS3 card */
33 #define LMC_CARDTYPE_SSI 3 /* probed card is a SSI card */
34 #define LMC_CARDTYPE_T1 4 /* probed card is a T1 card */
/kernel/linux/linux-5.10/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()
290 cdesc->probed = true; in of_dra7_atl_clk_probe()
/kernel/linux/linux-5.10/samples/kprobes/
Dkprobe_example.c27 /* kprobe pre_handler: called just before the probed instruction is executed */
56 /* kprobe post_handler: called after the probed instruction is executed */
85 * single-steps the probed instruction.
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_perfmon.c111 DRM_DEBUG("Creating perfmon no VC4 V3D probed\n"); in vc4_perfmon_create_ioctl()
161 DRM_DEBUG("Destroying perfmon no VC4 V3D probed\n"); in vc4_perfmon_destroy_ioctl()
186 DRM_DEBUG("Getting perfmon no VC4 V3D probed\n"); in vc4_perfmon_get_values_ioctl()
/kernel/linux/linux-5.10/drivers/clocksource/
Drenesas-ostm.c19 * The first OSTM channel probed will be set up as a free running
23 * The second (or more) channel probed will be set up as an interrupt
184 * First probed device will be used as system clocksource. Any in ostm_init()
/kernel/linux/linux-5.10/Documentation/driver-api/
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
/kernel/linux/linux-6.6/Documentation/driver-api/
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

12345678910>>...55