Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_hdmi.h84 void (*phy_rng_enable)(struct vc4_hdmi *vc4_hdmi); member
Dvc4_hdmi.c1938 if (vc4_hdmi->variant->phy_rng_enable) in vc4_hdmi_audio_startup()
1939 vc4_hdmi->variant->phy_rng_enable(vc4_hdmi); in vc4_hdmi_audio_startup()
3333 .phy_rng_enable = vc4_hdmi_phy_rng_enable,
3361 .phy_rng_enable = vc5_hdmi_phy_rng_enable,
3390 .phy_rng_enable = vc5_hdmi_phy_rng_enable,