Symbol: shmob_drm_device
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
113
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
171
struct shmob_drm_device *sdev = to_shmob_device(scrtc->base.dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
204
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
262
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
333
static void shmob_drm_crtc_enable_vblank(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
352
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
361
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
377
int shmob_drm_crtc_create(struct shmob_drm_device *sdev)
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
418
struct shmob_drm_device *sdev = to_shmob_device(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
443
int shmob_drm_encoder_create(struct shmob_drm_device *sdev)
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
535
shmob_drm_connector_init(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
593
int shmob_drm_connector_create(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.c
80
struct shmob_drm_device *sdev = to_shmob_device(crtc->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.h
22
struct shmob_drm_device;
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.h
39
int shmob_drm_crtc_create(struct shmob_drm_device *sdev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.h
42
int shmob_drm_encoder_create(struct shmob_drm_device *sdev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_crtc.h
43
int shmob_drm_connector_create(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
120
struct shmob_drm_device *sdev = dev_get_drvdata(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
127
struct shmob_drm_device *sdev = dev_get_drvdata(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
134
struct shmob_drm_device *sdev = dev_get_drvdata(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
144
struct shmob_drm_device *sdev = dev_get_drvdata(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
168
struct shmob_drm_device *sdev = platform_get_drvdata(pdev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
178
struct shmob_drm_device *sdev = platform_get_drvdata(pdev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
187
struct shmob_drm_device *sdev;
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
202
struct shmob_drm_device, ddev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
40
static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
80
struct shmob_drm_device *sdev = to_shmob_device(dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.h
47
static inline struct shmob_drm_device *to_shmob_device(struct drm_device *dev)
drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.h
49
return container_of(dev, struct shmob_drm_device, ddev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.c
157
int shmob_drm_modeset_init(struct shmob_drm_device *sdev)
drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.h
16
struct shmob_drm_device;
drivers/gpu/drm/renesas/shmobile/shmob_drm_kms.h
30
int shmob_drm_modeset_init(struct shmob_drm_device *sdev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.c
213
struct shmob_drm_device *sdev = to_shmob_device(plane->dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.c
304
struct drm_plane *shmob_drm_plane_create(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.c
71
struct shmob_drm_device *sdev = to_shmob_device(splane->base.dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.c
92
struct shmob_drm_device *sdev = to_shmob_device(splane->base.dev);
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.h
14
struct shmob_drm_device;
drivers/gpu/drm/renesas/shmobile/shmob_drm_plane.h
16
struct drm_plane *shmob_drm_plane_create(struct shmob_drm_device *sdev,
drivers/gpu/drm/renesas/shmobile/shmob_drm_regs.h
278
static inline void lcdc_write_mirror(struct shmob_drm_device *sdev, u32 reg,
drivers/gpu/drm/renesas/shmobile/shmob_drm_regs.h
284
static inline void lcdc_write(struct shmob_drm_device *sdev, u32 reg, u32 data)
drivers/gpu/drm/renesas/shmobile/shmob_drm_regs.h
291
static inline u32 lcdc_read(struct shmob_drm_device *sdev, u32 reg)
drivers/gpu/drm/renesas/shmobile/shmob_drm_regs.h
296
static inline int lcdc_wait_bit(struct shmob_drm_device *sdev, u32 reg,