Searched refs:hdmi_pll_data (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_pll.c | 25 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 41 void hdmi_pll_compute(struct hdmi_pll_data *pll, in hdmi_pll_compute() 103 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() 118 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() 179 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() 221 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, in hdmi_pll_init() 250 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit()
|
D | hdmi.h | 238 struct hdmi_pll_data { struct 308 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 309 void hdmi_pll_compute(struct hdmi_pll_data *pll, 311 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, 313 void hdmi_pll_uninit(struct hdmi_pll_data *hpll); 345 struct hdmi_pll_data pll;
|