Searched refs:stream_type (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/sound/soc/qcom/qdsp6/
H A Dq6routing.h6 int stream_id, int stream_type);
7 void q6routing_stream_close(int fedai_id, int stream_type);
H A Dq6routing.c357 * @stream_type: Direction of stream
362 int stream_id, int stream_type)
442 * @stream_type: Direction of stream
446 void q6routing_stream_close(int fedai_id, int stream_type) argument
361 q6routing_stream_open(int fedai_id, int perf_mode, int stream_id, int stream_type) argument
/linux-master/fs/smb/server/
H A Dmisc.c121 char *stream_type; local
129 stream_type = s_name;
130 s_name = strsep(&stream_type, ":");
139 stream_type);
140 if (!strncasecmp("$data", stream_type, 5))
142 else if (!strncasecmp("$index_allocation", stream_type, 17))
/linux-master/include/linux/soundwire/
H A Dsdw_amd.h43 * @stream_type: Stream type
49 enum sdw_stream_type stream_type; member in struct:sdw_amd_dai_runtime
/linux-master/drivers/media/pci/cx18/
H A Dcx18-controls.c22 int type = cxhdl->stream_type->val;
/linux-master/drivers/soundwire/
H A Dcadence_master.h87 * @stream_type: Stream type
98 enum sdw_stream_type stream_type; member in struct:sdw_cdns_dai_runtime
H A Dintel_ace2x.c290 sconfig.type = dai_runtime->stream_type;
/linux-master/include/media/drv-intf/
H A Dcx2341x.h33 enum v4l2_mpeg_stream_type stream_type; member in struct:cx2341x_mpeg_params
140 struct v4l2_ctrl *stream_type; member in struct:cx2341x_handler::__anon1428
/linux-master/drivers/media/common/
H A Dcx2341x.c217 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
330 ctrl->value = params->stream_type;
481 params->stream_type = ctrl->value;
483 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
484 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1065 CMP_FIELD(old, new, stream_type)) {
1067 mpeg_stream_type[new->stream_type]);
1344 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
1345 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1590 cxhdl->stream_type
[all...]
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd_stream.c35 pcmd->body.add_pid_filter.req.stream_type = filter->type;
H A Das10x_cmd.h186 uint8_t stream_type; member in struct:as10x_add_pid_filter::__anon157
/linux-master/sound/soc/intel/atom/
H A Dsst-mfld-platform.h84 u8 stream_type; member in struct:sst_stream_params
H A Dsst-mfld-dsp.h161 enum stream_type { enum
392 u8 stream_type; member in struct:snd_sst_params
/linux-master/sound/soc/intel/catpt/
H A Dmessages.c33 enum catpt_stream_type stream_type:8; member in struct:catpt_alloc_stream_input
74 input.stream_type = type;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c357 unsigned stream_type = msg[4]; local
372 switch (stream_type) {
423 DRM_ERROR("UVD codec not handled %d!\n", stream_type);
444 unsigned stream_type)
446 switch (stream_type) {
461 stream_type);
443 radeon_uvd_validate_codec(struct radeon_cs_parser *p, unsigned stream_type) argument
/linux-master/include/drm/display/
H A Ddrm_hdcp.h135 u8 stream_type; member in struct:hdcp2_streamid_type
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164.h265 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member in struct:saa7164_encoder_params
282 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member in struct:saa7164_vbi_params
H A Dsaa7164-encoder.c108 if (port->encoder_params.stream_type ==
119 if (port->encoder_params.stream_type ==
444 params->stream_type = ctrl->val;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc_message.c527 enable_auth_in.stream_type = data->streams[0].stream_type;
H A Dintel_dp_hdcp.c289 u8 stream_type; member in struct:hdcp2_dp_errata_stream_type
611 stream_type_msg.stream_type = content_type;
800 & AUTH_STREAM_TYPE) != data->streams[0].stream_type);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h361 enum vidtv_psi_stream_types stream_type,
/linux-master/include/drm/
H A Di915_hdcp_interface.h489 u8 stream_type; member in struct:wired_cmd_enable_auth_in
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c621 unsigned int stream_type = msg[4]; local
639 switch (stream_type) {
781 DRM_ERROR("UVD codec not handled %d!\n", stream_type);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c31 static unsigned int get_m2m_fmt_flags(unsigned int stream_type) argument
33 if (stream_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
/linux-master/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c640 enable_auth_in.stream_type = data->streams[0].stream_type;

Completed in 342 milliseconds

12