Searched refs:hdmi_pll_data (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 23 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 41 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() 59 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() 130 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() 162 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) in hdmi_pll_init() 182 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit()
|
D | hdmi.h | 233 struct hdmi_pll_data { struct 318 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 320 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp); 321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll); 357 struct hdmi_pll_data pll;
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 23 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 39 void hdmi_pll_compute(struct hdmi_pll_data *pll, in hdmi_pll_compute() 101 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() 111 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() 172 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() 208 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, in hdmi_pll_init() 230 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit()
|
D | hdmi.h | 228 struct hdmi_pll_data { struct 298 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s); 299 void hdmi_pll_compute(struct hdmi_pll_data *pll, 301 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, 303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll); 335 struct hdmi_pll_data pll;
|