Lines Matching refs:sharp_memory_device

57 struct sharp_memory_device {  struct
96 static inline struct sharp_memory_device *drm_to_sharp_memory_device(struct drm_device *drm) in drm_to_sharp_memory_device() argument
98 return container_of(drm, struct sharp_memory_device, drm); in drm_to_sharp_memory_device()
149 static int sharp_memory_update_display(struct sharp_memory_device *smd, in sharp_memory_update_display()
175 static int sharp_memory_maintain_display(struct sharp_memory_device *smd) in sharp_memory_maintain_display()
192 static int sharp_memory_clear_display(struct sharp_memory_device *smd) in sharp_memory_clear_display()
213 struct sharp_memory_device *smd = drm_to_sharp_memory_device(fb->dev); in sharp_memory_fb_dirty()
228 struct sharp_memory_device *smd; in sharp_memory_plane_atomic_check()
231 smd = container_of(plane, struct sharp_memory_device, plane); in sharp_memory_plane_atomic_check()
246 struct sharp_memory_device *smd; in sharp_memory_plane_atomic_update()
249 smd = container_of(plane, struct sharp_memory_device, plane); in sharp_memory_plane_atomic_update()
285 struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev); in sharp_memory_crtc_mode_valid()
309 struct sharp_memory_device *smd = data; in sharp_memory_sw_vcom_signal_thread()
323 struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev); in sharp_memory_crtc_enable()
334 struct sharp_memory_device *smd = drm_to_sharp_memory_device(crtc->dev); in sharp_memory_crtc_disable()
364 struct sharp_memory_device *smd = drm_to_sharp_memory_device(connector->dev); in sharp_memory_connector_get_modes()
459 struct sharp_memory_device *smd, in sharp_memory_pipe_init()
502 static int sharp_memory_init_pwm_vcom_signal(struct sharp_memory_device *smd) in sharp_memory_init_pwm_vcom_signal()
527 struct sharp_memory_device *smd; in sharp_memory_probe()
544 struct sharp_memory_device, drm); in sharp_memory_probe()
638 struct sharp_memory_device *smd = spi_get_drvdata(spi); in sharp_memory_remove()