Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dppdev.h97 #define PP_FASTREAD (1<<3) macro
101 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/Linux-v5.10/drivers/char/
Dppdev.c156 if (pp->flags & PP_FASTREAD) in pp_read()