Lines Matching refs:dflow
2094 digiflow_t dflow; in pcxe_ioctl() local
2264 dflow.startc = bc->startc; in pcxe_ioctl()
2265 dflow.stopc = bc->stopc; in pcxe_ioctl()
2267 dflow.startc = bc->startca; in pcxe_ioctl()
2268 dflow.stopc = bc->stopca; in pcxe_ioctl()
2273 if (copy_to_user((char*)arg, &dflow, sizeof(dflow))) in pcxe_ioctl()
2287 if (copy_from_user(&dflow, (char*)arg, sizeof(dflow))) in pcxe_ioctl()
2290 if(dflow.startc != startc || dflow.stopc != stopc) { in pcxe_ioctl()
2295 ch->fepstartc = ch->startc = dflow.startc; in pcxe_ioctl()
2296 ch->fepstopc = ch->stopc = dflow.stopc; in pcxe_ioctl()
2299 ch->fepstartca = ch->startca = dflow.startc; in pcxe_ioctl()
2300 ch->fepstopca = ch->stopca = dflow.stopc; in pcxe_ioctl()