Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c81 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()
[all …]
Dvmwgfx_va.c38 u32 stream_id; member
62 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_hw_destroy()
70 return vmw_overlay_claim(res->dev_priv, &stream->stream_id); in vmw_stream_init()
77 arg->stream_id = handle; in vmw_stream_set_arg_handle()
120 arg->stream_id, TTM_REF_USAGE); in vmw_stream_unref_ioctl()
164 *inout_id = stream->stream_id; in vmw_user_stream_lookup()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsuspend.c18 static u64 stream_id; variable
38 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
144 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
173 stream_id = 0; in store_hibernate()
/Linux-v5.4/include/trace/events/
Dhswadsp.h191 __field( int, stream_id )
201 __entry->stream_id = stream->reply.stream_hw_id;
210 (int) __entry->id, (int) __entry->stream_id, (int)__entry->mixer_id,
314 __field( int, stream_id )
319 __entry->stream_id = req->stream_id;
323 (int) __entry->id, (int) __entry->stream_id)
/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6asm.c196 int stream_id; member
203 uint32_t stream_id) in q6asm_add_hdr() argument
206 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
207 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
761 void *priv, int stream_id, in q6asm_audio_client_alloc() argument
768 ac = q6asm_get_audio_client(a, stream_id + 1); in q6asm_audio_client_alloc()
779 a->session[stream_id + 1] = ac; in q6asm_audio_client_alloc()
781 ac->session = stream_id + 1; in q6asm_audio_client_alloc()
789 ac->stream_id = 1; in q6asm_audio_client_alloc()
861 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id); in q6asm_open_write()
[all …]
Dq6routing.h6 int stream_id, int stream_type);
Dq6asm-dai.c335 int stream_id; in q6asm_dai_open() local
337 stream_id = cpu_dai->driver->id; in q6asm_dai_open()
351 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open()
556 int stream_id, size, ret; in q6asm_dai_compr_open() local
558 stream_id = cpu_dai->driver->id; in q6asm_dai_compr_open()
572 prtd, stream_id, LEGACY_PCM_MODE); in q6asm_dai_compr_open()
/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c389 unsigned int stream_id) in xhci_ring_ep_doorbell() argument
404 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
415 unsigned int stream_id; in ring_doorbell_for_active_rings() local
427 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
428 stream_id++) { in ring_doorbell_for_active_rings()
430 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
432 stream_id); in ring_doorbell_for_active_rings()
449 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument
458 if (stream_id == 0) { in xhci_triad_to_transfer_ring()
466 if (stream_id < ep->stream_info->num_streams) in xhci_triad_to_transfer_ring()
[all …]
Dxhci-trace.h278 __entry->stream = urb->stream_id;
476 __field(unsigned int, stream_id)
485 __entry->stream_id = ring->stream_id;
499 __entry->stream_id,
Dxhci.h1559 unsigned int stream_id; member
1609 unsigned int stream_id; member
2031 unsigned int stream_id);
2104 unsigned int stream_id, struct xhci_td *cur_td,
2110 unsigned int stream_id, struct xhci_td *td);
2115 unsigned int ep_index, unsigned int stream_id);
2158 unsigned int stream_id);
2165 urb->stream_id); in xhci_urb_to_transfer_ring()
/Linux-v5.4/sound/soc/sprd/
Dsprd-pcm-compress.c327 int stream_id = cstream->direction, ret; in sprd_platform_compr_open() local
376 ret = stream->compr_ops->open(stream_id, &cb); in sprd_platform_compr_open()
403 int stream_id = cstream->direction, i; in sprd_platform_compr_free() local
417 stream->compr_ops->close(stream_id); in sprd_platform_compr_free()
433 int stream_id = cstream->direction; in sprd_platform_compr_trigger() local
464 ret = stream->compr_ops->start(stream_id); in sprd_platform_compr_trigger()
481 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger()
493 ret = stream->compr_ops->pause(stream_id); in sprd_platform_compr_trigger()
505 ret = stream->compr_ops->pause_release(stream_id); in sprd_platform_compr_trigger()
/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c199 int stream_id) in sst_byt_get_stream() argument
204 if (stream->str_id == stream_id) in sst_byt_get_stream()
215 u8 stream_id = sst_byt_header_str_id(header); in sst_byt_stream_update() local
218 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_stream_update()
273 u8 msg_id, stream_id; in sst_byt_process_notification() local
280 stream_id = sst_byt_header_str_id(header); in sst_byt_process_notification()
281 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_process_notification()
463 int stream_id, int wait) in sst_byt_stream_operations() argument
467 request.header = sst_byt_header(type, 0, false, stream_id); in sst_byt_stream_operations()
/Linux-v5.4/drivers/media/pci/ddbridge/
Dddbridge-sx8.c284 if (p->stream_id != NO_STREAM_ID_FILTER && p->stream_id != 0x80000000) in start()
297 (p->stream_id != NO_STREAM_ID_FILTER) ? p->stream_id : 0; in start()
301 if (p->stream_id == 0x80000000) in start()
368 isi = p->stream_id; in set_parameters()
/Linux-v5.4/drivers/usb/gadget/udc/
Dtrace.h222 __field(unsigned, stream_id)
236 __entry->stream_id = req->stream_id;
246 __entry->num_mapped_sgs, __entry->num_sgs, __entry->stream_id,
/Linux-v5.4/sound/soc/intel/atom/
Dsst-mfld-dsp.h389 u32 stream_id; member
439 u32 stream_id; member
459 u32 stream_id; member
/Linux-v5.4/drivers/media/dvb-frontends/
Dcxd2820r_t2.c63 c->bandwidth_hz, c->inversion, c->stream_id); in cxd2820r_set_frontend_t2()
118 if (c->stream_id > 255) { in cxd2820r_set_frontend_t2()
125 ret = regmap_write(priv->regmap[0], 0x23af, c->stream_id & 0xff); in cxd2820r_set_frontend_t2()
Dmn88472.c214 c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id); in mn88472_set_frontend()
372 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88472_set_frontend()
373 c->stream_id ); in mn88472_set_frontend()
Dsi2168.c243 c->stream_id); in si2168_set_frontend()
311 cmd.args[1] = c->stream_id & 0xff; in si2168_set_frontend()
312 cmd.args[2] = c->stream_id == NO_STREAM_ID_FILTER ? 0 : 1; in si2168_set_frontend()
Dmn88473.c31 c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id); in mn88473_set_frontend()
220 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88473_set_frontend()
221 c->stream_id ); in mn88473_set_frontend()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c412 int stream_id) in get_stream_by_id() argument
417 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
515 u32 stream_id = msg_get_stream_id(header); in hsw_stream_update() local
518 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_update()
656 u32 stream_msg, stream_id; in hsw_stream_message() local
661 stream_id = msg_get_stream_id(header); in hsw_stream_message()
663 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_message()
1007 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free()
1015 stream->free_req.stream_id); in sst_hsw_stream_free()
1267 int stream_id, int wait) in sst_hsw_stream_operations() argument
[all …]
/Linux-v5.4/include/uapi/drm/
Dvmwgfx_drm.h479 __u32 stream_id; member
544 __u32 stream_id; member
/Linux-v5.4/include/sound/sof/
Ddai-intel.h185 uint32_t stream_id; member
/Linux-v5.4/tools/perf/tests/
Dsample-parsing.c60 COMP(stream_id); in samples_same()
192 .stream_id = 107, in do_test()
/Linux-v5.4/tools/include/uapi/linux/
Dusbdevice_fs.h128 unsigned int stream_id; /* Only used with bulk streams */ member
/Linux-v5.4/include/uapi/linux/
Dusbdevice_fs.h128 unsigned int stream_id; /* Only used with bulk streams */ member

1234