Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ipath_file_ops.c File Reference
#include <linux/pci.h>
#include <linux/poll.h>
#include <linux/cdev.h>
#include <linux/swap.h>
#include <linux/export.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/highmem.h>
#include <linux/io.h>
#include <linux/jiffies.h>
#include <linux/cpu.h>
#include <asm/pgtable.h>
#include "ipath_kernel.h"
#include "ipath_common.h"
#include "ipath_user_sdma.h"

Go to the source code of this file.

Functions

int ipath_cdev_init (int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp)
 
void ipath_cdev_cleanup (struct cdev **cdevp, struct device **devp)
 
int ipath_user_add (struct ipath_devdata *dd)
 
void ipath_user_remove (struct ipath_devdata *dd)
 

Function Documentation

void ipath_cdev_cleanup ( struct cdev **  cdevp,
struct device **  devp 
)

Definition at line 2511 of file ipath_file_ops.c.

int ipath_cdev_init ( int  minor,
char name,
const struct file_operations fops,
struct cdev **  cdevp,
struct device **  devp 
)

Definition at line 2489 of file ipath_file_ops.c.

int ipath_user_add ( struct ipath_devdata dd)

Definition at line 2562 of file ipath_file_ops.c.

void ipath_user_remove ( struct ipath_devdata dd)

Definition at line 2601 of file ipath_file_ops.c.