Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c83 uint32_t stream_id) in fill_flush() argument
87 cmd->flush.streamId = stream_id; in fill_flush()
139 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
172 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
186 uint32_t stream_id, in vmw_overlay_send_stop() argument
211 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
214 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
253 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument
257 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
266 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-v4.19/arch/powerpc/platforms/pseries/
Dsuspend.c31 static u64 stream_id; variable
51 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
157 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
186 stream_id = 0; in store_hibernate()
/Linux-v4.19/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()
442 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument
451 if (stream_id == 0) { in xhci_triad_to_transfer_ring()
459 if (stream_id < ep->stream_info->num_streams) in xhci_triad_to_transfer_ring()
[all …]
Dxhci-trace.h278 __entry->stream = urb->stream_id;
446 __field(unsigned int, stream_id)
455 __entry->stream_id = ring->stream_id;
469 __entry->stream_id,
Dxhci.h1537 unsigned int stream_id; member
1586 unsigned int stream_id; member
2012 unsigned int stream_id);
2085 unsigned int stream_id, struct xhci_td *cur_td,
2091 unsigned int stream_id, struct xhci_td *td);
2096 unsigned int ep_index, unsigned int stream_id);
2136 unsigned int stream_id);
2143 urb->stream_id); in xhci_urb_to_transfer_ring()
/Linux-v4.19/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-v4.19/sound/soc/qcom/qdsp6/
Dq6asm.c195 int stream_id; member
202 uint32_t stream_id) in q6asm_add_hdr() argument
205 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
206 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
760 void *priv, int stream_id, in q6asm_audio_client_alloc() argument
767 ac = q6asm_get_audio_client(a, stream_id + 1); in q6asm_audio_client_alloc()
778 a->session[stream_id + 1] = ac; in q6asm_audio_client_alloc()
780 ac->session = stream_id + 1; in q6asm_audio_client_alloc()
788 ac->stream_id = 1; in q6asm_audio_client_alloc()
860 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.c304 int stream_id; in q6asm_dai_open() local
306 stream_id = cpu_dai->driver->id; in q6asm_dai_open()
320 (q6asm_cb)event_handler, prtd, stream_id, in q6asm_dai_open()
/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c207 int stream_id) in sst_byt_get_stream() argument
212 if (stream->str_id == stream_id) in sst_byt_get_stream()
223 u8 stream_id = sst_byt_header_str_id(header); in sst_byt_stream_update() local
226 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_stream_update()
280 u8 msg_id, stream_id; in sst_byt_process_notification() local
288 stream_id = sst_byt_header_str_id(header); in sst_byt_process_notification()
289 stream = sst_byt_get_stream(byt, stream_id); in sst_byt_process_notification()
469 int stream_id, int wait) in sst_byt_stream_operations() argument
473 header = sst_byt_header(type, 0, false, stream_id); in sst_byt_stream_operations()
/Linux-v4.19/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-v4.19/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-v4.19/drivers/media/dvb-frontends/
Dcxd2820r_t2.c76 c->bandwidth_hz, c->inversion, c->stream_id); in cxd2820r_set_frontend_t2()
131 if (c->stream_id > 255) { in cxd2820r_set_frontend_t2()
138 ret = regmap_write(priv->regmap[0], 0x23af, c->stream_id & 0xff); in cxd2820r_set_frontend_t2()
Dmn88472.c223 c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id); in mn88472_set_frontend()
381 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88472_set_frontend()
382 c->stream_id ); in mn88472_set_frontend()
Dmn88473.c40 c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id); in mn88473_set_frontend()
229 (c->stream_id == NO_STREAM_ID_FILTER) ? 0 : in mn88473_set_frontend()
230 c->stream_id ); in mn88473_set_frontend()
/Linux-v4.19/sound/soc/intel/atom/
Dsst-mfld-dsp.h397 u32 stream_id; member
447 u32 stream_id; member
467 u32 stream_id; member
Dsst-mfld-platform.h89 u32 stream_id; member
Dsst-mfld-platform-pcm.c208 str_params->stream_id = index; in sst_fill_stream_params()
221 str_params->stream_id = index; in sst_fill_stream_params()
254 stream->stream_info.str_id = str_params.stream_id; in sst_platform_alloc_stream()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c426 int stream_id) in get_stream_by_id() argument
431 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
529 u32 stream_id = msg_get_stream_id(header); in hsw_stream_update() local
532 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_update()
669 u32 stream_msg, stream_id, stage_type; in hsw_stream_message() local
674 stream_id = msg_get_stream_id(header); in hsw_stream_message()
677 stream = get_stream_by_id(hsw, stream_id); in hsw_stream_message()
1017 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free()
1024 stream->free_req.stream_id); in sst_hsw_stream_free()
1276 int stream_id, int wait) in sst_hsw_stream_operations() argument
[all …]
/Linux-v4.19/include/uapi/drm/
Dvmwgfx_drm.h479 __u32 stream_id; member
544 __u32 stream_id; member
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c55 COMP(stream_id); in samples_same()
185 .stream_id = 107, in do_test()
/Linux-v4.19/include/uapi/linux/
Dusbdevice_fs.h108 unsigned int stream_id; /* Only used with bulk streams */ member
/Linux-v4.19/include/drm/bridge/
Dmhl.h331 u8 stream_id; member
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h203 __le16 stream_id; member

1234