Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ni_tiocmd.c File Reference
#include "comedi_fc.h"
#include "ni_tio_internal.h"
#include "mite.h"

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Comedi <[email protected]>")
 
 MODULE_DESCRIPTION ("Comedi command support for NI general-purpose counters")
 
 MODULE_LICENSE ("GPL")
 
int ni_tio_cmd (struct ni_gpct *counter, struct comedi_async *async)
 
 EXPORT_SYMBOL_GPL (ni_tio_cmd)
 
int ni_tio_cmdtest (struct ni_gpct *counter, struct comedi_cmd *cmd)
 
 EXPORT_SYMBOL_GPL (ni_tio_cmdtest)
 
int ni_tio_cancel (struct ni_gpct *counter)
 
 EXPORT_SYMBOL_GPL (ni_tio_cancel)
 
void ni_tio_acknowledge_and_confirm (struct ni_gpct *counter, int *gate_error, int *tc_error, int *perm_stale_data, int *stale_data)
 
 EXPORT_SYMBOL_GPL (ni_tio_acknowledge_and_confirm)
 
void ni_tio_handle_interrupt (struct ni_gpct *counter, struct comedi_subdevice *s)
 
 EXPORT_SYMBOL_GPL (ni_tio_handle_interrupt)
 
void ni_tio_set_mite_channel (struct ni_gpct *counter, struct mite_channel *mite_chan)
 
 EXPORT_SYMBOL_GPL (ni_tio_set_mite_channel)
 
 module_init (ni_tiocmd_init_module)
 
 module_exit (ni_tiocmd_cleanup_module)
 

Function Documentation

EXPORT_SYMBOL_GPL ( ni_tio_cmd  )
EXPORT_SYMBOL_GPL ( ni_tio_cmdtest  )
EXPORT_SYMBOL_GPL ( ni_tio_cancel  )
EXPORT_SYMBOL_GPL ( ni_tio_acknowledge_and_confirm  )
EXPORT_SYMBOL_GPL ( ni_tio_handle_interrupt  )
EXPORT_SYMBOL_GPL ( ni_tio_set_mite_channel  )
MODULE_AUTHOR ( "Comedi <[email protected]>"  )
MODULE_DESCRIPTION ( "Comedi command support for NI general-purpose counters"  )
module_exit ( ni_tiocmd_cleanup_module  )
module_init ( ni_tiocmd_init_module  )
MODULE_LICENSE ( "GPL"  )
void ni_tio_acknowledge_and_confirm ( struct ni_gpct counter,
int gate_error,
int tc_error,
int perm_stale_data,
int stale_data 
)

Definition at line 368 of file ni_tiocmd.c.

int ni_tio_cancel ( struct ni_gpct counter)

Definition at line 318 of file ni_tiocmd.c.

int ni_tio_cmd ( struct ni_gpct counter,
struct comedi_async async 
)

Definition at line 214 of file ni_tiocmd.c.

int ni_tio_cmdtest ( struct ni_gpct counter,
struct comedi_cmd cmd 
)

Definition at line 238 of file ni_tiocmd.c.

void ni_tio_handle_interrupt ( struct ni_gpct counter,
struct comedi_subdevice s 
)

Definition at line 439 of file ni_tiocmd.c.

void ni_tio_set_mite_channel ( struct ni_gpct counter,
struct mite_channel mite_chan 
)

Definition at line 486 of file ni_tiocmd.c.