Searched refs:hdmi_pll_data (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 26 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 44 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() 62 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() 133 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() 165 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) in hdmi_pll_init() 187 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit()
|
D | hdmi.h | 243 struct hdmi_pll_data { struct 328 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 330 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); 331 void hdmi_pll_uninit(struct hdmi_pll_data *hpll); 367 struct hdmi_pll_data pll;
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 26 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 42 void hdmi_pll_compute(struct hdmi_pll_data *pll, in hdmi_pll_compute() 104 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() 119 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() 180 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() 222 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, in hdmi_pll_init() 251 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit()
|
D | hdmi.h | 239 struct hdmi_pll_data { struct 309 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 310 void hdmi_pll_compute(struct hdmi_pll_data *pll, 312 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, 314 void hdmi_pll_uninit(struct hdmi_pll_data *hpll); 346 struct hdmi_pll_data pll;
|