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

#include <ssb.h>

Data Fields

const charname
 
struct ssb_device_idid_table
 
int(* probe )(struct ssb_device *dev, const struct ssb_device_id *id)
 
void(* remove )(struct ssb_device *dev)
 
int(* suspend )(struct ssb_device *dev, pm_message_t state)
 
int(* resume )(struct ssb_device *dev)
 
void(* shutdown )(struct ssb_device *dev)
 
struct device_driver drv
 

Detailed Description

Definition at line 306 of file ssb.h.

Field Documentation

Definition at line 316 of file ssb.h.

struct ssb_device_id* id_table

Definition at line 308 of file ssb.h.

const char* name

Definition at line 307 of file ssb.h.

Definition at line 310 of file ssb.h.

void(* remove)(struct ssb_device *dev)

Definition at line 311 of file ssb.h.

int(* resume)(struct ssb_device *dev)

Definition at line 313 of file ssb.h.

void(* shutdown)(struct ssb_device *dev)

Definition at line 314 of file ssb.h.

Definition at line 312 of file ssb.h.


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