Searched refs:col_offset (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/solomon/ |
D | ssd130x.h | 77 u32 col_offset; member
|
D | ssd130x.c | 500 ret = ssd130x_set_col_range(ssd130x, ssd130x->col_offset + x, width); in ssd130x_update_rect() 534 ssd130x->col_offset + x); in ssd130x_update_rect() 922 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties() 923 ssd130x->col_offset = 0; in ssd130x_parse_properties()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | ssd1307fb.c | 77 u32 col_offset; member 256 ret = ssd1307fb_set_col_range(par, par->col_offset + x, width); in ssd1307fb_update_rect() 642 if (device_property_read_u32(dev, "solomon,col-offset", &par->col_offset)) in ssd1307fb_probe() 643 par->col_offset = 0; in ssd1307fb_probe()
|