Home
last modified time | relevance | path

Searched refs:get_fb_unmapped_area (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/
Dsys_bfin.c45 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-4.1.27/arch/sparc/include/asm/
Dpci_64.h65 #define get_pci_unmapped_area get_fb_unmapped_area
Dpgtable_64.h999 unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
/linux-4.1.27/arch/blackfin/include/asm/
Dpgtable.h95 extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
/linux-4.1.27/arch/sparc/kernel/
Dsys_sparc_64.c214 unsigned long get_fb_unmapped_area(struct file *filp, unsigned long orig_addr, unsigned long len, u… in get_fb_unmapped_area() function
259 EXPORT_SYMBOL(get_fb_unmapped_area);
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c1507 .get_unmapped_area = get_fb_unmapped_area,