Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
st5481_d.c File Reference
#include <linux/init.h>
#include <linux/gfp.h>
#include <linux/usb.h>
#include <linux/netdevice.h>
#include "st5481.h"

Go to the source code of this file.

Functions

void st5481_d_l2l1 (struct hisax_if *hisax_d_if, int pr, void *arg)
 
int st5481_setup_d (struct st5481_adapter *adapter)
 
void st5481_release_d (struct st5481_adapter *adapter)
 
int __init st5481_d_init (void)
 
void st5481_d_exit (void)
 

Function Documentation

void st5481_d_exit ( void  )

Definition at line 776 of file st5481_d.c.

int __init st5481_d_init ( void  )

Definition at line 747 of file st5481_d.c.

void st5481_d_l2l1 ( struct hisax_if hisax_d_if,
int  pr,
void arg 
)

Definition at line 587 of file st5481_d.c.

void st5481_release_d ( struct st5481_adapter adapter)

Definition at line 735 of file st5481_d.c.

int st5481_setup_d ( struct st5481_adapter adapter)

Definition at line 694 of file st5481_d.c.