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 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() 3742 static int dsi_configure_pins(struct omap_dss_device *dssdev, in dsi_configure_pins() 4040 static int dsi_update(struct omap_dss_device *dssdev, int channel, in dsi_update() 4249 static int dsi_display_enable(struct omap_dss_device *dssdev) in dsi_display_enable() 4283 static void dsi_display_disable(struct omap_dss_device *dssdev, in dsi_display_disable() 4307 static int dsi_enable_te(struct omap_dss_device *dssdev, bool enable) in dsi_enable_te() 4790 static int dsi_set_config(struct omap_dss_device *dssdev, in dsi_set_config() 4962 static int dsi_connect(struct omap_dss_device *dssdev, in dsi_connect() [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() 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() 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() 4053 static bool dsi_is_video_mode(struct omap_dss_device *dssdev) in dsi_is_video_mode() 4093 static int dsi_set_config(struct omap_dss_device *dssdev, in dsi_set_config() 4191 struct omap_dss_device *dssdev = &dsi->output; in _omap_dsi_host_transfer() local 4659 struct omap_dss_device *dssdev = &dsi->output; in dsi_bridge_enable() local [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