Symbol: sharp_memory_device
drivers/gpu/drm/tiny/sharp-memory.c
148
static int sharp_memory_update_display(struct sharp_memory_device *smd,
drivers/gpu/drm/tiny/sharp-memory.c
175
static int sharp_memory_maintain_display(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
192
static int sharp_memory_clear_display(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
214
struct sharp_memory_device *smd = drm_to_sharp_memory_device(fb->dev);
drivers/gpu/drm/tiny/sharp-memory.c
229
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
232
smd = container_of(plane, struct sharp_memory_device, plane);
drivers/gpu/drm/tiny/sharp-memory.c
247
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
250
smd = container_of(plane, struct sharp_memory_device, plane);
drivers/gpu/drm/tiny/sharp-memory.c
284
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
308
struct sharp_memory_device *smd = data;
drivers/gpu/drm/tiny/sharp-memory.c
322
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
333
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
363
struct sharp_memory_device *smd = drm_to_sharp_memory_device(connector->dev);
drivers/gpu/drm/tiny/sharp-memory.c
458
struct sharp_memory_device *smd,
drivers/gpu/drm/tiny/sharp-memory.c
501
static int sharp_memory_init_pwm_vcom_signal(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
526
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
543
struct sharp_memory_device, drm);
drivers/gpu/drm/tiny/sharp-memory.c
637
struct sharp_memory_device *smd = spi_get_drvdata(spi);
drivers/gpu/drm/tiny/sharp-memory.c
96
static inline struct sharp_memory_device *drm_to_sharp_memory_device(struct drm_device *drm)
drivers/gpu/drm/tiny/sharp-memory.c
98
return container_of(drm, struct sharp_memory_device, drm);