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()
513 struct tb_property *property; in tb_property_add_immediate()
544 struct tb_property *property; in tb_property_add_data()
580 struct tb_property *property; in tb_property_add_text()
612 struct tb_property *property; in tb_property_add_dir()
635 void tb_property_remove(struct tb_property *property) in tb_property_remove()
651 struct tb_property *tb_property_find(struct tb_property_dir *dir, in tb_property_find()
654 struct tb_property *property; in tb_property_find()
670 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next()
671 struct tb_property *prev) in tb_property_get_next()
678 return list_first_entry_or_null(&dir->properties, struct tb_property, in tb_property_get_next()