Lines Matching refs:tbstream
142 struct tbstream *stream;
174 struct tbstream *stream;
187 struct tbstream { struct
214 struct tbstream *stream = container_of(kref, typeof(*stream), kref); in tbstream_release()
220 static void tbstream_put(struct tbstream *stream) in tbstream_put()
228 static struct tbstream *tbstream_get(struct tbstream *stream) in tbstream_get()
237 static inline bool tbstream_valid(const struct tbstream *stream) in tbstream_valid()
323 const struct tbstream *stream = sdev->stream; in tbstream_dev_valid()
1018 struct tbstream *stream; in tbstream_dev_update_properties()
1270 struct tbstream *stream; in tbstream_dev_attach_stream()
1303 struct tbstream *stream; in tbstream_dev_detach_stream()
1433 struct tbstream *stream; in tbstream_make_group()
1479 static struct tbstream_group *tbstream_group_find(struct tbstream *stream) in tbstream_group_find()
1491 static void tbstream_group_attach_stream(struct tbstream *stream) in tbstream_group_attach_stream()
1519 static void tbstream_group_detach_stream(struct tbstream *stream) in tbstream_group_detach_stream()
1545 struct tbstream *stream; in tbstream_probe()
1566 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_remove()
1577 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_suspend()
1600 struct tbstream *stream = tb_service_get_drvdata(svc); in tbstream_resume()