Searched refs:DeviceTree (Results 1 – 15 of 15) sorted by relevance
29 DeviceTree::DeviceTree(string name) in DeviceTree() function in DeviceTree35 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 …]
34 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 …]
3 DeviceTree Booting
17 UEFI_DIR=uefi/edk2-platforms/Platform/Rockchip/DeviceTree
3 BMIPS DeviceTree Booting
30 driverkey->name = grub_strdup ("DeviceTree");
3 Writing DeviceTree Bindings in json-schema100 'maxItems', and 'additionalItems'. However, for DeviceTree Schemas, a fixed
180 In order to get reference to a PHY without help from DeviceTree, the framework193 DeviceTree Binding
106 Example using the old DSA DeviceTree binding:
79 to probe first as well (e.g. using standard DeviceTree compatibility field).
188 7. DeviceTree Binding
59 For a more detailed description of the con_id parameter in the DeviceTree case