/linux/sound/soc/qcom/qdsp6/ |
A D | q6asm.h | 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, 132 uint32_t stream_id, 139 uint32_t stream_id, [all …]
|
A D | q6asm-dai.c | 69 uint32_t stream_id; member 290 prtd->stream_id, in q6asm_dai_prepare() 359 int stream_id; in q6asm_dai_open() local 385 prtd->stream_id = 1; in q6asm_dai_open() 536 prtd->stream_id, in compress_event_handler() 542 prtd->stream_id = (prtd->stream_id == 1 ? 2 : 1); in compress_event_handler() 624 prtd->stream_id = 1; in q6asm_dai_compr_open() 734 stream_id, in __q6asm_dai_compr_set_codec_params() 832 stream_id, in __q6asm_dai_compr_set_codec_params() 857 stream_id, in __q6asm_dai_compr_set_codec_params() [all …]
|
A D | q6asm.c | 281 uint32_t stream_id) in q6asm_add_hdr() argument 1092 uint32_t stream_id, in q6asm_media_format_block_multi_ch_pcm() argument 1141 uint32_t stream_id, in q6asm_stream_media_format_block_flac() argument 1178 uint32_t stream_id, in q6asm_stream_media_format_block_wma_v9() argument 1216 uint32_t stream_id, in q6asm_stream_media_format_block_wma_v10() argument 1255 uint32_t stream_id, in q6asm_stream_media_format_block_alac() argument 1297 uint32_t stream_id, in q6asm_stream_media_format_block_ape() argument 1367 uint32_t stream_id, in q6asm_stream_remove_initial_silence() argument 1397 uint32_t stream_id, uint32_t rate, in q6asm_enc_cfg_blk_pcm_format_support() argument 1694 return __q6asm_cmd(ac, stream_id, cmd, true); in q6asm_cmd() [all …]
|
/linux/drivers/staging/media/atomisp/pci/ |
A D | atomisp_compat.h | 65 enum atomisp_input_stream_id stream_id, 71 enum atomisp_input_stream_id stream_id, 81 enum atomisp_input_stream_id stream_id, 106 u16 stream_id, 152 enum atomisp_input_stream_id stream_id, 157 enum atomisp_input_stream_id stream_id, 162 enum atomisp_input_stream_id stream_id, 171 enum atomisp_input_stream_id stream_id, 177 enum atomisp_input_stream_id stream_id, 186 enum atomisp_input_stream_id stream_id, [all …]
|
A D | atomisp_compat_css20.c | 1067 enum atomisp_input_stream_id stream_id, in atomisp_q_s3a_buffer_to_css() argument 1088 enum atomisp_input_stream_id stream_id, in atomisp_q_dis_buffer_to_css() argument 1294 u16 stream_id, in atomisp_css_allocate_stat_buffers() argument 1689 enum atomisp_input_stream_id stream_id, in atomisp_css_input_set_binning_factor() argument 1692 asd->stream_env[stream_id] in atomisp_css_input_set_binning_factor() 1717 enum atomisp_input_stream_id stream_id, in atomisp_css_isys_set_valid() argument 4094 *stream_id = j; in __get_atomisp_subdev() 4143 isp, &stream_id); in atomisp_css_isr_thread() 4182 false, stream_id); in atomisp_css_isr_thread() 4189 false, stream_id); in atomisp_css_isr_thread() [all …]
|
A D | atomisp_fops.c | 88 enum atomisp_input_stream_id stream_id, in atomisp_q_one_metadata_buffer() argument 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 306 atomisp_q_one_s3a_buffer(asd, stream_id, in atomisp_q_video_buffers_to_css() 312 atomisp_q_one_metadata_buffer(asd, stream_id, in atomisp_q_video_buffers_to_css() [all …]
|
A D | atomisp_subdev.c | 379 enum atomisp_input_stream_id stream_id; in atomisp_subdev_set_selection() local 384 stream_id = atomisp_source_pad_to_stream_id(isp_sd, vdev_pad); in atomisp_subdev_set_selection() 481 atomisp_css_input_set_effective_resolution(isp_sd, stream_id, in atomisp_subdev_set_selection() 526 stream_id, in atomisp_subdev_set_selection() 533 stream_id, in atomisp_subdev_set_selection() 624 enum atomisp_input_stream_id stream_id; in atomisp_subdev_set_ffmt() local 652 stream_id, ffmt); in atomisp_subdev_set_ffmt() 654 stream_id, in atomisp_subdev_set_ffmt() 656 atomisp_css_input_set_bayer_order(isp_sd, stream_id, in atomisp_subdev_set_ffmt() 658 atomisp_css_input_set_format(isp_sd, stream_id, in atomisp_subdev_set_ffmt() [all …]
|
/linux/drivers/gpu/drm/vmwgfx/ |
A 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 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() [all …]
|
A 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()
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-trace.h | 39 TP_ARGS(pep, stream_id), 43 __field(u32, stream_id) 53 __entry->stream_id = stream_id; 69 TP_ARGS(pep, stream_id) 74 TP_ARGS(pep, stream_id) 79 TP_ARGS(pep, stream_id) 84 TP_ARGS(pep, stream_id) 89 TP_ARGS(pep, stream_id) 94 TP_ARGS(pep, stream_id) 483 __entry->stream_id = req->request.stream_id; [all …]
|
A D | cdnsp-ring.c | 278 unsigned int stream_id) in cdnsp_ring_ep_doorbell() argument 324 unsigned int stream_id) in cdnsp_get_transfer_ring() argument 329 if (stream_id == 0 || stream_id >= pep->stream_info.num_streams) { in cdnsp_get_transfer_ring() 331 pep->name, stream_id); in cdnsp_get_transfer_ring() 351 unsigned int stream_id; in cdnsp_ring_doorbell_for_active_rings() local 366 for (stream_id = 1; stream_id < stream_info->num_streams; stream_id++) { in cdnsp_ring_doorbell_for_active_rings() 400 unsigned int stream_id) in cdnsp_get_hw_deq() argument 405 pep = &pdev->eps[stream_id]; in cdnsp_get_hw_deq() 432 unsigned int stream_id, in cdnsp_find_new_dequeue_state() argument 455 state->stream_id = stream_id; in cdnsp_find_new_dequeue_state() [all …]
|
A D | cdns3-trace.h | 218 __field(unsigned int, stream_id) 233 __entry->stream_id = req->request.stream_id; 246 __entry->stream_id 298 __field(unsigned int, stream_id) 305 __entry->stream_id = req->request.stream_id; 309 __entry->actual, __entry->stream_id)
|
/linux/arch/powerpc/platforms/pseries/ |
A D | suspend.c | 27 static int pseries_suspend_begin(u64 stream_id) in pseries_suspend_begin() argument 33 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin() 78 u64 stream_id; in store_hibernate() local 84 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate() 87 rc = pseries_suspend_begin(stream_id); in store_hibernate()
|
/linux/drivers/usb/host/ |
A D | xhci-ring.c | 469 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings() 470 stream_id++) { in ring_doorbell_for_active_rings() 474 stream_id); in ring_doorbell_for_active_rings() 516 if (stream_id == 0 || stream_id >= ep->stream_info->num_streams) { in xhci_virt_ep_to_ring() 591 stream_id); in xhci_move_dequeue_past_td() 692 if (stream_id) in xhci_move_dequeue_past_td() 1184 int stream_id; in xhci_kill_endpoint_urbs() local 1186 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in xhci_kill_endpoint_urbs() 1187 stream_id++) { in xhci_kill_endpoint_urbs() 1379 stream_id); in xhci_handle_cmd_set_deq() [all …]
|
A 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()
|
/linux/sound/soc/amd/acp/ |
A D | acp-platform.c | 167 int stream_id = cpu_dai->driver->id * 2 + substream->stream; in acp_dma_open() local 175 adata->stream[stream_id] = stream; in acp_dma_open() 203 int stream_id = cpu_dai->driver->id * 2 + substream->stream; in acp_dma_hw_params() local 208 config_acp_dma(adata, stream_id, size); in acp_dma_hw_params() 260 int stream_id = cpu_dai->driver->id * 2 + substream->stream; in acp_dma_close() local 262 stream = adata->stream[stream_id]; in acp_dma_close() 264 adata->stream[stream_id] = NULL; in acp_dma_close()
|
/linux/sound/soc/sprd/ |
A 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()
|
/linux/drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
A 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()
|
/linux/drivers/media/test-drivers/vidtv/ |
A 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()
|
A D | vidtv_pes.h | 103 u16 stream_id; member 165 u16 stream_id; member
|
/linux/drivers/media/pci/ddbridge/ |
A 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()
|
/linux/drivers/usb/gadget/udc/ |
A 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,
|
/linux/tools/perf/dlfilters/ |
A D | dlfilter-test-api-v0.c | 47 __u64 stream_id; member 194 .stream_id = 101, in check_sample() 210 CHECK_SAMPLE(stream_id); in check_sample()
|
/linux/drivers/gpu/drm/bridge/cadence/ |
A D | cdns-mhdp8546-core.c | 1759 u8 stream_id = mhdp->stream_id; in cdns_mhdp_configure_video() local 1823 cdns_mhdp_reg_write(mhdp, CDNS_BND_HSYNC2VSYNC(stream_id), in cdns_mhdp_configure_video() 1846 cdns_mhdp_reg_write(mhdp, CDNS_DP_FRONT_BACK_PORCH(stream_id), in cdns_mhdp_configure_video() 1850 cdns_mhdp_reg_write(mhdp, CDNS_DP_BYTE_COUNT(stream_id), in cdns_mhdp_configure_video() 1867 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_VERTICAL_0(stream_id), in cdns_mhdp_configure_video() 1876 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_VERTICAL_1(stream_id), in cdns_mhdp_configure_video() 1888 cdns_mhdp_reg_write(mhdp, CDNS_DP_MSA_MISC(stream_id), in cdns_mhdp_configure_video() 1891 cdns_mhdp_reg_write(mhdp, CDNS_DP_HORIZONTAL(stream_id), in cdns_mhdp_configure_video() 1895 cdns_mhdp_reg_write(mhdp, CDNS_DP_VERTICAL_0(stream_id), in cdns_mhdp_configure_video() 1906 cdns_mhdp_reg_write_bit(mhdp, CDNS_DP_VB_ID(stream_id), 2, 1, in cdns_mhdp_configure_video() [all …]
|
/linux/include/uapi/linux/ |
A D | virtio_snd.h | 151 __le32 stream_id; member 258 __le32 stream_id; member
|