Searched refs:shmob_drm_device (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.h | 19 struct shmob_drm_device; 46 int shmob_drm_crtc_create(struct shmob_drm_device *sdev); 51 int shmob_drm_encoder_create(struct shmob_drm_device *sdev); 52 int shmob_drm_connector_create(struct shmob_drm_device *sdev,
|
D | shmob_drm_crtc.c | 38 static int shmob_drm_clk_on(struct shmob_drm_device *sdev) in shmob_drm_clk_on() 51 static void shmob_drm_clk_off(struct shmob_drm_device *sdev) in shmob_drm_clk_off() 64 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_setup_geometry() 121 struct shmob_drm_device *sdev = scrtc->crtc.dev->dev_private; in shmob_drm_crtc_start_stop() 155 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_start() 256 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_stop() 311 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_update_base() 351 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_crtc_mode_set() 437 static void shmob_drm_crtc_enable_vblank(struct shmob_drm_device *sdev, in shmob_drm_crtc_enable_vblank() 456 struct shmob_drm_device *sdev = crtc->dev->dev_private; in shmob_drm_enable_vblank() [all …]
|
D | shmob_drm_drv.c | 34 static int shmob_drm_init_interface(struct shmob_drm_device *sdev) in shmob_drm_init_interface() 68 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks() 108 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_irq() 149 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend() 159 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume() 180 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove() 194 struct shmob_drm_device *sdev; in shmob_drm_probe()
|
D | shmob_drm_plane.h | 14 struct shmob_drm_device; 16 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index);
|
D | shmob_drm_backlight.c | 19 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_update() 29 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_get_brightness() 53 struct shmob_drm_device *sdev = scon->connector.dev->dev_private; in shmob_drm_backlight_init()
|
D | shmob_drm_kms.h | 16 struct shmob_drm_device; 27 int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
|
D | shmob_drm_regs.h | 278 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()
|
D | shmob_drm_plane.c | 64 struct shmob_drm_device *sdev = splane->plane.dev->dev_private; in __shmob_drm_plane_setup() 179 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_update() 211 struct shmob_drm_device *sdev = plane->dev->dev_private; in shmob_drm_plane_disable() 243 int shmob_drm_plane_create(struct shmob_drm_device *sdev, unsigned int index) in shmob_drm_plane_create()
|
D | shmob_drm_drv.h | 23 struct shmob_drm_device { struct
|
D | shmob_drm_kms.c | 127 int shmob_drm_modeset_init(struct shmob_drm_device *sdev) in shmob_drm_modeset_init()
|