Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dppdev.c89 #define PP_CLAIMED (1<<0) macro
117 if (!(pp->flags & PP_CLAIMED)) { in pp_read()
200 if (!(pp->flags & PP_CLAIMED)) { in pp_write()
339 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
356 pp->flags |= PP_CLAIMED; in pp_do_ioctl()
397 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
408 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
427 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
437 if (pp->flags & PP_CLAIMED) { in pp_do_ioctl()
487 if ((pp->flags & PP_CLAIMED) == 0) { in pp_do_ioctl()
[all …]