Symbol: sharp_memory_device
drivers/gpu/drm/tiny/sharp-memory.c
147
static int sharp_memory_update_display(struct sharp_memory_device *smd,
drivers/gpu/drm/tiny/sharp-memory.c
174
static int sharp_memory_maintain_display(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
191
static int sharp_memory_clear_display(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
213
struct sharp_memory_device *smd = drm_to_sharp_memory_device(fb->dev);
drivers/gpu/drm/tiny/sharp-memory.c
228
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
231
smd = container_of(plane, struct sharp_memory_device, plane);
drivers/gpu/drm/tiny/sharp-memory.c
246
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
249
smd = container_of(plane, struct sharp_memory_device, plane);
drivers/gpu/drm/tiny/sharp-memory.c
283
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
307
struct sharp_memory_device *smd = data;
drivers/gpu/drm/tiny/sharp-memory.c
321
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
332
struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev);
drivers/gpu/drm/tiny/sharp-memory.c
362
struct sharp_memory_device *smd = drm_to_sharp_memory_device(connector->dev);
drivers/gpu/drm/tiny/sharp-memory.c
457
struct sharp_memory_device *smd,
drivers/gpu/drm/tiny/sharp-memory.c
500
static int sharp_memory_init_pwm_vcom_signal(struct sharp_memory_device *smd)
drivers/gpu/drm/tiny/sharp-memory.c
525
struct sharp_memory_device *smd;
drivers/gpu/drm/tiny/sharp-memory.c
542
struct sharp_memory_device, drm);
drivers/gpu/drm/tiny/sharp-memory.c
636
struct sharp_memory_device *smd = spi_get_drvdata(spi);
drivers/gpu/drm/tiny/sharp-memory.c
95
static inline struct sharp_memory_device *drm_to_sharp_memory_device(struct drm_device *drm)
drivers/gpu/drm/tiny/sharp-memory.c
97
return container_of(drm, struct sharp_memory_device, drm);