Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dppdev.c96 #define PP_CLAIMED (1<<0) macro
129 if (!(pp->flags & PP_CLAIMED)) { in pp_read()
208 if (!(pp->flags & PP_CLAIMED)) { in pp_write()
370 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
387 pp->flags |= PP_CLAIMED; in pp_do_ioctl()
429 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
440 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
459 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
468 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
513 if ((pp->flags & PP_CLAIMED) == 0) { in pp_do_ioctl()
[all …]