Searched refs:tb_property_format_dir (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 147 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | property.c | 488 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, in tb_property_format_dir() function
|
A D | test.c | 2654 ret = tb_property_format_dir(dir, NULL, 0); in tb_test_property_format() 2662 ret = tb_property_format_dir(dir, block, block_len); in tb_test_property_format() 2757 ret = tb_property_format_dir(dst, NULL, 0); in tb_test_property_copy() 2763 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
|
A D | xdomain.c | 671 ret = tb_property_format_dir(dir, NULL, 0); in update_property_block() 685 ret = tb_property_format_dir(dir, block, block_len); in update_property_block()
|
Completed in 13 milliseconds