Searched refs:property (Results 1 – 2 of 2) sorted by relevance
218 auto property = new (std::nothrow) Property; in device_tree_inode_get_prop() local219 if (property == nullptr) { in device_tree_inode_get_prop()223 auto rc = pinode->get_prop(property_name, property); in device_tree_inode_get_prop()229 new (std::nothrow) device_tree_prop_container{property, {}, 1}; in device_tree_inode_get_prop()265 auto property = new (std::nothrow) Property; in device_tree_iprop_iter_get_next_prop() local266 if (property == nullptr) { in device_tree_iprop_iter_get_next_prop()271 auto rc = piprop_iter->get_next_prop(property); in device_tree_iprop_iter_get_next_prop()277 new (std::nothrow) device_tree_prop_container{property, {}, 1}; in device_tree_iprop_iter_get_next_prop()
25 * This property is only used for selecting the test dtbo and it's ignored