Searched refs:get_fb_unmapped_area (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/blackfin/kernel/ |
D | sys_bfin.c | 45 unsigned long get_fb_unmapped_area(struct file *filp, unsigned long orig_addr, in get_fb_unmapped_area() function 51 EXPORT_SYMBOL(get_fb_unmapped_area);
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pci_64.h | 70 #define get_pci_unmapped_area get_fb_unmapped_area
|
D | pgtable_64.h | 795 extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | pgtable.h | 103 extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
|
/linux-3.4.99/arch/sparc/kernel/ |
D | sys_sparc_64.c | 316 unsigned long get_fb_unmapped_area(struct file *filp, unsigned long orig_addr, unsigned long len, u… in get_fb_unmapped_area() function 361 EXPORT_SYMBOL(get_fb_unmapped_area);
|
/linux-3.4.99/drivers/video/ |
D | fbmem.c | 1473 .get_unmapped_area = get_fb_unmapped_area,
|