Lines Matching defs:dss

55 #define REG_GET(dss, idx, start, end) \  argument
58 #define REG_FLD_MOD(dss, idx, val, start, end) \ argument
95 static inline void dss_write_reg(struct dss_device *dss, in dss_write_reg()
101 static inline u32 dss_read_reg(struct dss_device *dss, const struct dss_reg idx) in dss_read_reg()
106 #define SR(dss, reg) \ argument
108 #define RR(dss, reg) \ argument
111 static void dss_save_context(struct dss_device *dss) in dss_save_context()
127 static void dss_restore_context(struct dss_device *dss) in dss_restore_context()
177 static int dss_ctrl_pll_set_control_mux(struct dss_device *dss, in dss_ctrl_pll_set_control_mux()
244 void dss_sdi_init(struct dss_device *dss, int datapairs) in dss_sdi_init()
263 int dss_sdi_enable(struct dss_device *dss) in dss_sdi_enable()
321 void dss_sdi_disable(struct dss_device *dss) in dss_sdi_disable()
336 static void dss_dump_clocks(struct dss_device *dss, struct seq_file *s) in dss_dump_clocks()
358 struct dss_device *dss = s->private; in dss_dump_regs() local
360 #define DUMPREG(dss, r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(dss, r)) in dss_dump_regs() argument
383 struct dss_device *dss = s->private; in dss_debug_dump_clocks() local
405 static void dss_select_dispc_clk_source(struct dss_device *dss, in dss_select_dispc_clk_source()
439 void dss_select_dsi_clk_source(struct dss_device *dss, int dsi_module, in dss_select_dsi_clk_source()
467 static int dss_lcd_clk_mux_dra7(struct dss_device *dss, in dss_lcd_clk_mux_dra7()
495 static int dss_lcd_clk_mux_omap5(struct dss_device *dss, in dss_lcd_clk_mux_omap5()
526 static int dss_lcd_clk_mux_omap4(struct dss_device *dss, in dss_lcd_clk_mux_omap4()
555 void dss_select_lcd_clk_source(struct dss_device *dss, in dss_select_lcd_clk_source()
575 enum dss_clk_source dss_get_dispc_clk_source(struct dss_device *dss) in dss_get_dispc_clk_source()
580 enum dss_clk_source dss_get_dsi_clk_source(struct dss_device *dss, in dss_get_dsi_clk_source()
586 enum dss_clk_source dss_get_lcd_clk_source(struct dss_device *dss, in dss_get_lcd_clk_source()
599 bool dss_div_calc(struct dss_device *dss, unsigned long pck, in dss_div_calc()
643 int dss_set_fck_rate(struct dss_device *dss, unsigned long rate) in dss_set_fck_rate()
661 unsigned long dss_get_dispc_clk_rate(struct dss_device *dss) in dss_get_dispc_clk_rate()
666 unsigned long dss_get_max_fck_rate(struct dss_device *dss) in dss_get_max_fck_rate()
671 static int dss_setup_default_clock(struct dss_device *dss) in dss_setup_default_clock()
698 void dss_set_venc_output(struct dss_device *dss, enum omap_dss_venc_type type) in dss_set_venc_output()
713 void dss_set_dac_pwrdn_bgz(struct dss_device *dss, bool enable) in dss_set_dac_pwrdn_bgz()
719 void dss_select_hdmi_venc_clk_source(struct dss_device *dss, in dss_select_hdmi_venc_clk_source()
737 static int dss_dpi_select_source_omap2_omap3(struct dss_device *dss, int port, in dss_dpi_select_source_omap2_omap3()
746 static int dss_dpi_select_source_omap4(struct dss_device *dss, int port, in dss_dpi_select_source_omap4()
767 static int dss_dpi_select_source_omap5(struct dss_device *dss, int port, in dss_dpi_select_source_omap5()
794 static int dss_dpi_select_source_dra7xx(struct dss_device *dss, int port, in dss_dpi_select_source_dra7xx()
815 int dss_dpi_select_source(struct dss_device *dss, int port, in dss_dpi_select_source()
821 static int dss_get_clocks(struct dss_device *dss) in dss_get_clocks()
849 static void dss_put_clocks(struct dss_device *dss) in dss_put_clocks()
855 int dss_runtime_get(struct dss_device *dss) in dss_runtime_get()
869 void dss_runtime_put(struct dss_device *dss) in dss_runtime_put()
886 static int dss_initialize_debugfs(struct dss_device *dss) in dss_initialize_debugfs()
899 static void dss_uninitialize_debugfs(struct dss_device *dss) in dss_uninitialize_debugfs()
925 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file()
953 static inline int dss_initialize_debugfs(struct dss_device *dss) in dss_initialize_debugfs()
957 static inline void dss_uninitialize_debugfs(struct dss_device *dss) in dss_uninitialize_debugfs()
1158 static void __dss_uninit_ports(struct dss_device *dss, unsigned int num_ports) in __dss_uninit_ports()
1184 static int dss_init_ports(struct dss_device *dss) in dss_init_ports()
1224 static void dss_uninit_ports(struct dss_device *dss) in dss_uninit_ports()
1229 static int dss_video_pll_probe(struct dss_device *dss) in dss_video_pll_probe()
1313 struct dss_device *dss = dev_get_drvdata(dev); in dss_bind() local
1339 struct dss_device *dss = dev_get_drvdata(dev); in dss_unbind() local
1385 static int dss_probe_hardware(struct dss_device *dss) in dss_probe_hardware()
1425 struct dss_device *dss; in dss_probe() local
1538 struct dss_device *dss = platform_get_drvdata(pdev); in dss_remove() local
1570 struct dss_device *dss = dev_get_drvdata(dev); in dss_runtime_suspend() local
1582 struct dss_device *dss = dev_get_drvdata(dev); in dss_runtime_resume() local