Home
last modified time | relevance | path

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

/Linux-v5.4/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()
366 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
383 pp->flags |= PP_CLAIMED; in pp_do_ioctl()
425 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
436 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
455 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
464 if (pp->flags & PP_CLAIMED) in pp_do_ioctl()
509 if ((pp->flags & PP_CLAIMED) == 0) { in pp_do_ioctl()
[all …]