/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.h | 180 struct dss_device *dss; 224 struct dss_device { struct 284 dss_debugfs_create_file(struct dss_device *dss, const char *name, 290 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() 302 struct dss_device *dss_get_device(struct device *dev); 304 int dss_runtime_get(struct dss_device *dss); 305 void dss_runtime_put(struct dss_device *dss); 307 unsigned long dss_get_dispc_clk_rate(struct dss_device *dss); 308 unsigned long dss_get_max_fck_rate(struct dss_device *dss); 309 int dss_dpi_select_source(struct dss_device *ds [all...] |
H A D | dss.c | 62 int (*dpi_select_source)(struct dss_device *dss, int port, 64 int (*select_lcd_source)(struct dss_device *dss, 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() 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 *ds [all...] |
H A D | base.c | 19 static struct dss_device *dss_device; variable 21 struct dss_device *omapdss_get_dss(void) in omapdss_get_dss() 23 return dss_device; in omapdss_get_dss() 27 void omapdss_set_dss(struct dss_device *dss) in omapdss_set_dss() 29 dss_device = dss; in omapdss_set_dss() 33 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc() 39 const struct dispc_ops *dispc_get_ops(struct dss_device *dss) in dispc_get_ops() 174 int omapdss_device_connect(struct dss_device *dss, in omapdss_device_connect() 213 struct dss_device *ds in omapdss_device_disconnect() [all...] |
H A D | omapdss.h | 50 struct dss_device; 54 struct dss_device; 370 struct dss_device *dss; 427 struct dss_device *omapdss_get_dss(void); 428 void omapdss_set_dss(struct dss_device *dss); 443 int omapdss_device_connect(struct dss_device *dss, 506 int dss_install_mgr_ops(struct dss_device *dss, 509 void dss_uninstall_mgr_ops(struct dss_device *dss); 593 struct dispc_device *dispc_get_dispc(struct dss_device *dss); 594 const struct dispc_ops *dispc_get_ops(struct dss_device *ds [all...] |
H A D | output.c | 97 int dss_install_mgr_ops(struct dss_device *dss, in dss_install_mgr_ops() 111 void dss_uninstall_mgr_ops(struct dss_device *dss) in dss_uninstall_mgr_ops() 158 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler() 169 struct dss_device *dss = dssdev->dss; in dss_mgr_unregister_framedone_handler()
|
H A D | hdmi_pll.c | 128 static int hdmi_init_pll_data(struct dss_device *dss, in hdmi_init_pll_data() 161 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev, in hdmi_pll_init()
|
H A D | hdmi.h | 22 struct dss_device; 319 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev, 352 struct dss_device *dss;
|
H A D | pll.c | 28 int dss_pll_register(struct dss_device *dss, struct dss_pll *pll) in dss_pll_register() 45 struct dss_device *dss = pll->dss; in dss_pll_unregister() 57 struct dss_pll *dss_pll_find(struct dss_device *dss, const char *name) in dss_pll_find() 69 struct dss_pll *dss_pll_find_by_src(struct dss_device *dss, in dss_pll_find_by_src()
|
H A D | sdi.c | 25 struct dss_device *dss; 338 int sdi_init_port(struct dss_device *dss, struct platform_device *pdev, in sdi_init_port()
|
H A D | video-pll.c | 132 struct dss_pll *dss_video_pll_init(struct dss_device *dss, in dss_video_pll_init()
|
H A D | dpi.c | 32 struct dss_device *dss; 701 int dpi_init_port(struct dss_device *dss, struct platform_device *pdev, in dpi_init_port()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.h | 180 struct dss_device *dss; 224 struct dss_device { struct 282 dss_debugfs_create_file(struct dss_device *dss, const char *name, 288 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() 300 struct dss_device *dss_get_device(struct device *dev); 302 int dss_runtime_get(struct dss_device *dss); 303 void dss_runtime_put(struct dss_device *dss); 305 unsigned long dss_get_dispc_clk_rate(struct dss_device *dss); 306 unsigned long dss_get_max_fck_rate(struct dss_device *dss); 307 int dss_dpi_select_source(struct dss_device *ds [all...] |
H A D | dss.c | 62 int (*dpi_select_source)(struct dss_device *dss, int port, 64 int (*select_lcd_source)(struct dss_device *dss, 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() 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 *ds [all...] |
H A D | omapdss.h | 53 struct dss_device; 204 struct dss_device *dss; 236 struct dss_device *dss; 244 int omapdss_device_connect(struct dss_device *dss, 309 struct dispc_device *dispc_get_dispc(struct dss_device *dss);
|
H A D | base.c | 19 struct dispc_device *dispc_get_dispc(struct dss_device *dss) in dispc_get_dispc() 141 int omapdss_device_connect(struct dss_device *dss, in omapdss_device_connect() 169 struct dss_device *dss = src ? src->dss : dst->dss; in omapdss_device_disconnect()
|
H A D | output.c | 119 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler() 129 struct dss_device *dss = dssdev->dss; in dss_mgr_unregister_framedone_handler()
|
H A D | hdmi_pll.c | 128 static int hdmi_init_pll_data(struct dss_device *dss, in hdmi_init_pll_data() 161 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev, in hdmi_pll_init()
|
H A D | hdmi.h | 22 struct dss_device; 319 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev, 352 struct dss_device *dss;
|
H A D | pll.c | 28 int dss_pll_register(struct dss_device *dss, struct dss_pll *pll) in dss_pll_register() 45 struct dss_device *dss = pll->dss; in dss_pll_unregister() 57 struct dss_pll *dss_pll_find(struct dss_device *dss, const char *name) in dss_pll_find() 69 struct dss_pll *dss_pll_find_by_src(struct dss_device *dss, in dss_pll_find_by_src()
|
H A D | sdi.c | 25 struct dss_device *dss; 337 int sdi_init_port(struct dss_device *dss, struct platform_device *pdev, in sdi_init_port()
|
H A D | video-pll.c | 132 struct dss_pll *dss_video_pll_init(struct dss_device *dss, in dss_video_pll_init()
|
H A D | dpi.c | 32 struct dss_device *dss; 700 int dpi_init_port(struct dss_device *dss, struct platform_device *pdev, in dpi_init_port()
|
H A D | dsi.h | 354 struct dss_device *dss;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 48 struct dss_device *dss;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 62 struct dss_device *dss;
|