Home
last modified time | relevance | path

Searched refs:dss_device (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h180 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 Ddss.c62 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 Dbase.c19 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 Domapdss.h50 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 Doutput.c97 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 Dhdmi_pll.c128 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 Dhdmi.h22 struct dss_device;
319 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev,
352 struct dss_device *dss;
H A Dpll.c28 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 Dsdi.c25 struct dss_device *dss;
338 int sdi_init_port(struct dss_device *dss, struct platform_device *pdev, in sdi_init_port()
H A Dvideo-pll.c132 struct dss_pll *dss_video_pll_init(struct dss_device *dss, in dss_video_pll_init()
H A Ddpi.c32 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 Ddss.h180 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 Ddss.c62 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 Domapdss.h53 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 Dbase.c19 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 Doutput.c119 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 Dhdmi_pll.c128 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 Dhdmi.h22 struct dss_device;
319 int hdmi_pll_init(struct dss_device *dss, struct platform_device *pdev,
352 struct dss_device *dss;
H A Dpll.c28 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 Dsdi.c25 struct dss_device *dss;
337 int sdi_init_port(struct dss_device *dss, struct platform_device *pdev, in sdi_init_port()
H A Dvideo-pll.c132 struct dss_pll *dss_video_pll_init(struct dss_device *dss, in dss_video_pll_init()
H A Ddpi.c32 struct dss_device *dss;
700 int dpi_init_port(struct dss_device *dss, struct platform_device *pdev, in dpi_init_port()
H A Ddsi.h354 struct dss_device *dss;
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_drv.h48 struct dss_device *dss;
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_drv.h62 struct dss_device *dss;

Completed in 18 milliseconds

12