Home
last modified time | relevance | path

Searched refs:device_tree_prop (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/shared/device_tree/client/include/lib/shared/device_tree/
Ddevice_tree.h40 struct device_tree_prop;
145 struct device_tree_prop** prop);
168 struct device_tree_prop** prop);
180 int device_tree_prop_get_name(struct device_tree_prop* prop,
196 int device_tree_prop_get_value(struct device_tree_prop* prop,
211 int device_tree_prop_get_u32(struct device_tree_prop* prop, uint32_t* value);
224 int device_tree_prop_get_u64(struct device_tree_prop* prop, uint64_t* value);
273 void device_tree_prop_release(struct device_tree_prop** self);
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp44 struct device_tree_prop {}; struct
50 IBINDER_DEFINE_PARCELABLE(Property, device_tree_prop);
211 struct device_tree_prop** prop) { in device_tree_inode_get_prop()
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()
103 struct device_tree_prop* prop = NULL; in TEST_F()
148 struct device_tree_prop* prop = NULL; in TEST_F()
203 struct device_tree_prop* subnode_prop = NULL; in TEST_F()