21 #ifndef _COBALT_RTDM_ANALOGY_INSTRUCTION_H 22 #define _COBALT_RTDM_ANALOGY_INSTRUCTION_H 24 struct a4l_kernel_instruction {
26 unsigned int idx_subd;
27 unsigned int chan_desc;
28 unsigned int data_size;
33 struct a4l_kernel_instruction_list {
35 struct a4l_kernel_instruction *insns;
42 int a4l_ioctl_insnlist(
struct a4l_device_context * cxt,
void *arg);
43 int a4l_ioctl_insn(
struct a4l_device_context * cxt,
void *arg);
Structure describing the synchronous instruction.
Definition: analogy.h:680