Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/solomon/
Dssd130x.h74 u32 col_offset; member
Dssd130x.c465 ret = ssd130x_set_col_range(ssd130x, ssd130x->col_offset + x, width); in ssd130x_update_rect()
499 ssd130x->col_offset + x); in ssd130x_update_rect()
815 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties()
816 ssd130x->col_offset = 0; in ssd130x_parse_properties()
/Linux-v6.1/drivers/video/fbdev/
Dssd1307fb.c77 u32 col_offset; member
256 ret = ssd1307fb_set_col_range(par, par->col_offset + x, width); in ssd1307fb_update_rect()
686 if (device_property_read_u32(dev, "solomon,col-offset", &par->col_offset)) in ssd1307fb_probe()
687 par->col_offset = 0; in ssd1307fb_probe()