Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dthunderbolt.h145 struct tb_property_dir *tb_property_parse_dir(const u32 *block,
/Linux-v5.15/drivers/thunderbolt/
Dproperty.c220 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() function
Dtest.c2498 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2560 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2656 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
Dxdomain.c1098 dir = tb_property_parse_dir(block, ret); in tb_xdomain_get_properties()