/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6asm.h | 99 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len, 101 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, 105 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id, 108 uint32_t stream_id, uint32_t rate, 112 int q6asm_read(struct audio_client *ac, uint32_t stream_id); 115 uint32_t stream_id, 120 uint32_t stream_id, 123 uint32_t stream_id, 126 uint32_t stream_id, 129 uint32_t stream_id, [all …]
|
D | q6asm-dai.c | 69 uint32_t stream_id; member 190 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler() 200 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler() 209 q6asm_read(prtd->audio_client, prtd->stream_id); in event_handler() 242 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare() 261 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare() 265 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare() 285 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare() 290 prtd->stream_id, in q6asm_dai_prepare() 297 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare() [all …]
|
D | q6asm.c | 281 uint32_t stream_id) in q6asm_add_hdr() argument 284 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 926 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, in q6asm_open_write() argument 943 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in q6asm_open_write() 1008 static int __q6asm_run(struct audio_client *ac, uint32_t stream_id, in __q6asm_run() argument 1025 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in __q6asm_run() 1054 int q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_t flags, in q6asm_run() argument 1057 return __q6asm_run(ac, stream_id, flags, msw_ts, lsw_ts, true); in q6asm_run() 1072 int q6asm_run_nowait(struct audio_client *ac, uint32_t stream_id, in q6asm_run_nowait() argument [all …]
|
D | q6routing.h | 6 int stream_id, int stream_type);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat.h | 65 enum atomisp_input_stream_id stream_id, 71 enum atomisp_input_stream_id stream_id, 76 enum atomisp_input_stream_id stream_id, 81 enum atomisp_input_stream_id stream_id, 96 enum atomisp_input_stream_id stream_id, 102 enum atomisp_input_stream_id stream_id, 108 u16 stream_id, 144 enum atomisp_input_stream_id stream_id, 149 enum atomisp_input_stream_id stream_id, 154 enum atomisp_input_stream_id stream_id, [all …]
|
D | atomisp_compat_css20.c | 1026 enum atomisp_input_stream_id stream_id, in atomisp_q_video_buffer_to_css() argument 1030 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_video_buffer_to_css() 1047 enum atomisp_input_stream_id stream_id, in atomisp_q_metadata_buffer_to_css() argument 1050 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_metadata_buffer_to_css() 1067 enum atomisp_input_stream_id stream_id, in atomisp_q_s3a_buffer_to_css() argument 1070 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_s3a_buffer_to_css() 1088 enum atomisp_input_stream_id stream_id, in atomisp_q_dis_buffer_to_css() argument 1091 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_dis_buffer_to_css() 1258 enum atomisp_input_stream_id stream_id, in atomisp_css_queue_buffer() argument 1264 asd->stream_env[stream_id].pipes[pipe_id], in atomisp_css_queue_buffer() [all …]
|
D | atomisp_fops.c | 88 enum atomisp_input_stream_id stream_id, in atomisp_q_one_metadata_buffer() argument 96 if (asd->metadata_bufs_in_css[stream_id][css_pipe_id] >= in atomisp_q_one_metadata_buffer() 115 stream_id, css_pipe_id)) { in atomisp_q_one_metadata_buffer() 122 asd->metadata_bufs_in_css[stream_id][css_pipe_id]++; in atomisp_q_one_metadata_buffer() 128 enum atomisp_input_stream_id stream_id, in atomisp_q_one_s3a_buffer() argument 154 stream_id, css_pipe_id)) { in atomisp_q_one_s3a_buffer() 170 enum atomisp_input_stream_id stream_id, in atomisp_q_one_dis_buffer() argument 194 stream_id, css_pipe_id)) { in atomisp_q_one_dis_buffer() 213 enum atomisp_input_stream_id stream_id, in atomisp_q_video_buffers_to_css() argument 264 asd->stream_env[stream_id].pipes[css_pipe_id]); in atomisp_q_video_buffers_to_css() [all …]
|
D | atomisp_subdev.c | 378 enum atomisp_input_stream_id stream_id; in atomisp_subdev_set_selection() local 383 stream_id = atomisp_source_pad_to_stream_id(isp_sd, vdev_pad); in atomisp_subdev_set_selection() 479 atomisp_css_input_set_effective_resolution(isp_sd, stream_id, in atomisp_subdev_set_selection() 524 stream_id, in atomisp_subdev_set_selection() 531 stream_id, in atomisp_subdev_set_selection() 620 enum atomisp_input_stream_id stream_id; in atomisp_subdev_set_ffmt() local 627 stream_id = atomisp_source_pad_to_stream_id(isp_sd, vdev_pad); in atomisp_subdev_set_ffmt() 648 stream_id, ffmt); in atomisp_subdev_set_ffmt() 650 stream_id, in atomisp_subdev_set_ffmt() 652 atomisp_css_input_set_bayer_order(isp_sd, stream_id, in atomisp_subdev_set_ffmt() [all …]
|
D | atomisp_fops.h | 27 enum atomisp_input_stream_id stream_id,
|
D | atomisp_ioctl.h | 38 uint16_t stream_id);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 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() [all …]
|
D | vmwgfx_va.c | 38 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
D | suspend.c | 17 static u64 stream_id; variable 37 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin() 137 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate() 148 stream_id = 0; in store_hibernate()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-ring.c | 405 unsigned int stream_id) in xhci_ring_ep_doorbell() argument 421 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell() 423 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell() 434 unsigned int stream_id; in ring_doorbell_for_active_rings() local 446 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings() 447 stream_id++) { in ring_doorbell_for_active_rings() 449 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings() 451 stream_id); in ring_doorbell_for_active_rings() 488 unsigned int stream_id) in xhci_triad_to_transfer_ring() argument 500 if (stream_id == 0) { in xhci_triad_to_transfer_ring() [all …]
|
D | xhci-debugfs.c | 494 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show() 510 u16 stream_id; /* MaxPStreams + 1 <= 16 */ in xhci_stream_id_write() local 516 ret = kstrtou16_from_user(ubuf, count, 10, &stream_id); in xhci_stream_id_write() 520 if (stream_id == 0 || stream_id >= epriv->stream_info->num_streams) in xhci_stream_id_write() 523 epriv->stream_id = stream_id; in xhci_stream_id_write() 524 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write() 581 epriv->stream_id = 1; in xhci_debugfs_create_stream_files()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
D | ia_css_isys_comm.h | 48 uint32_t stream_id) in ia_css_isys_generate_stream_id() argument 50 return sp_thread_id * IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH + stream_id; in ia_css_isys_generate_stream_id()
|
/kernel/linux/linux-5.10/sound/soc/sprd/ |
D | sprd-pcm-compress.c | 324 int stream_id = cstream->direction, ret; in sprd_platform_compr_open() local 373 ret = stream->compr_ops->open(stream_id, &cb); in sprd_platform_compr_open() 398 int stream_id = cstream->direction, i; in sprd_platform_compr_free() local 412 stream->compr_ops->close(stream_id); in sprd_platform_compr_free() 426 int stream_id = cstream->direction; in sprd_platform_compr_trigger() local 457 ret = stream->compr_ops->start(stream_id); in sprd_platform_compr_trigger() 474 ret = stream->compr_ops->stop(stream_id); in sprd_platform_compr_trigger() 486 ret = stream->compr_ops->pause(stream_id); in sprd_platform_compr_trigger() 498 ret = stream->compr_ops->pause_release(stream_id); in sprd_platform_compr_trigger()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_pes.h | 103 u16 stream_id; member 165 u16 stream_id; member
|
D | vidtv_pes.c | 138 u32 stream_id = (args->encoder_id == S302M) ? PRIVATE_STREAM_1_ID : args->stream_id; in vidtv_pes_write_h() local 141 pes_header.bitfield = cpu_to_be32((PES_START_CODE_PREFIX << 8) | stream_id); in vidtv_pes_write_h() 321 .stream_id = args->stream_id, in vidtv_pes_write_into()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | trace.h | 219 __field(unsigned int, stream_id) 235 __entry->stream_id = req->request.stream_id; 249 __entry->stream_id 301 __field(unsigned int, stream_id) 308 __entry->stream_id = req->request.stream_id; 312 __entry->actual, __entry->stream_id)
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
D | ddbridge-sx8.c | 284 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()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | trace.h | 222 __field(unsigned, stream_id) 236 __entry->stream_id = req->stream_id; 246 __entry->num_mapped_sgs, __entry->num_sgs, __entry->stream_id,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 1706 u8 stream_id = mhdp->stream_id; in cdns_mhdp_configure_video() local 1770 cdns_mhdp_reg_write(mhdp, CDNS_BND_HSYNC2VSYNC(stream_id), in cdns_mhdp_configure_video() 1778 cdns_mhdp_reg_write(mhdp, CDNS_HSYNC2VSYNC_POL_CTRL(stream_id), in cdns_mhdp_configure_video() 1781 cdns_mhdp_reg_write(mhdp, CDNS_DP_FRAMER_PXL_REPR(stream_id), pxl_repr); in cdns_mhdp_configure_video() 1789 cdns_mhdp_reg_write(mhdp, CDNS_DP_FRAMER_SP(stream_id), dp_framer_sp); in cdns_mhdp_configure_video() 1793 cdns_mhdp_reg_write(mhdp, CDNS_DP_FRONT_BACK_PORCH(stream_id), in cdns_mhdp_configure_video() 1797 cdns_mhdp_reg_write(mhdp, CDNS_DP_BYTE_COUNT(stream_id), in cdns_mhdp_configure_video() 1801 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_HORIZONTAL_0(stream_id), in cdns_mhdp_configure_video() 1810 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_HORIZONTAL_1(stream_id), in cdns_mhdp_configure_video() 1814 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_VERTICAL_0(stream_id), in cdns_mhdp_configure_video() [all …]
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 389 u32 stream_id; member 439 u32 stream_id; member 459 u32 stream_id; member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | cxd2820r_t2.c | 63 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()
|