Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
hwprobe.c File Reference
#include <linux/netdevice.h>
#include <linux/hdlc.h>
#include <linux/if_arp.h>
#include <asm/uaccess.h>
#include <linux/rtnetlink.h>
#include <linux/pci.h>
#include "pmcc4_sysdep.h"
#include "sbecom_inline_linux.h"
#include "libsbew.h"
#include "pmcc4_private.h"
#include "pmcc4.h"
#include "pmcc4_ioctls.h"
#include "pmc93x6_eeprom.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define STATIC   static
 

Functions

void c4_stopwd (ci_t *)
 
struct net_device *__init c4_add_dev (hdw_info_t *, int, unsigned long, unsigned long, int, int)
 
void __init show_two (hdw_info_t *hi, int brdno)
 
void __init hdw_sn_get (hdw_info_t *hi, int brdno)
 
void __init prep_hdw_info (void)
 
void cleanup_ioremap (void)
 
void cleanup_devs (void)
 
STATIC int __init c4_hdw_init (struct pci_dev *pdev, int found)
 
status_t __init c4hw_attach_all (void)
 

Variables

int cxt1e1_log_level
 
int error_flag
 
int drvr_state
 
struct s_hdw_info hdw_info [MAX_BOARDS]
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 15 of file hwprobe.c.

#define STATIC   static

Definition at line 37 of file hwprobe.c.

Function Documentation

struct net_device* __init c4_add_dev ( hdw_info_t ,
int  ,
unsigned  long,
unsigned  long,
int  ,
int   
)
read

Definition at line 955 of file linux.c.

STATIC int __init c4_hdw_init ( struct pci_dev pdev,
int  found 
)

Definition at line 225 of file hwprobe.c.

void c4_stopwd ( ci_t )

Definition at line 1469 of file pmcc4_drv.c.

status_t __init c4hw_attach_all ( void  )

Definition at line 299 of file hwprobe.c.

void cleanup_devs ( void  )

Definition at line 201 of file hwprobe.c.

void cleanup_ioremap ( void  )

Definition at line 175 of file hwprobe.c.

void __init hdw_sn_get ( hdw_info_t hi,
int  brdno 
)

Definition at line 105 of file hwprobe.c.

void __init prep_hdw_info ( void  )

Definition at line 155 of file hwprobe.c.

void __init show_two ( hdw_info_t hi,
int  brdno 
)

Definition at line 53 of file hwprobe.c.

Variable Documentation

int cxt1e1_log_level

Definition at line 112 of file linux.c.

int drvr_state

Definition at line 79 of file pmcc4_drv.c.

int error_flag

Definition at line 111 of file linux.c.

Definition at line 49 of file hwprobe.c.