Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp211 struct device_tree_prop** prop) { in device_tree_inode_get_prop()
239 struct device_tree_iprop_iter** prop) { in device_tree_inode_get_props()
261 struct device_tree_prop** prop) { in device_tree_iprop_iter_get_next_prop()
285 int device_tree_prop_get_name(struct device_tree_prop* prop, in device_tree_prop_get_name()
298 int device_tree_prop_get_value(struct device_tree_prop* prop, in device_tree_prop_get_value()
311 int device_tree_prop_get_u32(struct device_tree_prop* prop, uint32_t* value) { in device_tree_prop_get_u32()
328 int device_tree_prop_get_u64(struct device_tree_prop* prop, uint64_t* value) { in device_tree_prop_get_u64()
/trusty/user/base/app/device_tree/tests/
Dmain.c72 struct device_tree_prop* prop = NULL; in TEST_F() local
103 struct device_tree_prop* prop = NULL; in TEST_F() local
148 struct device_tree_prop* prop = NULL; in TEST_F() local
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp259 Status Node::get_prop(const std::string& prop_name, Property* prop) { in get_prop()
294 Status PropIterator::get_next_prop(Property* prop) { in get_next_prop()