/Linux-v6.1/Documentation/driver-api/driver-model/ |
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-v6.1/sound/soc/ |
D | soc-card.c | 163 * So, set "probed" flag here, because it needs to care in snd_soc_card_probe() 170 card->probed = 1; in snd_soc_card_probe() 188 * This means, we can set "card->probed" flag afer "late_probe" in snd_soc_card_late_probe() 195 card->probed = 1; in snd_soc_card_late_probe() 210 if (card->probed && in snd_soc_card_remove() 214 card->probed = 0; in snd_soc_card_remove()
|
/Linux-v6.1/include/soc/fsl/ |
D | bman.h | 130 * 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,
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | cpu-probe.c | 201 pr_info("32-bit Loongson Processor probed (LA132 Core)\n"); in cpu_probe_loongson() 207 pr_info("64-bit Loongson Processor probed (LA264 Core)\n"); in cpu_probe_loongson() 213 pr_info("64-bit Loongson Processor probed (LA364 Core)\n"); in cpu_probe_loongson() 219 pr_info("64-bit Loongson Processor probed (LA464 Core)\n"); in cpu_probe_loongson() 225 pr_info("64-bit Loongson Processor probed (LA664 Core)\n"); in cpu_probe_loongson() 231 pr_info("64-bit Loongson Processor probed (Unknown Core)\n"); in cpu_probe_loongson()
|
/Linux-v6.1/tools/perf/util/ |
D | cloexec.c | 96 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-v6.1/Documentation/trace/ |
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() 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 …]
|
/Linux-v6.1/drivers/clk/keystone/ |
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-v6.1/include/linux/mfd/pcf50633/ |
D | backlight.h | 13 * 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
|
/Linux-v6.1/drivers/clk/ti/ |
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() 282 cdesc->probed = true; in of_dra7_atl_clk_probe()
|
/Linux-v6.1/Documentation/driver-api/ |
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
|
/Linux-v6.1/drivers/clocksource/ |
D | renesas-ostm.c | 21 * The first OSTM channel probed will be set up as a free running 25 * The second (or more) channel probed will be set up as an interrupt 195 * First probed device will be used as system clocksource. Any in ostm_init()
|
/Linux-v6.1/arch/x86/boot/ |
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-v6.1/drivers/misc/eeprom/ |
D | digsy_mtc_eeprom.c | 8 * FIXME: this driver is used on a device-tree probed platform: it 9 * should be defined as a bit-banged SPI device and probed from the device
|
/Linux-v6.1/drivers/gpu/drm/vc4/ |
D | vc4_perfmon.c | 153 DRM_DEBUG("Creating perfmon no VC4 V3D probed\n"); in vc4_perfmon_create_ioctl() 207 DRM_DEBUG("Destroying perfmon no VC4 V3D probed\n"); in vc4_perfmon_destroy_ioctl() 235 DRM_DEBUG("Getting perfmon no VC4 V3D probed\n"); in vc4_perfmon_get_values_ioctl()
|
/Linux-v6.1/include/media/ |
D | v4l2-async.h | 57 * probed, to a notifier->waiting list 80 * @bound: a subdevice driver has successfully probed one of the subdevices 81 * @complete: All subdevices have been probed successfully. The complete 106 * @done: list of struct v4l2_subdev, already probed
|
/Linux-v6.1/drivers/soundwire/ |
D | bus_type.c | 122 /* device is probed so let's read the properties now */ in sdw_drv_probe() 143 slave->probed = true; in sdw_drv_probe() 171 slave->probed = false; in sdw_drv_remove()
|
/Linux-v6.1/arch/mips/kernel/ |
D | uprobes.c | 22 * @mm: the probed address space. 187 * probed address for the potential restart or for post mortem analysis. 213 * @mm: the probed process address space.
|
/Linux-v6.1/samples/kprobes/ |
D | kretprobe_example.c | 6 * report the return value and total time taken for probed function 18 * whenever the probed function returns. (Some messages may be suppressed
|
D | kprobe_example.c | 27 /* kprobe pre_handler: called just before the probed instruction is executed */ 63 /* kprobe post_handler: called after the probed instruction is executed */
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 42 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-v6.1/kernel/trace/ |
D | fprobe.c | 173 * @filter: A wildcard pattern of probed symbols. 174 * @notfilter: A wildcard pattern of NOT probed symbols. 177 * If @notfilter is not NULL, the symbols matched the @notfilter are not probed.
|
D | trace_kprobe_selftest.h | 5 * can be probed by the selftests.
|
/Linux-v6.1/drivers/mfd/ |
D | 88pm80x.c | 102 * workaround: set g_pm80x_chip to the first probed chip. if the in pm80x_init() 103 * second chip is probed, just point to the companion to each in pm80x_init()
|
/Linux-v6.1/Documentation/hwmon/ |
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.
|
/Linux-v6.1/samples/fprobe/ |
D | fprobe_example.c | 28 MODULE_PARM_DESC(symbol, "Probed symbol(s), given by comma separated symbols or a wildcard pattern.… 32 MODULE_PARM_DESC(nosymbol, "Not-probed symbols, given by a wildcard pattern.");
|