/u-boot/drivers/clk/ |
A D | clk_sandbox.c | 14 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 D | device.txt | 27 - linux,probed : Tells U-Boot to add 'linux,probed' to the ACPI tables so that 41 linux,probed;
|
A D | chosen.txt | 80 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 D | acpi_i2c.c | 115 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 D | Kconfig | 13 can be probed and support all the methods of HWSPINLOCK, but does not
|
/u-boot/doc/device-tree-bindings/i2c/ |
A D | i2c-gpio.txt | 20 Run deblocking sequence when the driver gets probed.
|
A D | generic-acpi.txt | 36 linux,probed;
|
/u-boot/board/boundary/nitrogen6x/ |
A D | 6x_upgrade.txt | 8 echo "probed SPI ROM" ;
|
/u-boot/doc/usage/ |
A D | button.rst | 40 If a button device has not been probed yet, its status will be shown as
|
/u-boot/arch/arc/dts/ |
A D | hsdk-common.dtsi | 93 * 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 D | x86-pci.txt | 19 the UART from working until the driver is re-probed, and this can cause
|
/u-boot/drivers/net/octeontx/ |
A D | nicvf_main.c | 472 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 D | acpi_device.h | 304 bool probed; member
|
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 63 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 D | pci-info.rst | 27 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 D | remoteproc-framework.rst | 100 This allows for the device to be probed as part of the "init" command
|
A D | design.rst | 321 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 D | memory.txt | 28 each bank is probed to determine its actual size, which may be
|
/u-boot/drivers/clk/kendryte/ |
A D | clk.c | 478 static bool probed; variable 497 if (probed) in k210_clk_probe() 513 probed = true; in k210_clk_probe()
|
/u-boot/drivers/usb/ |
A D | Kconfig | 48 automatically probed when found on the bus.
|
/u-boot/arch/x86/dts/ |
A D | chromebook_coral.dts | 465 linux,probed; 480 linux,probed; 509 linux,probed; 519 linux,probed;
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 371 [ 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 D | fu540.rst | 364 [ 0.425897] libphy: Fixed MDIO Bus: probed 367 [ 0.441621] libphy: MACB_mii_bus: probed
|
/u-boot/drivers/watchdog/ |
A D | Kconfig | 197 can be probed and supports all of the methods of WDT, but does not
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 122 PCI autoconfig is done and a few devices are probed to complete init. Most
|