Symbol: tb_property
drivers/thunderbolt/property.c
103
static struct tb_property *tb_property_parse(const u32 *block, size_t block_len,
drivers/thunderbolt/property.c
108
struct tb_property *property;
drivers/thunderbolt/property.c
214
struct tb_property *property;
drivers/thunderbolt/property.c
288
static void tb_property_free(struct tb_property *property)
drivers/thunderbolt/property.c
320
struct tb_property *property, *tmp;
drivers/thunderbolt/property.c
337
const struct tb_property *property;
drivers/thunderbolt/property.c
377
const struct tb_property *property;
drivers/thunderbolt/property.c
43
static struct tb_property *tb_property_copy(const struct tb_property *property);
drivers/thunderbolt/property.c
533
struct tb_property *property, *p;
drivers/thunderbolt/property.c
557
static struct tb_property *tb_property_copy(const struct tb_property *property)
drivers/thunderbolt/property.c
559
struct tb_property *p;
drivers/thunderbolt/property.c
632
const struct tb_property *property;
drivers/thunderbolt/property.c
641
struct tb_property *p, *tmp;
drivers/thunderbolt/property.c
680
struct tb_property *property;
drivers/thunderbolt/property.c
713
struct tb_property *property;
drivers/thunderbolt/property.c
751
struct tb_property *property;
drivers/thunderbolt/property.c
785
struct tb_property *property;
drivers/thunderbolt/property.c
808
void tb_property_remove(struct tb_property *property)
drivers/thunderbolt/property.c
826
struct tb_property *tb_property_find(struct tb_property_dir *dir,
drivers/thunderbolt/property.c
829
struct tb_property *property;
drivers/thunderbolt/property.c
847
struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
drivers/thunderbolt/property.c
848
struct tb_property *prev)
drivers/thunderbolt/property.c
855
return list_first_entry_or_null(&dir->properties, struct tb_property,
drivers/thunderbolt/property.c
87
static struct tb_property *
drivers/thunderbolt/property.c
90
struct tb_property *property;
drivers/thunderbolt/stream.c
1242
struct tb_property *p;
drivers/thunderbolt/stream.c
925
struct tb_property *p;
drivers/thunderbolt/stream.c
956
struct tb_property *p;
drivers/thunderbolt/test.c
2670
struct tb_property *p;
drivers/thunderbolt/test.c
2757
struct tb_property *p1, *p2, *tmp;
drivers/thunderbolt/test.c
3020
struct tb_property *p;
drivers/thunderbolt/xdomain.c
1140
static void update_service(struct tb_service *svc, struct tb_property *property)
drivers/thunderbolt/xdomain.c
1176
const struct tb_property *p = data;
drivers/thunderbolt/xdomain.c
1187
struct tb_property *property)
drivers/thunderbolt/xdomain.c
1190
struct tb_property *p;
drivers/thunderbolt/xdomain.c
1222
struct tb_property *p;
drivers/thunderbolt/xdomain.c
1280
const struct tb_property *p;
drivers/thunderbolt/xdomain.c
2670
struct tb_property *p;
drivers/thunderbolt/xdomain.c
652
struct tb_property *p;
include/linux/thunderbolt.h
170
void tb_property_remove(struct tb_property *tb_property);
include/linux/thunderbolt.h
171
struct tb_property *tb_property_find(struct tb_property_dir *dir,
include/linux/thunderbolt.h
173
struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
include/linux/thunderbolt.h
174
struct tb_property *prev);