Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthunderbolt.h145 struct tb_property_dir *tb_property_parse_dir(const u32 *block,
/linux-6.1.9/drivers/thunderbolt/
Dproperty.c220 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir() function
Dtest.c2589 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2651 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2747 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
Dxdomain.c1388 dir = tb_property_parse_dir(block, ret); in tb_xdomain_get_properties()