Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/stm/
H A Dlvds.c198 struct lvds_phy_info { struct
203 static struct lvds_phy_info lvds_phy_16ff_primary = { argument
229 static struct lvds_phy_info lvds_phy_16ff_secondary = {
263 struct lvds_phy_info *primary;
264 struct lvds_phy_info *secondary;
346 static int lvds_pll_enable(struct stm_lvds *lvds, struct lvds_phy_info *phy) in lvds_pll_enable()
445 static void lvds_pll_config(struct stm_lvds *lvds, struct lvds_phy_info *phy) in lvds_pll_config()
552 struct lvds_phy_info *phy; in lvds_pixel_clk_enable()