Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h162 struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
166 for (property = tb_property_get_next(dir, NULL); \
168 property = tb_property_get_next(dir, property))
/Linux-v4.19/drivers/thunderbolt/
Dproperty.c659 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next() function
670 EXPORT_SYMBOL_GPL(tb_property_get_next);