Home
last modified time | relevance | path

Searched refs:fb_pgprotect (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dfb.h9 void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off);
10 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/arch/powerpc/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
16 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/arch/m68k/include/asm/
Dfb.h10 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
27 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/arch/mips/include/asm/
Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
13 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/include/asm-generic/
Dfb.h17 #ifndef fb_pgprotect
18 #define fb_pgprotect fb_pgprotect macro
19 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v6.6/arch/sparc/include/asm/
Dfb.h12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
15 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/arch/ia64/include/asm/
Dfb.h13 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
21 #define fb_pgprotect fb_pgprotect macro
/Linux-v6.6/arch/x86/video/
Dfbdev.c16 void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) in fb_pgprotect() function
25 EXPORT_SYMBOL(fb_pgprotect);
/Linux-v6.6/drivers/video/fbdev/core/
Dfb_chrdev.c368 fb_pgprotect(file, vma, start); in fb_mmap()