Searched defs:dssdev (Results 26 – 35 of 35) sorted by relevance
12
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 317 struct omap_dss_device *dssdev; member 405 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) in dsi_get_dsidev_from_dssdev() 463 static void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock() 471 static void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock() 2485 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, in dsi_vc_enable_hs() 2613 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_bta_sync() 2781 static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_null() 2819 static int dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_dcs_write_nosync() 2828 static int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_write_nosync() 2837 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, in dsi_vc_write_common() [all …]
|
H A D | manager-sysfs.c | 31 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() local 37 static int manager_display_match(struct omap_dss_device *dssdev, void *data) in manager_display_match() 49 struct omap_dss_device *dssdev = NULL; in manager_display_store() local
|
H A D | apply.c | 415 struct omap_dss_device *dssdev; in dss_mgr_get_device() local
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1656 struct omap_dss_device *dssdev; in omapfb_auto_update_work() local 1842 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources() local 2134 struct omap_dss_device *dssdev) in omapfb_get_recommended_bpp() 2302 struct omap_dss_device *dssdev) in omapfb_init_display() 2364 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_init_connections() local 2414 struct omap_dss_device *dssdev; in omapfb_find_default_display() local 2431 struct omap_dss_device *dssdev; in omapfb_find_default_display() local 2454 struct omap_dss_device *dssdev; in omapfb_probe() local
|
H A D | omapfb.h | 71 struct omap_dss_device *dssdev; member 150 struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) in get_display_data()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 76 static inline struct dsi_data *to_dsi_data(struct omap_dss_device *dssdev) in to_dsi_data() 1896 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int vc, in dsi_vc_enable_hs() 2019 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int vc) in dsi_vc_send_bta_sync() 2194 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int vc, in dsi_vc_write_common() 2339 static int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int vc, in dsi_vc_dcs_read() 2373 static int dsi_vc_generic_read(struct omap_dss_device *dssdev, int vc, in dsi_vc_generic_read() 3046 static void dsi_enable_video_output(struct omap_dss_device *dssdev, int vc) in dsi_enable_video_output() 3080 static void dsi_disable_video_output(struct omap_dss_device *dssdev, int vc) in dsi_disable_video_output() 3251 static int dsi_update_channel(struct omap_dss_device *dssdev, int vc) in dsi_update_channel() 3298 static int dsi_update_all(struct omap_dss_device *dssdev) in dsi_update_all() [all …]
|
/openbmc/linux/sound/soc/ti/ |
H A D | omap-hdmi.c | 30 struct device *dssdev; member
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.c | 352 struct omap_dss_device *dssdev = omap_crtc->pipe->output; in omap_crtc_manual_display_update() local 566 struct omap_dss_device *dssdev = omap_crtc->pipe->output; in omap_crtc_is_manually_updated() local
|
/openbmc/linux/include/video/ |
H A D | omapfb_dss.h | 804 static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected() 809 static inline bool omapdss_device_is_enabled(struct omap_dss_device *dssdev) in omapdss_device_is_enabled() 844 *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device() 851 static inline void omap_dss_put_device(struct omap_dss_device *dssdev) {}; in omap_dss_put_device()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 217 struct platform_device *dssdev; /* dummy dev for clocks */ member
|
12