Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppdev.h93 #define PP_FASTREAD (1<<3) macro
97 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/linux-4.4.14/drivers/char/
Dppdev.c150 if (pp->flags & PP_FASTREAD) { in pp_read()