Home
last modified time | relevance | path

Searched refs:tb_property_get_next (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/ !
Dthunderbolt.h163 struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
167 for (property = tb_property_get_next(dir, NULL); \
169 property = tb_property_get_next(dir, property))
/linux-6.1.9/drivers/thunderbolt/ !
Dproperty.c741 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next() function
752 EXPORT_SYMBOL_GPL(tb_property_get_next);
Dtest.c2699 p1 = tb_property_get_next(d1, p1); in compare_dirs()
2701 p2 = tb_property_get_next(d2, p2); in compare_dirs()