Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dvideo.h7 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
13 #define pgprot_framebuffer pgprot_framebuffer macro
/linux-6.12.1/arch/x86/include/asm/
Dvideo.h11 pgprot_t pgprot_framebuffer(pgprot_t prot,
14 #define pgprot_framebuffer pgprot_framebuffer macro
/linux-6.12.1/arch/m68k/include/asm/
Dvideo.h8 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
28 #define pgprot_framebuffer pgprot_framebuffer macro
/linux-6.12.1/arch/mips/include/asm/
Dvideo.h6 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
12 #define pgprot_framebuffer pgprot_framebuffer macro
/linux-6.12.1/include/asm-generic/
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-6.12.1/arch/sparc/include/asm/
Dvideo.h13 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
19 #define pgprot_framebuffer pgprot_framebuffer macro
/linux-6.12.1/arch/x86/video/
Dvideo-common.c16 pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer() function
26 EXPORT_SYMBOL(pgprot_framebuffer);
/linux-6.12.1/drivers/video/fbdev/core/
Dfb_io_fops.c164 vma->vm_page_prot = pgprot_framebuffer(vma->vm_page_prot, vma->vm_start, in fb_io_mmap()