Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
mscan.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/if_ether.h>
#include <linux/list.h>
#include <linux/can/dev.h>
#include <linux/can/error.h>
#include <linux/io.h>
#include "mscan.h"

Go to the source code of this file.

Data Structures

struct  mscan_state
 

Functions

int register_mscandev (struct net_device *dev, int mscan_clksrc)
 
void unregister_mscandev (struct net_device *dev)
 
struct net_devicealloc_mscandev (void)
 
 MODULE_AUTHOR ("Andrey Volkov <[email protected]>")
 
 MODULE_LICENSE ("GPL v2")
 
 MODULE_DESCRIPTION ("CAN port driver for a MSCAN based chips")
 

Function Documentation

struct net_device* alloc_mscandev ( void  )
read

Definition at line 689 of file mscan.c.

MODULE_AUTHOR ( "Andrey Volkov <[email protected]>"  )
MODULE_DESCRIPTION ( "CAN port driver for a MSCAN based chips )
MODULE_LICENSE ( "GPL v2 )
int register_mscandev ( struct net_device dev,
int  mscan_clksrc 
)

Definition at line 641 of file mscan.c.

void unregister_mscandev ( struct net_device dev)

Definition at line 680 of file mscan.c.