Searched refs:mdp_device (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/mach-msm/include/mach/ |
D | msm_fb.h | 115 struct mdp_device { struct 117 void (*dma)(struct mdp_device *mpd, uint32_t addr, argument 120 void (*dma_wait)(struct mdp_device *mdp); argument 121 int (*blit)(struct mdp_device *mdp, struct fb_info *fb, argument 123 void (*set_grp_disp)(struct mdp_device *mdp, uint32_t disp_id); argument
|
/linux-2.6.39/drivers/video/msm/ |
D | mdp.c | 171 void mdp_dma_wait(struct mdp_device *mdp_dev) in mdp_dma_wait() 243 void mdp_dma(struct mdp_device *mdp_dev, uint32_t addr, uint32_t stride, in mdp_dma() 280 int mdp_blit(struct mdp_device *mdp_dev, struct fb_info *fb, in mdp_blit() 364 void mdp_set_grp_disp(struct mdp_device *mdp_dev, unsigned disp_id) in mdp_set_grp_disp()
|
D | mdp_hw.h | 22 struct mdp_device mdp_dev; 27 struct mdp_device;
|
D | msm_fb.c | 60 struct mdp_device *mdp; 616 mdp = container_of(dev, struct mdp_device, dev); in msmfb_add_mdp_device()
|