Searched refs:tb_property_parse_dir (Results 1 – 4 of 4) sorted by relevance
151 struct tb_property_dir *tb_property_parse_dir(const u32 *block,
208 * tb_property_parse_dir() - Parses properties from given property block220 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() function
2671 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse() 2733 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format() 2829 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
1417 dir = tb_property_parse_dir(block, ret); in tb_xdomain_get_properties()