Searched refs:device_tree_prop_get_u64 (Results 1 – 3 of 3) sorted by relevance
224 int device_tree_prop_get_u64(struct device_tree_prop* prop, uint64_t* value);
127 rc = device_tree_prop_get_u64(prop, &prop_value_u64); in TEST_F()
328 int device_tree_prop_get_u64(struct device_tree_prop* prop, uint64_t* value) { in device_tree_prop_get_u64() function