Searched refs:tb_property_format_dir (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | thunderbolt.h | 147 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
|
/linux-6.6.21/drivers/thunderbolt/ |
D | property.c | 488 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, in tb_property_format_dir() function
|
D | test.c | 2736 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()
|
D | xdomain.c | 670 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()
|