Lines Matching refs:stopc
2162 ch->stopc = bc->stopc; in post_fep_init()
2796 if (ch->startc != ch->fepstartc || ch->stopc != ch->fepstopc) in epcaparam()
2799 ch->fepstopc = ch->stopc; in epcaparam()
2960 unsigned char startc, stopc; in pc_ioctl() local
3287 dflow.stopc = bc->stopc; in pc_ioctl()
3292 dflow.stopc = bc->stopca; in pc_ioctl()
3306 stopc = ch->stopc; in pc_ioctl()
3311 stopc = ch->stopca; in pc_ioctl()
3317 if (dflow.startc != startc || dflow.stopc != stopc) in pc_ioctl()
3325 ch->fepstopc = ch->stopc = dflow.stopc; in pc_ioctl()
3331 ch->fepstopca = ch->stopca = dflow.stopc; in pc_ioctl()