Searched defs:ssd1307fb_ops (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Dssd1307fb.c43 struct ssd1307fb_ops { struct
52 struct ssd1307fb_ops *ops;
254 static struct fb_ops ssd1307fb_ops = { variable in typeref:struct:fb_ops
312 static struct ssd1307fb_ops ssd1307fb_ssd1307_ops = {
407 static struct ssd1307fb_ops ssd1307fb_ssd1306_ops = {
449 par->ops = (struct ssd1307fb_ops *)of_match_device(ssd1307fb_of_match,
477 info->fbops = &ssd1307fb_ops;

Completed in 68 milliseconds