Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dppdev.h94 #define PP_FASTREAD (1<<3) macro
98 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/Linux-v4.19/drivers/char/
Dppdev.c160 if (pp->flags & PP_FASTREAD) in pp_read()