Searched refs:tb_property_add_text (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | property.c | 568 * tb_property_add_text() - Adds string property to directory 575 int tb_property_add_text(struct tb_property_dir *parent, const char *key, in tb_property_add_text() function 601 EXPORT_SYMBOL_GPL(tb_property_add_text); variable
|
H A D | xdomain.c | 546 tb_property_add_text(xdomain_property_dir, "deviceid", in finalize_property_block() 1741 tb_property_add_text(xdomain_property_dir, "vendorid", "Intel Corp."); in tb_xdomain_init()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | property.c | 639 * tb_property_add_text() - Adds string property to directory 646 int tb_property_add_text(struct tb_property_dir *parent, const char *key, in tb_property_add_text() function 672 EXPORT_SYMBOL_GPL(tb_property_add_text); variable
|
H A D | xdomain.c | 667 tb_property_add_text(dir, "deviceid", utsname()->nodename); in update_property_block() 2515 tb_property_add_text(xdomain_property_dir, "vendorid", "Intel Corp."); in tb_xdomain_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thunderbolt.h | 152 int tb_property_add_text(struct tb_property_dir *parent, const char *key,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thunderbolt.h | 156 int tb_property_add_text(struct tb_property_dir *parent, const char *key,
|
Completed in 11 milliseconds