Home
last modified time | relevance | path

Searched refs:shmob_drm_device (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.h21 struct shmob_drm_device;
48 int shmob_drm_crtc_create(struct shmob_drm_device *sdev);
49 void shmob_drm_crtc_enable_vblank(struct shmob_drm_device *sdev, bool enable);
56 int shmob_drm_encoder_create(struct shmob_drm_device *sdev);
57 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
Dshmob_drm_drv.c36 static int shmob_drm_init_interface(struct shmob_drm_device *sdev) in shmob_drm_init_interface()
70 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks()
123 struct shmob_drm_device *sdev; in shmob_drm_load()
205 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_preclose()
213 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_irq()
236 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_enable_vblank()
245 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_disable_vblank()
304 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend()
314 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume()
340 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove()
Dshmob_drm_crtc.c41 static int shmob_drm_clk_on(struct shmob_drm_device *sdev) in shmob_drm_clk_on()
58 static void shmob_drm_clk_off(struct shmob_drm_device *sdev) in shmob_drm_clk_off()
75 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_setup_geometry()
132 struct shmob_drm_device *sdev = scrtc->crtc.dev->dev_private; in shmob_drm_crtc_start_stop()
166 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_start()
267 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_stop()
308 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_compute_base()
334 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_update_base()
381 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_mode_set()
513 int shmob_drm_crtc_create(struct shmob_drm_device *sdev) in shmob_drm_crtc_create()
[all …]
Dshmob_drm_plane.h17 struct shmob_drm_device;
19 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
Dshmob_drm_kms.h20 struct shmob_drm_device;
32 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
Dshmob_drm_backlight.c23 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_update()
37 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_get_brightness()
61 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_init()
Dshmob_drm_regs.h279 static inline void lcdc_write_mirror(struct shmob_drm_device *sdev, u32 reg, in lcdc_write_mirror()
285 static inline void lcdc_write(struct shmob_drm_device *sdev, u32 reg, u32 data) in lcdc_write()
292 static inline u32 lcdc_read(struct shmob_drm_device *sdev, u32 reg) in lcdc_read()
297 static inline int lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, in lcdc_wait_bit()
Dshmob_drm_plane.c69 struct shmob_drm_device *sdev = splane->plane.dev->dev_private; in __shmob_drm_plane_setup()
183 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_update()
214 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_disable()
246 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index) in shmob_drm_plane_create()
Dshmob_drm_drv.h28 struct shmob_drm_device { struct
Dshmob_drm_kms.c141 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()