Searched refs:dss_device (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dss.h | 180 struct dss_device *dss; 224 struct dss_device { struct 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); 321 void dss_sdi_init(struct dss_device *dss, int datapairs); 322 int dss_sdi_enable(struct dss_device *dss); 323 void dss_sdi_disable(struct dss_device *dss); 327 void dss_select_lcd_clk_source(struct dss_device *dss, 351 static inline int sdi_init_port(struct dss_device *dss, in sdi_init_port() [all …]
|
| A D | dss.c | 65 int (*select_lcd_source)(struct dss_device *dss, 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() 358 struct dss_device *dss = s->private; in dss_dump_regs() 383 struct dss_device *dss = s->private; in dss_debug_dump_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() 1313 struct dss_device *dss = dev_get_drvdata(dev); in dss_bind() 1339 struct dss_device *dss = dev_get_drvdata(dev); in dss_unbind() 1425 struct dss_device *dss; in dss_probe() [all …]
|
| 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);
|
| 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()
|
| 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()
|
| 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()
|
| 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;
|
| 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()
|
| 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()
|
| A D | video-pll.c | 132 struct dss_pll *dss_video_pll_init(struct dss_device *dss, in dss_video_pll_init()
|
| 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()
|
| A D | dsi.h | 354 struct dss_device *dss;
|
| A D | venc.c | 251 struct dss_device *dss; 686 struct dss_device *dss = dss_get_device(master); in venc_bind()
|
| A D | hdmi4.c | 645 struct dss_device *dss = dss_get_device(master); in hdmi4_bind()
|
| A D | hdmi5.c | 626 struct dss_device *dss = dss_get_device(master); in hdmi5_bind()
|
| A D | dispc.c | 164 struct dss_device *dss; 4746 struct dss_device *dss = dss_get_device(master); in dispc_bind() 4838 struct dss_device *dss = dispc->dss; in dispc_unbind()
|
| A D | dsi.c | 4528 static int dsi_init_pll_data(struct dss_device *dss, struct dsi_data *dsi) in dsi_init_pll_data() 4560 struct dss_device *dss = dss_get_device(master); in dsi_bind()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_drv.h | 62 struct dss_device *dss;
|
Completed in 58 milliseconds