Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h159 struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
163 for (property = tb_property_get_next(dir, NULL); \
165 property = tb_property_get_next(dir, property))
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dproperty.c670 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next() function
681 EXPORT_SYMBOL_GPL(tb_property_get_next);