Home
last modified time | relevance | path

Searched refs:st7920_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/sitronix/
H A Dst7920.c74 struct st7920_device { struct
113 static inline struct st7920_device *drm_to_st7920(struct drm_device *drm) in drm_to_st7920()
115 return container_of(drm, struct st7920_device, drm); in drm_to_st7920()
232 static void st7920_power_on(struct st7920_device *st7920, in st7920_power_on()
238 static void st7920_power_off(struct st7920_device *st7920, in st7920_power_off()
245 static void st7920_hw_reset(struct st7920_device *st7920) in st7920_hw_reset()
256 static int st7920_init(struct st7920_device *st7920) in st7920_init()
268 static int st7920_update_rect(struct st7920_device *st7920, in st7920_update_rect()
306 static void st7920_clear_screen(struct st7920_device *st7920, u8 *data_array) in st7920_clear_screen()
321 struct st7920_device *st7920 = drm_to_st7920(fb->dev); in st7920_fb_blit_rect()
[all …]