Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
bcma_driver Struct Reference

#include <bcma.h>

Data Fields

const charname
 
struct bcma_device_idid_table
 
int(* probe )(struct bcma_device *dev)
 
void(* remove )(struct bcma_device *dev)
 
int(* suspend )(struct bcma_device *dev)
 
int(* resume )(struct bcma_device *dev)
 
void(* shutdown )(struct bcma_device *dev)
 
struct device_driver drv
 

Detailed Description

Definition at line 204 of file bcma.h.

Field Documentation

Definition at line 214 of file bcma.h.

Definition at line 206 of file bcma.h.

const char* name

Definition at line 205 of file bcma.h.

int(* probe)(struct bcma_device *dev)

Definition at line 208 of file bcma.h.

void(* remove)(struct bcma_device *dev)

Definition at line 209 of file bcma.h.

int(* resume)(struct bcma_device *dev)

Definition at line 211 of file bcma.h.

void(* shutdown)(struct bcma_device *dev)

Definition at line 212 of file bcma.h.

int(* suspend)(struct bcma_device *dev)

Definition at line 210 of file bcma.h.


The documentation for this struct was generated from the following file: