Searched refs:cea (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/soc/omap/ |
D | omap-hdmi-audio.c | 43 struct snd_cea_861_aud_if cea; member 119 struct snd_cea_861_aud_if *cea = &ad->cea; in hdmi_dai_hw_params() local 136 ad->dss_audio.cea = cea; in hdmi_dai_hw_params() 212 cea->db1_ct_cc = (params_channels(params) - 1) in hdmi_dai_hw_params() 214 cea->db1_ct_cc |= CEA861_AUDIO_INFOFRAME_DB1CT_FROM_STREAM; in hdmi_dai_hw_params() 216 cea->db2_sf_ss = CEA861_AUDIO_INFOFRAME_DB2SF_FROM_STREAM; in hdmi_dai_hw_params() 217 cea->db2_sf_ss |= CEA861_AUDIO_INFOFRAME_DB2SS_FROM_STREAM; in hdmi_dai_hw_params() 219 cea->db3 = 0; /* not used, all zeros */ in hdmi_dai_hw_params() 222 cea->db4_ca = 0x0; in hdmi_dai_hw_params() 224 cea->db4_ca = 0xb; in hdmi_dai_hw_params() [all …]
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 3038 cea_revision(const u8 *cea) in cea_revision() argument 3040 return cea[1]; in cea_revision() 3044 cea_db_offsets(const u8 *cea, int *start, int *end) in cea_db_offsets() argument 3048 *end = cea[2]; in cea_db_offsets() 3071 #define for_each_cea_db(cea, i, start, end) \ argument 3072 …(start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&… 3077 const u8 *cea = drm_find_cea_extension(edid); in add_cea_modes() local 3082 if (cea && cea_revision(cea) >= 3) { in add_cea_modes() 3085 if (cea_db_offsets(cea, &start, &end)) in add_cea_modes() 3088 for_each_cea_db(cea, i, start, end) { in add_cea_modes() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi4_core.c | 697 if (!audio || !audio->iec || !audio->cea || !core) in hdmi4_audio_config() 774 channel_count = (audio->cea->db1_ct_cc & in hdmi4_audio_config() 819 audio->cea->db1_ct_cc = 7; in hdmi4_audio_config() 864 hdmi_core_audio_infoframe_cfg(core, audio->cea); in hdmi4_audio_config()
|
D | hdmi5_core.c | 808 if (!audio || !audio->iec || !audio->cea || !core) in hdmi5_audio_config() 852 channel_count = (audio->cea->db1_ct_cc & CEA861_AUDIO_INFOFRAME_DB1CC) in hdmi5_audio_config() 894 hdmi5_core_audio_infoframe_cfg(core, audio->cea); in hdmi5_audio_config()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.c | 535 struct gssx_cred_element_array *cea) in dummy_enc_credel_array() argument 539 if (cea->count != 0) in dummy_enc_credel_array()
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 170 struct snd_cea_861_aud_if *cea; member
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 416 API-drm-match-cea-mode 417 API-drm-get-cea-aspect-ratio
|