Searched refs:shmob_drm_device (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/shmobile/ |
| D | shmob_drm_crtc.h | 22 struct shmob_drm_device; 48 int shmob_drm_crtc_create(struct shmob_drm_device *sdev); 53 int shmob_drm_encoder_create(struct shmob_drm_device *sdev); 54 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
|
| D | shmob_drm_crtc.c | 39 static int shmob_drm_clk_on(struct shmob_drm_device *sdev) in shmob_drm_clk_on() 52 static void shmob_drm_clk_off(struct shmob_drm_device *sdev) in shmob_drm_clk_off() 65 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_setup_geometry() 122 struct shmob_drm_device *sdev = scrtc->crtc.dev->dev_private; in shmob_drm_crtc_start_stop() 156 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_start() 257 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_stop() 312 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_update_base() 352 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_mode_set() 438 static void shmob_drm_crtc_enable_vblank(struct shmob_drm_device *sdev, in shmob_drm_crtc_enable_vblank() 457 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_enable_vblank() [all …]
|
| D | shmob_drm_drv.c | 35 static int shmob_drm_init_interface(struct shmob_drm_device *sdev) in shmob_drm_init_interface() 69 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks() 109 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_irq() 163 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend() 173 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume() 194 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove() 209 struct shmob_drm_device *sdev; in shmob_drm_probe()
|
| D | shmob_drm_plane.h | 17 struct shmob_drm_device; 19 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
|
| D | shmob_drm_kms.h | 20 struct shmob_drm_device; 31 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
|
| D | shmob_drm_backlight.c | 23 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()
|
| D | shmob_drm_regs.h | 279 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()
|
| D | shmob_drm_plane.c | 67 struct shmob_drm_device *sdev = splane->plane.dev->dev_private; in __shmob_drm_plane_setup() 182 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()
|
| D | shmob_drm_drv.h | 27 struct shmob_drm_device { struct
|
| D | shmob_drm_kms.c | 131 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()
|