Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dthunderbolt.h147 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
/linux-6.6.21/drivers/thunderbolt/
Dproperty.c488 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, in tb_property_format_dir() function
Dtest.c2736 ret = tb_property_format_dir(dir, NULL, 0); in tb_test_property_format()
2744 ret = tb_property_format_dir(dir, block, block_len); in tb_test_property_format()
2839 ret = tb_property_format_dir(dst, NULL, 0); in tb_test_property_copy()
2845 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
Dxdomain.c670 ret = tb_property_format_dir(dir, NULL, 0); in update_property_block()
684 ret = tb_property_format_dir(dir, block, block_len); in update_property_block()