Home
last modified time | relevance | path

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

/linux-6.12.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()
378 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
395 pp->flags |= PP_CLAIMED; in pp_do_ioctl()
437 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
448 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
467 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
476 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
521 if ((pp->flags & PP_CLAIMED) == 0) { in pp_do_ioctl()
[all …]