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

Go to the source code of this file.

Functions

int atm_dev_ioctl (unsigned int cmd, void __user *arg, int compat)
 
int atm_register_sysfs (struct atm_dev *adev, struct device *parent)
 
void atm_unregister_sysfs (struct atm_dev *adev)
 

Variables

struct list_head atm_devs
 
struct mutex atm_dev_mutex
 

Function Documentation

int atm_dev_ioctl ( unsigned int  cmd,
void __user arg,
int  compat 
)

Definition at line 195 of file resources.c.

int atm_register_sysfs ( struct atm_dev adev,
struct device parent 
)

Definition at line 156 of file atm_sysfs.c.

void atm_unregister_sysfs ( struct atm_dev adev)

Definition at line 185 of file atm_sysfs.c.

Variable Documentation

struct mutex atm_dev_mutex
struct list_head atm_devs