Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A 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()
555 pp->flags &= ~PP_CLAIMED; in pp_do_ioctl()
[all …]