Linux Kernel
3.7.1
|
#include "hwdrv_apci3120.h"
Go to the source code of this file.
int i_APCI3120_CommandAnalogInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s | ||
) |
Definition at line 605 of file hwdrv_apci3120.c.
int i_APCI3120_CommandTestAnalogInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_cmd * | cmd | ||
) |
Definition at line 478 of file hwdrv_apci3120.c.
int i_APCI3120_CyclicAnalogInput | ( | int | mode, |
struct comedi_device * | dev, | ||
struct comedi_subdevice * | s | ||
) |
Definition at line 678 of file hwdrv_apci3120.c.
int i_APCI3120_ExttrigDisable | ( | struct comedi_device * | dev | ) |
Definition at line 1380 of file hwdrv_apci3120.c.
int i_APCI3120_ExttrigEnable | ( | struct comedi_device * | dev | ) |
Definition at line 1355 of file hwdrv_apci3120.c.
int i_APCI3120_InsnBitsDigitalInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2340 of file hwdrv_apci3120.c.
int i_APCI3120_InsnBitsDigitalOutput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2424 of file hwdrv_apci3120.c.
int i_APCI3120_InsnConfigAnalogInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 77 of file hwdrv_apci3120.c.
int i_APCI3120_InsnConfigDigitalOutput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2379 of file hwdrv_apci3120.c.
int i_APCI3120_InsnConfigTimer | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 1879 of file hwdrv_apci3120.c.
int i_APCI3120_InsnReadAnalogInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 146 of file hwdrv_apci3120.c.
int i_APCI3120_InsnReadDigitalInput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2294 of file hwdrv_apci3120.c.
int i_APCI3120_InsnReadTimer | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2221 of file hwdrv_apci3120.c.
int i_APCI3120_InsnWriteAnalogOutput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2556 of file hwdrv_apci3120.c.
int i_APCI3120_InsnWriteDigitalOutput | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2477 of file hwdrv_apci3120.c.
int i_APCI3120_InsnWriteTimer | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
struct comedi_insn * | insn, | ||
unsigned int * | data | ||
) |
Definition at line 2037 of file hwdrv_apci3120.c.
int i_APCI3120_InterruptHandleEos | ( | struct comedi_device * | dev | ) |
Definition at line 1625 of file hwdrv_apci3120.c.
int i_APCI3120_Reset | ( | struct comedi_device * | dev | ) |
Definition at line 1212 of file hwdrv_apci3120.c.
int i_APCI3120_SetupChannelList | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
int | n_chan, | ||
unsigned int * | chanlist, | ||
char | check | ||
) |
Definition at line 1292 of file hwdrv_apci3120.c.
int i_APCI3120_StopCyclicAcquisition | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s | ||
) |
Definition at line 408 of file hwdrv_apci3120.c.
Definition at line 1414 of file hwdrv_apci3120.c.
Definition at line 1667 of file hwdrv_apci3120.c.
void v_APCI3120_InterruptDmaMoveBlock16bit | ( | struct comedi_device * | dev, |
struct comedi_subdevice * | s, | ||
short * | dma_buffer, | ||
unsigned int | num_samples | ||
) |
Definition at line 1837 of file hwdrv_apci3120.c.