/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vdec.c | 48 struct vpu_dec_codec_info codec_info; member 384 f->fmt.pix_mp.colorspace = vdec->codec_info.color_primaries; in vdec_g_fmt() 385 f->fmt.pix_mp.xfer_func = vdec->codec_info.transfer_chars; in vdec_g_fmt() 386 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_g_fmt() 387 f->fmt.pix_mp.quantization = vdec->codec_info.full_range; in vdec_g_fmt() 411 f->fmt.pix_mp.colorspace = vdec->codec_info.color_primaries; in vdec_try_fmt() 412 f->fmt.pix_mp.xfer_func = vdec->codec_info.transfer_chars; in vdec_try_fmt() 413 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_try_fmt() 414 f->fmt.pix_mp.quantization = vdec->codec_info.full_range; in vdec_try_fmt() 475 vdec->codec_info.color_primaries = f->fmt.pix_mp.colorspace; in vdec_s_fmt_common() [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_eld.c | 130 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data() 166 codec_info(codec, "HDMI: audio coding type 0 not expected\n"); in hdmi_update_short_audio_desc() 210 codec_info(codec, in hdmi_update_short_audio_desc() 234 codec_info(codec, "HDMI: Unknown ELD version %d\n", e->eld_ver); in snd_hdmi_parse_eld() 257 codec_info(codec, "HDMI: MNL is reserved value %d\n", mnl); in snd_hdmi_parse_eld() 260 codec_info(codec, "HDMI: out of range MNL %d\n", mnl); in snd_hdmi_parse_eld() 267 codec_info(codec, "HDMI: out of range SAD %d\n", i); in snd_hdmi_parse_eld() 309 codec_info(codec, "HDMI: ELD buf size is 0, force 128\n"); in snd_hdmi_get_eld() 313 codec_info(codec, "HDMI: invalid ELD buf size %d\n", size); in snd_hdmi_get_eld() 325 codec_info(codec, "HDMI: invalid ELD data byte %d\n", i); in snd_hdmi_get_eld() [all …]
|
H A D | hda_auto_parser.c | 237 codec_info(codec, in snd_hda_parse_pin_defcfg() 243 codec_info(codec, in snd_hda_parse_pin_defcfg() 256 codec_info(codec, in snd_hda_parse_pin_defcfg() 269 codec_info(codec, in snd_hda_parse_pin_defcfg() 293 codec_info(codec, in snd_hda_parse_pin_defcfg() 415 codec_info(codec, "autoconfig for %s: line_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x) type:%s\n", in snd_hda_parse_pin_defcfg() 422 codec_info(codec, " speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg() 426 codec_info(codec, " hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg() 430 codec_info(codec, " mono: mono_out=0x%x\n", cfg->mono_out_pin); in snd_hda_parse_pin_defcfg() 432 codec_info(codec, " dig-out=0x%x/0x%x\n", in snd_hda_parse_pin_defcfg() [all …]
|
H A D | patch_conexant.c | 1179 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto() 1261 codec_info(codec, in patch_conexant_auto()
|
H A D | hda_sysfs.c | 135 codec_info(codec, "hda-codec: reconfiguring\n"); in reconfig_codec()
|
H A D | hda_local.h | 758 #define codec_info(codec, fmt, args...) \ macro
|
H A D | patch_hdmi.c | 836 codec_info(codec, in hdmi_non_intrinsic_event() 2729 codec_info(codec, "audio component disabled by module option\n"); in generic_acomp_init() 2848 codec_info(codec, "Can't find the HDMI/DP port for pin NID 0x%x\n", pin_nid); in intel_pin2port() 3046 codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n"); in alloc_intel_hdmi()
|
H A D | patch_ca0132.c | 3631 codec_info(codec, "ca0132 DSP downloaded and running\n"); in dspload_wait_loaded() 7729 codec_info(codec, "%s: Stream 0x%02x ports aren't allocated, remap failed!\n", in chipio_remap_stream() 9112 codec_info(codec, "DSP not initialized properly. Attempting to fix."); in sbz_dsp_startup_check() 9119 codec_info(codec, "Reloading... Tries left: %d", reload); in sbz_dsp_startup_check() 9136 codec_info(codec, "DSP fixed."); in sbz_dsp_startup_check() 9141 …codec_info(codec, "DSP failed to initialize properly. Either try a full shutdown or a suspend to c… in sbz_dsp_startup_check()
|
H A D | patch_realtek.c | 713 codec_info(codec, "%s: SKU not ready 0x%08x\n", in alc_auto_parse_customize_define()
|
/openbmc/linux/sound/aoa/codecs/ |
H A D | onyx.c | 55 struct codec_info *codec_info; member 844 static struct codec_info onyx_codec_info = { 864 struct codec_info *ci = &onyx_codec_info; in onyx_init_codec() 896 if (!onyx->codec_info) in onyx_init_codec() 897 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec() 898 if (!onyx->codec_info) in onyx_init_codec() 900 ci = onyx->codec_info; in onyx_init_codec() 907 if (!onyx->codec_info) in onyx_init_codec() 908 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec() 909 if (!onyx->codec_info) in onyx_init_codec() [all …]
|
H A D | toonie.c | 73 static struct codec_info toonie_codec_info = {
|
H A D | tas.c | 780 static struct codec_info tas_codec_info = {
|
/openbmc/linux/sound/aoa/soundbus/ |
H A D | soundbus.h | 46 struct codec_info *codec; 62 struct codec_info { struct 164 struct codec_info *ci, void *data);
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_sdw.c | 1108 struct sof_sdw_codec_info *codec_info; in get_dailink_info() local 1123 codec_info = &codec_info_list[codec_index]; in get_dailink_info() 1125 *codecs_num += codec_info->dai_num; in get_dailink_info() 1140 for (j = 0; j < codec_info->dai_num; j++) { in get_dailink_info() 1143 if (!codec_info->dais[j].direction[stream]) in get_dailink_info() 1394 struct sof_sdw_codec_info *codec_info; in create_sdw_dailink() local 1462 codec_info = &codec_info_list[codec_index]; in create_sdw_dailink() 1464 if (codec_info->ignore_pch_dmic) in create_sdw_dailink() 1479 if (!codec_info->dais[dai_index].direction[stream]) in create_sdw_dailink() 1482 *be_id = codec_info->dais[dai_index].dailink[stream]; in create_sdw_dailink() [all …]
|
/openbmc/linux/sound/aoa/soundbus/i2sbus/ |
H A D | i2sbus.h | 98 struct codec_info *ci, void *data);
|
H A D | pcm.c | 869 struct codec_info *ci, void *data) in i2sbus_attach_codec()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 1172 caps->codec_info[idx].valid = 1; in amdgpu_info_ioctl() 1173 caps->codec_info[idx].max_width = in amdgpu_info_ioctl() 1175 caps->codec_info[idx].max_height = in amdgpu_info_ioctl() 1177 caps->codec_info[idx].max_pixels_per_frame = in amdgpu_info_ioctl() 1179 caps->codec_info[idx].max_level = in amdgpu_info_ioctl()
|
/openbmc/linux/include/uapi/drm/ |
H A D | amdgpu_drm.h | 1220 struct drm_amdgpu_info_video_codec_info codec_info[AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_COUNT]; member
|