Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/solomon/
H A Dssd130x.h77 u32 col_offset; member
H A Dssd130x.c500 ret = ssd130x_set_col_range(ssd130x, ssd130x->col_offset + x, width); in ssd130x_update_rect()
534 ssd130x->col_offset + x); in ssd130x_update_rect()
566 ret = ssd130x_set_col_range(ssd130x, ssd130x->col_offset, width); in ssd130x_clear_screen()
586 ssd130x->col_offset); in ssd130x_clear_screen()
953 if (device_property_read_u32(dev, "solomon,col-offset", &ssd130x->col_offset)) in ssd130x_parse_properties()
954 ssd130x->col_offset = 0; in ssd130x_parse_properties()
/openbmc/linux/drivers/video/fbdev/
H A Dssd1307fb.c77 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()
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-52356.patch32 img.col_offset = 0;