Lines Matching defs:dss

54 #define REG_GET(dss, idx, start, end) \  argument
57 #define REG_FLD_MOD(dss, idx, val, start, end) \ argument
94 static inline void dss_write_reg(struct dss_device *dss, in dss_write_reg()
100 static inline u32 dss_read_reg(struct dss_device *dss, const struct dss_reg idx) in dss_read_reg()
105 #define SR(dss, reg) \ argument
107 #define RR(dss, reg) \ argument
110 static void dss_save_context(struct dss_device *dss) in dss_save_context()
126 static void dss_restore_context(struct dss_device *dss) in dss_restore_context()
176 static int dss_ctrl_pll_set_control_mux(struct dss_device *dss, in dss_ctrl_pll_set_control_mux()
243 void dss_sdi_init(struct dss_device *dss, int datapairs) in dss_sdi_init()
262 int dss_sdi_enable(struct dss_device *dss) in dss_sdi_enable()
320 void dss_sdi_disable(struct dss_device *dss) in dss_sdi_disable()
335 static void dss_dump_clocks(struct dss_device *dss, struct seq_file *s) in dss_dump_clocks()
357 struct dss_device *dss = s->private; in dss_dump_regs() local
359 #define DUMPREG(dss, r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(dss, r)) in dss_dump_regs() argument
382 struct dss_device *dss = s->private; in dss_debug_dump_clocks() local
404 static void dss_select_dispc_clk_source(struct dss_device *dss, in dss_select_dispc_clk_source()
438 void dss_select_dsi_clk_source(struct dss_device *dss, int dsi_module, in dss_select_dsi_clk_source()
466 static int dss_lcd_clk_mux_dra7(struct dss_device *dss, in dss_lcd_clk_mux_dra7()
494 static int dss_lcd_clk_mux_omap5(struct dss_device *dss, in dss_lcd_clk_mux_omap5()
525 static int dss_lcd_clk_mux_omap4(struct dss_device *dss, in dss_lcd_clk_mux_omap4()
554 void dss_select_lcd_clk_source(struct dss_device *dss, in dss_select_lcd_clk_source()
574 enum dss_clk_source dss_get_dispc_clk_source(struct dss_device *dss) in dss_get_dispc_clk_source()
579 enum dss_clk_source dss_get_dsi_clk_source(struct dss_device *dss, in dss_get_dsi_clk_source()
585 enum dss_clk_source dss_get_lcd_clk_source(struct dss_device *dss, in dss_get_lcd_clk_source()
598 bool dss_div_calc(struct dss_device *dss, unsigned long pck, in dss_div_calc()
642 int dss_set_fck_rate(struct dss_device *dss, unsigned long rate) in dss_set_fck_rate()
660 unsigned long dss_get_dispc_clk_rate(struct dss_device *dss) in dss_get_dispc_clk_rate()
665 unsigned long dss_get_max_fck_rate(struct dss_device *dss) in dss_get_max_fck_rate()
670 static int dss_setup_default_clock(struct dss_device *dss) in dss_setup_default_clock()
697 void dss_set_venc_output(struct dss_device *dss, enum omap_dss_venc_type type) in dss_set_venc_output()
712 void dss_set_dac_pwrdn_bgz(struct dss_device *dss, bool enable) in dss_set_dac_pwrdn_bgz()
718 void dss_select_hdmi_venc_clk_source(struct dss_device *dss, in dss_select_hdmi_venc_clk_source()
736 static int dss_dpi_select_source_omap2_omap3(struct dss_device *dss, int port, in dss_dpi_select_source_omap2_omap3()
745 static int dss_dpi_select_source_omap4(struct dss_device *dss, int port, in dss_dpi_select_source_omap4()
766 static int dss_dpi_select_source_omap5(struct dss_device *dss, int port, in dss_dpi_select_source_omap5()
793 static int dss_dpi_select_source_dra7xx(struct dss_device *dss, int port, in dss_dpi_select_source_dra7xx()
814 int dss_dpi_select_source(struct dss_device *dss, int port, in dss_dpi_select_source()
820 static int dss_get_clocks(struct dss_device *dss) in dss_get_clocks()
848 static void dss_put_clocks(struct dss_device *dss) in dss_put_clocks()
854 int dss_runtime_get(struct dss_device *dss) in dss_runtime_get()
868 void dss_runtime_put(struct dss_device *dss) in dss_runtime_put()
885 static int dss_initialize_debugfs(struct dss_device *dss) in dss_initialize_debugfs()
898 static void dss_uninitialize_debugfs(struct dss_device *dss) in dss_uninitialize_debugfs()
924 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file()
952 static inline int dss_initialize_debugfs(struct dss_device *dss) in dss_initialize_debugfs()
956 static inline void dss_uninitialize_debugfs(struct dss_device *dss) in dss_uninitialize_debugfs()
1157 static void __dss_uninit_ports(struct dss_device *dss, unsigned int num_ports) in __dss_uninit_ports()
1183 static int dss_init_ports(struct dss_device *dss) in dss_init_ports()
1223 static void dss_uninit_ports(struct dss_device *dss) in dss_uninit_ports()
1228 static int dss_video_pll_probe(struct dss_device *dss) in dss_video_pll_probe()
1312 struct dss_device *dss = dev_get_drvdata(dev); in dss_bind() local
1338 struct dss_device *dss = dev_get_drvdata(dev); in dss_unbind() local
1384 static int dss_probe_hardware(struct dss_device *dss) in dss_probe_hardware()
1424 struct dss_device *dss; in dss_probe() local
1537 struct dss_device *dss = platform_get_drvdata(pdev); in dss_remove() local
1569 struct dss_device *dss = dev_get_drvdata(dev); in dss_runtime_suspend() local
1581 struct dss_device *dss = dev_get_drvdata(dev); in dss_runtime_resume() local