Home
last modified time | relevance | path

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

/trusty/user/base/app/device_tree/tests/
Dmain.c80 rc = device_tree_prop_get_name(prop, &prop_name, &len); in TEST_F()
179 rc = device_tree_prop_get_name(prop, &prop_name, &len); in TEST_F()
244 rc = device_tree_prop_get_name(subnode_prop, &prop_name, &len); in TEST_F()
/trusty/kernel/lib/shared/device_tree/client/include/lib/shared/device_tree/
Ddevice_tree.h180 int device_tree_prop_get_name(struct device_tree_prop* prop,
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp285 int device_tree_prop_get_name(struct device_tree_prop* prop, in device_tree_prop_get_name() function