Home
last modified time | relevance | path

Searched refs:DeviceTree (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Derror_diag.cc29 DeviceTree::DeviceTree(string name) in DeviceTree() function in DeviceTree
35 DeviceTree::~DeviceTree() { in ~DeviceTree()
37 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin(); in ~DeviceTree()
53 DeviceTree *DeviceTree::FindInSubTree(string name) { in FindInSubTree()
54 DeviceTree *ret; in FindInSubTree()
63 DeviceTree *DeviceTree::UnlockedFindInSubTree(string name) { in UnlockedFindInSubTree()
64 std::map<string, DeviceTree*>::iterator itr = subdevices_.find(name); in UnlockedFindInSubTree()
69 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin(); in UnlockedFindInSubTree()
72 DeviceTree *result = itr->second->UnlockedFindInSubTree(name); in UnlockedFindInSubTree()
81 void DeviceTree::AddErrorInstance(ErrorInstance *error_instance) { in AddErrorInstance()
[all …]
H A Derror_diag.h34 class DeviceTree {
36 explicit DeviceTree(string name);
37 ~DeviceTree();
40 DeviceTree *FindInSubTree(string name);
42 DeviceTree *FindOrAddDevice(string name);
46 DeviceTree *GetParent() { return parent_; } in GetParent()
58 DeviceTree *UnlockedFindInSubTree(string name);
60 std::map<string, DeviceTree*> subdevices_; // Map of sub-devices.
62 DeviceTree *parent_; // Pointer to parent device.
89 std::set<DeviceTree*> causes_; // Devices that can cause this type of error.
[all …]
/OK3568_Linux_fs/kernel/Documentation/sh/
H A Dbooting.rst3 DeviceTree Booting
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dbooting-dt.rst3 DeviceTree Booting
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-loader.sh17 UEFI_DIR=uefi/edk2-platforms/Platform/Rockchip/DeviceTree
/OK3568_Linux_fs/kernel/Documentation/mips/
H A Dbooting.rst3 BMIPS DeviceTree Booting
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D70-loader.sh17 UEFI_DIR=uefi/edk2-platforms/Platform/Rockchip/DeviceTree
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0087-loader-xnu-Free-driverkey-data-when-an-error-is-dete.patch30 driverkey->name = grub_strdup ("DeviceTree");
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dwriting-schema.rst3 Writing DeviceTree Bindings in json-schema
100 'maxItems', and 'additionalItems'. However, for DeviceTree Schemas, a fixed
/OK3568_Linux_fs/kernel/Documentation/driver-api/phy/
H A Dphy.rst180 In order to get reference to a PHY without help from DeviceTree, the framework
193 DeviceTree Binding
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dbrcm,bcm7445-switch-v4.0.txt106 Example using the old DSA DeviceTree binding:
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dslimbus.rst79 to probe first as well (e.g. using standard DeviceTree compatibility field).
H A Dnvmem.rst188 7. DeviceTree Binding
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dbooting.rst3 DeviceTree Booting
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst59 For a more detailed description of the con_id parameter in the DeviceTree case