Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_drv.c40 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks()
80 struct shmob_drm_device *sdev = to_shmob_device(dev); in shmob_drm_irq()
120 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend()
127 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume()
134 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_runtime_suspend()
144 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_runtime_resume()
168 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove()
178 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_shutdown()
187 struct shmob_drm_device *sdev; in shmob_drm_probe()
202 struct shmob_drm_device, ddev); in shmob_drm_probe()
H A Dshmob_drm_crtc.h22 struct shmob_drm_device;
39 int shmob_drm_crtc_create(struct shmob_drm_device *sdev);
42 int shmob_drm_encoder_create(struct shmob_drm_device *sdev);
43 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
H A Dshmob_drm_drv.h28 struct shmob_drm_device { struct
47 static inline struct shmob_drm_device *to_shmob_device(struct drm_device *dev) in to_shmob_device() argument
49 return container_of(dev, struct shmob_drm_device, ddev); in to_shmob_device()
H A Dshmob_drm_plane.h14 struct shmob_drm_device;
16 struct drm_plane *shmob_drm_plane_create(struct shmob_drm_device *sdev,
H A Dshmob_drm_kms.h16 struct shmob_drm_device;
30 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
H A Dshmob_drm_regs.h278 static inline void lcdc_write_mirror(struct shmob_drm_device *sdev, u32 reg, in lcdc_write_mirror()
284 static inline void lcdc_write(struct shmob_drm_device *sdev, u32 reg, u32 data) in lcdc_write()
291 static inline u32 lcdc_read(struct shmob_drm_device *sdev, u32 reg) in lcdc_read()
296 static inline int lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg, in lcdc_wait_bit()
H A Dshmob_drm_kms.c157 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()