Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c618 #define ATSF_ZOMBIE 0x1 macro
1609 (strokep->flags & ATSF_ZOMBIE) ? "zomb:" : "", in fg_update_strokes()
1807 if (strokep->flags & ATSF_ZOMBIE) in atp_advance_stroke_state()
1808 strokep->flags &= ~ATSF_ZOMBIE; in atp_advance_stroke_state()
1966 if (strokep->flags & ATSF_ZOMBIE) in atp_terminate_stroke()
1975 strokep->flags |= ATSF_ZOMBIE; in atp_terminate_stroke()
2023 if ((strokep->flags & ATSF_ZOMBIE) == 0) in atp_reap_sibling_zombies()
2368 if (strokep->flags & ATSF_ZOMBIE) in atp_intr()
2388 if (strokep->flags & ATSF_ZOMBIE) in atp_intr()