Home
last modified time | relevance | path

Searched refs:tb_property_parse_dir (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dthunderbolt.h145 struct tb_property_dir *tb_property_parse_dir(const u32 *block,
/openbmc/linux/drivers/thunderbolt/
H A Dproperty.c220 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() function
H A Dtest.c2671 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()
H A Dxdomain.c1417 dir = tb_property_parse_dir(block, ret); in tb_xdomain_get_properties()