Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt9 static struct ep93xxfb_mach_info some_board_fb_info = {
29 The ep93xxfb_mach_info structure for your board should look like the
32 static struct ep93xxfb_mach_info some_board_fb_info = {
48 The ep93xxfb_mach_info structure has a flags field which can be used
89 an argument. The fb_info and ep93xxfb_mach_info structures can be
94 struct ep93xxfb_mach_info *mach_info = pdev->dev.platform_data;
/linux-4.1.27/arch/arm/mach-ep93xx/include/mach/
Dplatform.h14 struct ep93xxfb_mach_info;
43 void ep93xx_register_fb(struct ep93xxfb_mach_info *data);
/linux-4.1.27/include/linux/platform_data/
Dvideo-ep93xx.h40 struct ep93xxfb_mach_info { struct
/linux-4.1.27/arch/arm/mach-ep93xx/
Dsimone.c37 static struct ep93xxfb_mach_info __initdata simone_fb_info = {
Dsnappercl15.c146 static struct ep93xxfb_mach_info __initdata snappercl15_fb_info = {
Dvision_ep9307.c106 static struct ep93xxfb_mach_info ep93xxfb_info __initdata = {
Dedb93xx.c207 static struct ep93xxfb_mach_info __initdata edb93xxfb_info = {
Dcore.c615 static struct ep93xxfb_mach_info ep93xxfb_data;
652 void __init ep93xx_register_fb(struct ep93xxfb_mach_info *data) in ep93xx_register_fb()
/linux-4.1.27/drivers/video/fbdev/
Dep93xx-fb.c114 struct ep93xxfb_mach_info *mach_info;
422 static int ep93xxfb_calc_fbsize(struct ep93xxfb_mach_info *mach_info) in ep93xxfb_calc_fbsize()
490 struct ep93xxfb_mach_info *mach_info = dev_get_platdata(&pdev->dev); in ep93xxfb_probe()