Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dep93xx-fb.rst9 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
93 an argument. The fb_info and ep93xxfb_mach_info structures can be
98 struct ep93xxfb_mach_info *mach_info = pdev->dev.platform_data;
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dplatform.h15 struct ep93xxfb_mach_info;
29 void ep93xx_register_fb(struct ep93xxfb_mach_info *data);
H A Dsimone.c37 static struct ep93xxfb_mach_info __initdata simone_fb_info = {
H A Dsnappercl15.c128 static struct ep93xxfb_mach_info __initdata snappercl15_fb_info = {
H A Dvision_ep9307.c104 static struct ep93xxfb_mach_info ep93xxfb_info __initdata = {
H A Dedb93xx.c178 static struct ep93xxfb_mach_info __initdata edb93xxfb_info = {
H A Dcore.c519 static struct ep93xxfb_mach_info ep93xxfb_data;
556 void __init ep93xx_register_fb(struct ep93xxfb_mach_info *data) in ep93xx_register_fb()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dvideo-ep93xx.h38 struct ep93xxfb_mach_info { struct
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dep93xx-fb.c110 struct ep93xxfb_mach_info *mach_info;
463 struct ep93xxfb_mach_info *mach_info = dev_get_platdata(&pdev->dev); in ep93xxfb_probe()