Lines Matching refs:ssd130x_device

157 static inline struct ssd130x_device *drm_to_ssd130x(struct drm_device *drm)  in drm_to_ssd130x()
159 return container_of(drm, struct ssd130x_device, drm); in drm_to_ssd130x()
165 static int ssd130x_write_data(struct ssd130x_device *ssd130x, u8 *values, int count) in ssd130x_write_data()
178 static int ssd130x_write_cmd(struct ssd130x_device *ssd130x, int count, in ssd130x_write_cmd()
201 static int ssd130x_set_col_range(struct ssd130x_device *ssd130x, in ssd130x_set_col_range()
219 static int ssd130x_set_page_range(struct ssd130x_device *ssd130x, in ssd130x_set_page_range()
238 static int ssd130x_set_page_pos(struct ssd130x_device *ssd130x, in ssd130x_set_page_pos()
257 static int ssd130x_pwm_enable(struct ssd130x_device *ssd130x) in ssd130x_pwm_enable()
281 static void ssd130x_reset(struct ssd130x_device *ssd130x) in ssd130x_reset()
293 static int ssd130x_power_on(struct ssd130x_device *ssd130x) in ssd130x_power_on()
318 static void ssd130x_power_off(struct ssd130x_device *ssd130x) in ssd130x_power_off()
326 static int ssd130x_init(struct ssd130x_device *ssd130x) in ssd130x_init()
450 static int ssd130x_update_rect(struct ssd130x_device *ssd130x, in ssd130x_update_rect()
553 static void ssd130x_clear_screen(struct ssd130x_device *ssd130x, in ssd130x_clear_screen()
602 struct ssd130x_device *ssd130x = drm_to_ssd130x(fb->dev); in ssd130x_fb_blit_rect()
634 struct ssd130x_device *ssd130x = drm_to_ssd130x(drm); in ssd130x_primary_plane_helper_atomic_check()
700 struct ssd130x_device *ssd130x = drm_to_ssd130x(drm); in ssd130x_primary_plane_helper_atomic_disable()
783 struct ssd130x_device *ssd130x = drm_to_ssd130x(crtc->dev); in ssd130x_crtc_helper_mode_valid()
819 struct ssd130x_device *ssd130x = drm_to_ssd130x(drm); in ssd130x_encoder_helper_atomic_enable()
845 struct ssd130x_device *ssd130x = drm_to_ssd130x(drm); in ssd130x_encoder_helper_atomic_disable()
865 struct ssd130x_device *ssd130x = drm_to_ssd130x(connector->dev); in ssd130x_connector_helper_get_modes()
919 struct ssd130x_device *ssd130x = bl_get_data(bdev); in ssd130x_update_bl()
940 static void ssd130x_parse_properties(struct ssd130x_device *ssd130x) in ssd130x_parse_properties()
988 static int ssd130x_init_modeset(struct ssd130x_device *ssd130x) in ssd130x_init_modeset()
1093 static int ssd130x_get_resources(struct ssd130x_device *ssd130x) in ssd130x_get_resources()
1110 struct ssd130x_device *ssd130x_probe(struct device *dev, struct regmap *regmap) in ssd130x_probe()
1112 struct ssd130x_device *ssd130x; in ssd130x_probe()
1118 struct ssd130x_device, drm); in ssd130x_probe()
1162 void ssd130x_remove(struct ssd130x_device *ssd130x) in ssd130x_remove()
1168 void ssd130x_shutdown(struct ssd130x_device *ssd130x) in ssd130x_shutdown()