Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c181 if (tcon->quirks->setup_lvds_phy) in sun4i_tcon_lvds_set_status()
182 tcon->quirks->setup_lvds_phy(tcon, encoder); in sun4i_tcon_lvds_set_status()
1487 .setup_lvds_phy = sun4i_tcon_setup_lvds_phy,
1502 .setup_lvds_phy = sun6i_tcon_setup_lvds_phy,
1510 .setup_lvds_phy = sun6i_tcon_setup_lvds_phy,
H A Dsun4i_tcon.h251 void (*setup_lvds_phy)(struct sun4i_tcon *tcon, member