Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dstream.c172 struct tbstream_group { struct
1267 tbstream_dev_attach_stream(struct tbstream_dev *sdev, struct tbstream_group *sg) in tbstream_dev_attach_stream()
1327 static inline struct tbstream_group *
1330 return container_of(group, struct tbstream_group, group); in to_tbstream_group()
1336 struct tbstream_group *sg = to_tbstream_group(group); in tbstream_dev_make_group()
1395 struct tbstream_group *sg = to_tbstream_group(group); in tbstream_dev_drop_item()
1413 struct tbstream_group *sg = to_tbstream_group(group); in tbstream_item_release()
1432 struct tbstream_group *sg; in tbstream_make_group()
1471 static struct config_group tbstream_group = { variable
1479 static struct tbstream_group *tbstream_group_find(struct tbstream *stream) in tbstream_group_find()
[all …]