Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
comedi_internal.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

int do_rangeinfo_ioctl (struct comedi_device *dev, struct comedi_rangeinfo __user *arg)
 
int insn_inval (struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data)
 
int comedi_alloc_board_minor (struct device *hardware_device)
 
void comedi_free_board_minor (unsigned minor)
 
int comedi_find_board_minor (struct device *hardware_device)
 
void comedi_reset_async_buf (struct comedi_async *async)
 
int comedi_buf_alloc (struct comedi_device *dev, struct comedi_subdevice *s, unsigned long new_size)
 

Variables

unsigned int comedi_default_buf_size_kb
 
unsigned int comedi_default_buf_maxsize_kb
 
bool comedi_autoconfig
 
struct comedi_drivercomedi_drivers
 

Function Documentation

int comedi_alloc_board_minor ( struct device hardware_device)

Definition at line 2393 of file comedi_fops.c.

int comedi_buf_alloc ( struct comedi_device dev,
struct comedi_subdevice s,
unsigned long  new_size 
)

Definition at line 438 of file drivers.c.

int comedi_find_board_minor ( struct device hardware_device)

Definition at line 2458 of file comedi_fops.c.

void comedi_free_board_minor ( unsigned  minor)

Definition at line 2434 of file comedi_fops.c.

void comedi_reset_async_buf ( struct comedi_async async)

Definition at line 817 of file drivers.c.

int do_rangeinfo_ioctl ( struct comedi_device dev,
struct comedi_rangeinfo __user arg 
)

Definition at line 54 of file range.c.

int insn_inval ( struct comedi_device dev,
struct comedi_subdevice s,
struct comedi_insn insn,
unsigned int data 
)

Definition at line 395 of file drivers.c.

Variable Documentation

bool comedi_autoconfig

Definition at line 66 of file comedi_fops.c.

unsigned int comedi_default_buf_maxsize_kb

Definition at line 84 of file comedi_fops.c.

unsigned int comedi_default_buf_size_kb

Definition at line 77 of file comedi_fops.c.

struct comedi_driver* comedi_drivers

Definition at line 57 of file drivers.c.