Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dppdev.c92 #define PP_CLAIMED (1<<0) macro
125 if (!(pp->flags & PP_CLAIMED)) { in pp_read()
204 if (!(pp->flags & PP_CLAIMED)) { in pp_write()
371 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
388 pp->flags |= PP_CLAIMED; in pp_do_ioctl()
430 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
441 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
460 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
469 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
514 if ((pp->flags & PP_CLAIMED) == 0) { in pp_do_ioctl()
[all …]