Lines Matching refs:device_info
306 if (ssd130x->device_info->need_pwm) { in ssd130x_power_on()
412 if (ssd130x->device_info->need_chargepump) in ssd130x_init()
461 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_update_rect()
572 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_fb_blit_rect()
606 unsigned int page_height = ssd130x->device_info->page_height; in ssd130x_primary_plane_helper_atomic_check()
914 ssd130x->width = ssd130x->device_info->default_width; in ssd130x_parse_properties()
917 ssd130x->height = ssd130x->device_info->default_height; in ssd130x_parse_properties()
948 ssd130x->vcomh = ssd130x->device_info->default_vcomh; in ssd130x_parse_properties()
952 ssd130x->dclk_div = ssd130x->device_info->default_dclk_div; in ssd130x_parse_properties()
954 ssd130x->dclk_frq = ssd130x->device_info->default_dclk_frq; in ssd130x_parse_properties()
1096 ssd130x->device_info = device_get_match_data(dev); in ssd130x_probe()
1098 if (ssd130x->device_info->page_mode_only) in ssd130x_probe()