Re: [PATCH 10/15] staging: comedi: tio: implement global tio/ctr routing

2016-11-10 Thread Ian Abbott
On 12/10/16 12:05, Spencer E. Olson wrote: Adds ability to use device-global names in command args, in particular cmd->start_arg (for NI_CtrArmStartTrigger), and cmd->scan_begin_arg or cmd->convert_arg (either is used to specify NI_CtrGate, with preference given to cmd->scan_begin_arg, if it is s

[PATCH 10/15] staging: comedi: tio: implement global tio/ctr routing

2016-10-12 Thread Spencer E. Olson
Adds ability to use device-global names in command args, in particular cmd->start_arg (for NI_CtrArmStartTrigger), and cmd->scan_begin_arg or cmd->convert_arg (either is used to specify NI_CtrGate, with preference given to cmd->scan_begin_arg, if it is set). The actual arguments of cmd->start_arg