Lines Matching refs:stream_id
81 uint32_t stream_id) in fill_flush() argument
85 cmd->flush.streamId = stream_id; in fill_flush()
137 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
170 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
184 uint32_t stream_id, in vmw_overlay_send_stop() argument
209 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
212 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
251 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument
255 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
264 ret = vmw_overlay_send_stop(dev_priv, stream_id, in vmw_overlay_stop()
303 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; in vmw_overlay_update_stream()
313 ret = vmw_overlay_stop(dev_priv, arg->stream_id, in vmw_overlay_update_stream()
443 ret = vmw_user_stream_lookup(dev_priv, tfile, &arg->stream_id, &res); in vmw_overlay_ioctl()
450 ret = vmw_overlay_stop(dev_priv, arg->stream_id, false, true); in vmw_overlay_ioctl()
521 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) in vmw_overlay_unref() argument
525 BUG_ON(stream_id >= VMW_MAX_NUM_STREAMS); in vmw_overlay_unref()
532 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref()
533 vmw_overlay_stop(dev_priv, stream_id, false, false); in vmw_overlay_unref()
534 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref()