Home
last modified time | relevance | path

Searched refs:PP_FASTREAD (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dppdev.h40 #define PP_FASTREAD (1<<3) macro
42 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/kernel/linux/linux-5.10/include/uapi/linux/
Dppdev.h97 #define PP_FASTREAD (1<<3) macro
101 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dppdev.h55 #define PP_FASTREAD (1 << 3) macro
57 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/kernel/linux/linux-5.10/drivers/char/
Dppdev.c156 if (pp->flags & PP_FASTREAD) in pp_read()