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

#include <bus.h>

Data Fields

struct device_driver drv
 
int(* probe )(struct amba_device *, const struct amba_id *)
 
int(* remove )(struct amba_device *)
 
void(* shutdown )(struct amba_device *)
 
int(* suspend )(struct amba_device *, pm_message_t)
 
int(* resume )(struct amba_device *)
 
struct amba_idid_table
 

Detailed Description

Definition at line 38 of file bus.h.

Field Documentation

Definition at line 39 of file bus.h.

struct amba_id* id_table

Definition at line 45 of file bus.h.

Definition at line 40 of file bus.h.

int(* remove)(struct amba_device *)

Definition at line 41 of file bus.h.

int(* resume)(struct amba_device *)

Definition at line 44 of file bus.h.

void(* shutdown)(struct amba_device *)

Definition at line 42 of file bus.h.

Definition at line 43 of file bus.h.


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