Lines Matching refs:tbstream_group
172 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()
1484 guard(mutex)(&tbstream_group.cg_subsys->su_mutex); in tbstream_group_find()
1485 item = config_group_find_item(&tbstream_group, name); in tbstream_group_find()
1493 struct tbstream_group *sg; in tbstream_group_attach_stream()
1521 struct tbstream_group *sg; in tbstream_group_detach_stream()
1578 struct tbstream_group *sg; in tbstream_suspend()
1601 struct tbstream_group *sg; in tbstream_resume()
1665 config_group_init(&tbstream_group); in tbstream_init()
1666 ret = tb_configfs_register_group(&tbstream_group); in tbstream_init()
1676 tb_configfs_unregister_group(&tbstream_group); in tbstream_init()
1688 tb_configfs_unregister_group(&tbstream_group); in tbstream_exit()