/openbmc/u-boot/include/dm/ |
H A D | uclass.h | 60 * @pre_probe: Called before a new device is probed 61 * @post_probe: Called after a new device is probed 64 * @child_pre_probe: Called before a child in this uclass is probed 65 * @child_post_probe: Called after a child in this uclass is probed 146 * The device is probed to activate it ready for use. 160 * The device is probed to activate it ready for use. 177 * The device is probed to activate it ready for use. 192 * The device is probed to activate it ready for use. 208 * The device is probed to activate it ready for use. 223 * The device is probed to activate it ready for use. [all …]
|
H A D | uclass-internal.h | 32 * @dev: Device that needs to be probed 33 * @ret: Error to return. If non-zero then the device is not probed 93 * The device is NOT probed, it is merely returned. 115 * The device is NOT probed, it is merely returned. 132 * The device is NOT probed, it is merely returned. 148 * The device is NOT probed, it is merely returned. 163 * The device is NOT probed, it is merely returned. 200 * uclass_pre_probe_device() - Deal with a device that is about to be probed 203 * probed. This includes the uclass' pre-probe() method and the parent 212 * uclass_post_probe_device() - Deal with a device that has just been probed [all …]
|
H A D | device.h | 24 /* Driver is active (probed). Cleared when it is removed */ 121 * when the device is probed and will be unique within the device's uclass. 157 /* Returns non-zero if the device is active (probed and not removed) */ 214 * @child_pre_probe: Called before a child device is probed. The device has 215 * memory allocated but it has not yet been probed. 436 * The device is probed to activate it ready for use. 465 * The device is probed to activate it ready for use. 481 * The device is NOT probed 496 * The device is probed to activate it ready for use. 528 * The device is NOT probed [all …]
|
/openbmc/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::
|
/openbmc/linux/sound/soc/ |
H A D | soc-card.c | 183 * 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()
|
/openbmc/linux/include/soc/fsl/ |
H A 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,
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | cpu-probe.c | 236 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()
|
/openbmc/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()
|
/openbmc/linux/drivers/base/test/ |
H A D | platform-device-test.c | 52 * 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
|
H A D | root-device-test.c | 41 * Tests that a bus-less, non-probed device will run its device-managed 72 * Tests that a bus-less, non-probed device will run its device-managed
|
/openbmc/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 …]
|
/openbmc/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
|
/openbmc/linux/include/linux/mfd/pcf50633/ |
H A 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
|
/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 59 exists when the device is probed (not when it is bound) and is removed when 73 each controller will be probed and its bus scanned. 133 Enumeration in U-Boot takes a long time since devices are probed one at a 198 - The controller is probed(). This does no enumeration. 226 since that will not exist until the device is probed. 249 any hub is probed, the uclass gets to do some processing. In this case 272 - hub scanning happens automatically after a hub is probed 395 - breadth-first search would allow devices to be reset and probed in
|
/openbmc/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() 273 cdesc->probed = true; in of_dra7_atl_clk_probe()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_internal.h | 39 * If the device is a bridge, downstream devices will be probed. 52 * This looks up a PCI bus based on its bus number. The bus is probed if
|
/openbmc/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
|
/openbmc/linux/drivers/clocksource/ |
H A 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()
|
/openbmc/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()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_perfmon.c | 158 DRM_DEBUG("Creating perfmon no VC4 V3D probed\n"); in vc4_perfmon_create_ioctl() 212 DRM_DEBUG("Destroying perfmon no VC4 V3D probed\n"); in vc4_perfmon_destroy_ioctl() 240 DRM_DEBUG("Getting perfmon no VC4 V3D probed\n"); in vc4_perfmon_get_values_ioctl()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | rescan-wf-bic | 10 # MCTP EID again. In this case we found that MCTP EID was already probed 21 # should ensure that it only executes if the Wf EID has truly not been probed.
|
/openbmc/linux/drivers/soundwire/ |
H A D | bus_type.c | 122 /* device is probed so let's read the properties now */ in sdw_drv_probe() 146 slave->probed = true; in sdw_drv_probe() 174 slave->probed = false; in sdw_drv_remove()
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 185 read and probed for a success or failure message 202 read and probed for a success or failure message 230 read and probed for a success or failure message
|
/openbmc/linux/samples/kprobes/ |
H A 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
|