Lines Matching refs:dir
137 struct tb_property_dir *dir; member
146 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
148 struct tb_property_dir *tb_property_copy_dir(const struct tb_property_dir *dir);
150 void tb_property_free_dir(struct tb_property_dir *dir);
158 struct tb_property_dir *dir);
160 struct tb_property *tb_property_find(struct tb_property_dir *dir,
162 struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
165 #define tb_property_for_each(dir, property) \ argument
166 for (property = tb_property_get_next(dir, NULL); \
168 property = tb_property_get_next(dir, property))
170 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
171 void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir);