Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wl_pci.c File Reference
#include <wireless/wl_version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/ptrace.h>
#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/in.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/bitops.h>
#include <asm/uaccess.h>
#include <linux/ethtool.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/if_arp.h>
#include <linux/ioport.h>
#include <hcf/debug.h>
#include <hcf.h>
#include <dhf.h>
#include <hcfdef.h>
#include <wireless/wl_if.h>
#include <wireless/wl_internal.h>
#include <wireless/wl_util.h>
#include <wireless/wl_main.h>
#include <wireless/wl_netdev.h>
#include <wireless/wl_pci.h>

Go to the source code of this file.

Macros

#define REG_OFFSET   0x01F4
 
#define BIT15   0x8000
 

Functions

 MODULE_DEVICE_TABLE (pci, wl_pci_tbl)
 
int __devinit wl_pci_probe (struct pci_dev *pdev, const struct pci_device_id *ent)
 
void __devexit wl_pci_remove (struct pci_dev *pdev)
 
int wl_pci_setup (struct pci_dev *pdev)
 
void wl_pci_enable_cardbus_interrupts (struct pci_dev *pdev)
 
int wl_adapter_init_module (void)
 
void wl_adapter_cleanup_module (void)
 
int wl_adapter_insert (struct net_device *dev)
 
int wl_adapter_open (struct net_device *dev)
 
int wl_adapter_close (struct net_device *dev)
 
int wl_adapter_is_open (struct net_device *dev)
 

Macro Definition Documentation

#define BIT15   0x8000
#define REG_OFFSET   0x01F4

Function Documentation

MODULE_DEVICE_TABLE ( pci  ,
wl_pci_tbl   
)
void wl_adapter_cleanup_module ( void  )

Definition at line 224 of file wl_pci.c.

int wl_adapter_close ( struct net_device dev)

Definition at line 337 of file wl_pci.c.

int wl_adapter_init_module ( void  )

Definition at line 190 of file wl_pci.c.

int wl_adapter_insert ( struct net_device dev)

Definition at line 257 of file wl_pci.c.

int wl_adapter_is_open ( struct net_device dev)

Definition at line 369 of file wl_pci.c.

int wl_adapter_open ( struct net_device dev)

Definition at line 298 of file wl_pci.c.

void wl_pci_enable_cardbus_interrupts ( struct pci_dev pdev)

Definition at line 609 of file wl_pci.c.

int __devinit wl_pci_probe ( struct pci_dev pdev,
const struct pci_device_id ent 
)

Definition at line 402 of file wl_pci.c.

void __devexit wl_pci_remove ( struct pci_dev pdev)

Definition at line 439 of file wl_pci.c.

int wl_pci_setup ( struct pci_dev pdev)

Definition at line 492 of file wl_pci.c.