Searched refs:dflow (Results 1 – 2 of 2) sorted by relevance
2094 digiflow_t dflow; in pcxe_ioctl() local2264 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()[all …]
2956 digiflow_t dflow; in pc_ioctl() local3286 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()[all …]