Home
last modified time | relevance | path

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

12

/u-boot/drivers/clk/
A Dclk_sandbox.c14 bool probed; member
24 if (!priv->probed) in sandbox_clk_get_rate()
37 if (!priv->probed) in sandbox_clk_round_rate()
54 if (!priv->probed) in sandbox_clk_set_rate()
73 if (!priv->probed) in sandbox_clk_enable()
88 if (!priv->probed) in sandbox_clk_disable()
135 priv->probed = true; in sandbox_clk_probe()
/u-boot/doc/device-tree-bindings/
A Ddevice.txt27 - linux,probed : Tells U-Boot to add 'linux,probed' to the ACPI tables so that
41 linux,probed;
A Dchosen.txt80 device may be probed by reading the image and verifying an image
85 Each list element of the property should specify a device to be probed
/u-boot/drivers/i2c/
A Dacpi_i2c.c115 if (priv->probed || priv->property_count || priv->compat_string || in acpi_i2c_fill_ssdt()
128 if (priv->probed) in acpi_i2c_fill_ssdt()
195 priv->probed = dev_read_bool(dev, "linux,probed"); in acpi_i2c_of_to_plat()
/u-boot/drivers/hwspinlock/
A DKconfig13 can be probed and support all the methods of HWSPINLOCK, but does not
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-gpio.txt20 Run deblocking sequence when the driver gets probed.
A Dgeneric-acpi.txt36 linux,probed;
/u-boot/board/boundary/nitrogen6x/
A D6x_upgrade.txt8 echo "probed SPI ROM" ;
/u-boot/doc/usage/
A Dbutton.rst40 If a button device has not been probed yet, its status will be shown as
/u-boot/arch/arc/dts/
A Dhsdk-common.dtsi93 * reset property to OHCI node as it is probed later and
94 * it will reset sucessfuly probed and configured EHCI HW.
/u-boot/doc/device-tree-bindings/pci/
A Dx86-pci.txt19 the UART from working until the driver is re-probed, and this can cause
/u-boot/drivers/net/octeontx/
A Dnicvf_main.c472 static int probed; in nicvf_probe_mdio_devices() local
474 if (probed) in nicvf_probe_mdio_devices()
482 probed = 1; in nicvf_probe_mdio_devices()
/u-boot/include/acpi/
A Dacpi_device.h304 bool probed; member
/u-boot/doc/driver-model/
A Dusb-info.rst63 exists when the device is probed (not when it is bound) and is removed when
77 each controller will be probed and its bus scanned.
137 Enumeration in U-Boot takes a long time since devices are probed one at a
202 - The controller is probed(). This does no enumeration.
230 since that will not exist until the device is probed.
253 any hub is probed, the uclass gets to do some processing. In this case
276 - hub scanning happens automatically after a hub is probed
403 - breadth-first search would allow devices to be reset and probed in
A Dpci-info.rst27 The call to uclass_get_device() will cause the PCI bus to be probed.
36 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
A Dremoteproc-framework.rst100 This allows for the device to be probed as part of the "init" command
A Ddesign.rst321 been probed). It is a member of UCLASS_DEMO so will register itself
338 * remove - remove a device so it cannot be used until probed again
585 methods which are called when a child is probed or removed. This is similar
593 children are bound and probed.
612 device is probed.
724 and known before the device is probed).
781 the device itself. However there are cases where other devices must be probed
784 device is probed. This is OK when used by common, core devices such as GPIO,
800 1. All parent devices are probed. It is not possible to activate a device
/u-boot/doc/device-tree-bindings/memory/
A Dmemory.txt28 each bank is probed to determine its actual size, which may be
/u-boot/drivers/clk/kendryte/
A Dclk.c478 static bool probed; variable
497 if (probed) in k210_clk_probe()
513 probed = true; in k210_clk_probe()
/u-boot/drivers/usb/
A DKconfig48 automatically probed when found on the bus.
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts465 linux,probed;
480 linux,probed;
509 linux,probed;
519 linux,probed;
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst371 [ 0.939804] libphy: Fixed MDIO Bus: probed
372 [ 0.948702] libphy: MACB_mii_bus: probed
638 [ 0.585413] libphy: Fixed MDIO Bus: probed
639 [ 0.591526] libphy: MACB_mii_bus: probed
/u-boot/doc/board/sifive/
A Dfu540.rst364 [ 0.425897] libphy: Fixed MDIO Bus: probed
367 [ 0.441621] libphy: MACB_mii_bus: probed
/u-boot/drivers/watchdog/
A DKconfig197 can be probed and supports all of the methods of WDT, but does not
/u-boot/doc/board/google/
A Dchromebook_coral.rst122 PCI autoconfig is done and a few devices are probed to complete init. Most

Completed in 38 milliseconds

12