Home
last modified time | relevance | path

Searched refs:phy_rng_enable (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.h91 void (*phy_rng_enable)(struct vc4_hdmi *vc4_hdmi); member
Dvc4_hdmi.c1042 if (vc4_hdmi->variant->phy_rng_enable) in vc4_hdmi_audio_trigger()
1043 vc4_hdmi->variant->phy_rng_enable(vc4_hdmi); in vc4_hdmi_audio_trigger()
1848 .phy_rng_enable = vc4_hdmi_phy_rng_enable,
1874 .phy_rng_enable = vc5_hdmi_phy_rng_enable,
1900 .phy_rng_enable = vc5_hdmi_phy_rng_enable,