Linux Kernel
3.7.1
|
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) | |
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_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.
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.