Symbol: pxafb_mach_info
arch/arm/mach-pxa/am200epd.c
87
static struct pxafb_mach_info am200_fb_info = {
arch/arm/mach-pxa/devices.c
153
void __init pxa_set_fb_info(struct device *parent, struct pxafb_mach_info *info)
arch/arm/mach-pxa/spitz.c
815
static struct pxafb_mach_info spitz_pxafb_info = {
drivers/video/fbdev/pxafb.c
1221
struct pxafb_mach_info *inf = fbi->inf;
drivers/video/fbdev/pxafb.c
1249
struct pxafb_mach_info *inf = fbi->inf;
drivers/video/fbdev/pxafb.c
1714
struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
1779
struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
1841
struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
1899
struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
1999
struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
2048
static void pxafb_check_options(struct device *dev, struct pxafb_mach_info *inf)
drivers/video/fbdev/pxafb.c
2087
struct pxafb_mach_info *info, u32 bus_width)
drivers/video/fbdev/pxafb.c
2156
struct pxafb_mach_info *info)
drivers/video/fbdev/pxafb.c
2192
static struct pxafb_mach_info *of_pxafb_of_mach_info(struct device *dev)
drivers/video/fbdev/pxafb.c
2195
struct pxafb_mach_info *info;
drivers/video/fbdev/pxafb.c
2214
static struct pxafb_mach_info *of_pxafb_of_mach_info(struct device *dev)
drivers/video/fbdev/pxafb.c
2223
struct pxafb_mach_info *inf, *pdata;
drivers/video/fbdev/pxafb.c
369
static struct pxafb_mode_info *pxafb_getmode(struct pxafb_mach_info *mach,
drivers/video/fbdev/pxafb.c
465
struct pxafb_mach_info *inf = fbi->inf;
drivers/video/fbdev/pxafb.h
173
struct pxafb_mach_info *inf;
include/linux/platform_data/video-pxafb.h
152
void pxa_set_fb_info(struct device *, struct pxafb_mach_info *);