Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
procfs.c File Reference
#include <linux/string.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/parport.h>
#include <linux/ctype.h>
#include <linux/sysctl.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Functions

int parport_proc_register (struct parport *pp)
 
int parport_proc_unregister (struct parport *pp)
 
int parport_device_proc_register (struct pardevice *device)
 
int parport_device_proc_unregister (struct pardevice *device)
 

Function Documentation

int parport_device_proc_register ( struct pardevice device)

Definition at line 589 of file procfs.c.

int parport_device_proc_unregister ( struct pardevice device)

Definition at line 594 of file procfs.c.

int parport_proc_register ( struct parport pp)

Definition at line 579 of file procfs.c.

int parport_proc_unregister ( struct parport pp)

Definition at line 584 of file procfs.c.