Symbol: pxafb_layer
drivers/video/fbdev/pxafb.c
612
static void overlay1fb_setup(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
622
static void overlay1fb_enable(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
632
static void overlay1fb_disable(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
653
static void overlay2fb_setup(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
676
static void overlay2fb_enable(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
695
static void overlay2fb_disable(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
731
struct pxafb_layer *ofb = container_of(info, struct pxafb_layer, fb);
drivers/video/fbdev/pxafb.c
749
struct pxafb_layer *ofb = container_of(info, struct pxafb_layer, fb);
drivers/video/fbdev/pxafb.c
766
struct pxafb_layer *ofb = container_of(info, struct pxafb_layer, fb);
drivers/video/fbdev/pxafb.c
815
static int overlayfb_check_video_memory(struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
842
struct pxafb_layer *ofb = container_of(info, struct pxafb_layer, fb);
drivers/video/fbdev/pxafb.c
875
static void init_pxafb_overlay(struct pxafb_info *fbi, struct pxafb_layer *ofb,
drivers/video/fbdev/pxafb.c
909
struct pxafb_layer *ofb)
drivers/video/fbdev/pxafb.c
940
struct pxafb_layer *ofb = &fbi->overlay[i];
drivers/video/fbdev/pxafb.c
972
struct pxafb_layer *ofb = &fbi->overlay[i];
drivers/video/fbdev/pxafb.h
160
struct pxafb_layer overlay[2];
drivers/video/fbdev/pxafb.h
84
struct pxafb_layer;
drivers/video/fbdev/pxafb.h
87
void (*enable)(struct pxafb_layer *);
drivers/video/fbdev/pxafb.h
88
void (*disable)(struct pxafb_layer *);
drivers/video/fbdev/pxafb.h
89
void (*setup)(struct pxafb_layer *);