Searched refs:CHN_F_TRIGGERED (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dchannel.h349 #define CHN_F_TRIGGERED 0x00000008 macro
422 #define CHN_STARTED(c) ((c)->flags & CHN_F_TRIGGERED)
H A Dchannel.c717 c->flags |= CHN_F_TRIGGERED;
906 if (!(c->flags & (CHN_F_MMAP | CHN_F_TRIGGERED))) {
940 c->flags &= ~CHN_F_TRIGGERED;
974 c->flags &= ~CHN_F_TRIGGERED;
1743 if ((c->flags & (CHN_F_MMAP | CHN_F_TRIGGERED)) ||
H A Ddsp.c1754 if (wrch->flags & CHN_F_TRIGGERED)
1760 if (rdch->flags & CHN_F_TRIGGERED)

Completed in 66 milliseconds