Lines Matching refs:tb_property
79 static struct tb_property *
82 struct tb_property *property; in tb_property_alloc()
95 static struct tb_property *tb_property_parse(const u32 *block, size_t block_len, in tb_property_parse()
99 struct tb_property *property; in tb_property_parse()
193 struct tb_property *property; in __tb_property_parse_dir()
263 static void tb_property_free(struct tb_property *property) in tb_property_free()
295 struct tb_property *property, *tmp; in tb_property_free_dir()
312 const struct tb_property *property; in tb_property_dir_length()
352 const struct tb_property *property; in __tb_property_format_dir()
514 struct tb_property *property, *p = NULL; in tb_property_copy_dir()
525 struct tb_property *p; in tb_property_copy_dir()
584 struct tb_property *property; in tb_property_add_immediate()
615 struct tb_property *property; in tb_property_add_data()
651 struct tb_property *property; in tb_property_add_text()
683 struct tb_property *property; in tb_property_add_dir()
706 void tb_property_remove(struct tb_property *property) in tb_property_remove()
722 struct tb_property *tb_property_find(struct tb_property_dir *dir, in tb_property_find()
725 struct tb_property *property; in tb_property_find()
741 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next()
742 struct tb_property *prev) in tb_property_get_next()
749 return list_first_entry_or_null(&dir->properties, struct tb_property, in tb_property_get_next()