Lines Matching refs:dflow
2956 digiflow_t dflow; in pc_ioctl() local
3286 dflow.startc = bc->startc; in pc_ioctl()
3287 dflow.stopc = bc->stopc; in pc_ioctl()
3291 dflow.startc = bc->startca; in pc_ioctl()
3292 dflow.stopc = bc->stopca; in pc_ioctl()
3297 if (copy_to_user((char*)arg, &dflow, sizeof(dflow))) in pc_ioctl()
3314 if (copy_from_user(&dflow, (char*)arg, sizeof(dflow))) in pc_ioctl()
3317 if (dflow.startc != startc || dflow.stopc != stopc) in pc_ioctl()
3324 ch->fepstartc = ch->startc = dflow.startc; in pc_ioctl()
3325 ch->fepstopc = ch->stopc = dflow.stopc; in pc_ioctl()
3330 ch->fepstartca = ch->startca = dflow.startc; in pc_ioctl()
3331 ch->fepstopca = ch->stopca = dflow.stopc; in pc_ioctl()