Home
last modified time | relevance | path

Searched refs:pgprot_framebuffer (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/include/asm/
H A Dvideo.h11 pgprot_t pgprot_framebuffer(pgprot_t prot,
14 #define pgprot_framebuffer pgprot_framebuffer macro
/linux/arch/powerpc/include/asm/
H A Dvideo.h7 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
13 #define pgprot_framebuffer pgprot_framebuffer macro
/linux/arch/m68k/include/asm/
H A Dvideo.h8 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
28 #define pgprot_framebuffer pgprot_framebuffer macro
/linux/arch/mips/include/asm/
H A Dvideo.h6 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
12 #define pgprot_framebuffer pgprot_framebuffer macro
/linux/include/asm-generic/
H A Dvideo.h17 #ifndef pgprot_framebuffer
18 #define pgprot_framebuffer pgprot_framebuffer macro
19 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
/linux/arch/sparc/include/asm/
H A Dvideo.h13 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
19 #define pgprot_framebuffer pgprot_framebuffer macro
/linux/arch/x86/video/
H A Dvideo-common.c16 pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
26 EXPORT_SYMBOL(pgprot_framebuffer);
/linux/drivers/video/fbdev/core/
H A Dfb_io_fops.c165 vma->vm_page_prot = pgprot_framebuffer(vma->vm_page_prot, vma->vm_start, in fb_io_mmap()