Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dssd1307fb.c43 struct ssd1307fb_ops { struct
52 struct ssd1307fb_ops *ops; argument
237 static struct fb_ops ssd1307fb_ops = { variable
295 static struct ssd1307fb_ops ssd1307fb_ssd1307_ops = {
429 static struct ssd1307fb_ops ssd1307fb_ssd1306_ops = {
471 par->ops = (struct ssd1307fb_ops *)of_match_device(ssd1307fb_of_match, in ssd1307fb_probe()
499 info->fbops = &ssd1307fb_ops; in ssd1307fb_probe()