Home
last modified time | relevance | path

Searched refs:enable_audio (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c42 bool enable_audio) {} in virtual_stream_encoder_hdmi_set_stream_attribute() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h135 bool enable_audio);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c537 bool enable_audio) in enc3_stream_encoder_hdmi_set_stream_attribute() argument
547 cntl.enable_dp_audio = enable_audio; in enc3_stream_encoder_hdmi_set_stream_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c494 bool enable_audio) in enc1_stream_encoder_hdmi_set_stream_attribute() argument
502 cntl.enable_dp_audio = enable_audio; in enc1_stream_encoder_hdmi_set_stream_attribute()
H A Ddcn10_stream_encoder.h584 bool enable_audio);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c556 bool enable_audio) in dce110_stream_encoder_hdmi_set_stream_attribute() argument
564 cntl.enable_dp_audio = enable_audio; in dce110_stream_encoder_hdmi_set_stream_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c284 void (*enable_audio)(struct dw_hdmi_qp *hdmi); member
832 if (hdmi->enable_audio) in dw_hdmi_qp_audio_enable()
833 hdmi->enable_audio(hdmi); in dw_hdmi_qp_audio_enable()
3473 hdmi->enable_audio = dw_hdmi_i2s_audio_enable; in __dw_hdmi_probe()
H A Ddw-hdmi.c319 void (*enable_audio)(struct dw_hdmi *hdmi); member
1202 if (hdmi->enable_audio) in dw_hdmi_audio_enable()
1203 hdmi->enable_audio(hdmi); in dw_hdmi_audio_enable()
4996 hdmi->enable_audio = dw_hdmi_ahb_audio_enable; in dw_hdmi_probe()
5011 hdmi->enable_audio = dw_hdmi_i2s_audio_enable; in dw_hdmi_probe()