Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rt2x00soc.c File Reference
#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include "rt2x00.h"
#include "rt2x00soc.h"

Go to the source code of this file.

Functions

int rt2x00soc_probe (struct platform_device *pdev, const struct rt2x00_ops *ops)
 
 EXPORT_SYMBOL_GPL (rt2x00soc_probe)
 
int rt2x00soc_remove (struct platform_device *pdev)
 
 EXPORT_SYMBOL_GPL (rt2x00soc_remove)
 
 MODULE_AUTHOR (DRV_PROJECT)
 
 MODULE_VERSION (DRV_VERSION)
 
 MODULE_DESCRIPTION ("rt2x00 soc library")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL_GPL ( rt2x00soc_probe  )
EXPORT_SYMBOL_GPL ( rt2x00soc_remove  )
MODULE_AUTHOR ( DRV_PROJECT  )
MODULE_DESCRIPTION ( "rt2x00 soc library"  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( DRV_VERSION  )
int rt2x00soc_probe ( struct platform_device pdev,
const struct rt2x00_ops ops 
)

Definition at line 77 of file rt2x00soc.c.

int rt2x00soc_remove ( struct platform_device pdev)

Definition at line 120 of file rt2x00soc.c.