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

#include <core.h>

Data Fields

int(* awake )(struct mmc_host *)
 
int(* sleep )(struct mmc_host *)
 
void(* remove )(struct mmc_host *)
 
void(* detect )(struct mmc_host *)
 
int(* suspend )(struct mmc_host *)
 
int(* resume )(struct mmc_host *)
 
int(* power_save )(struct mmc_host *)
 
int(* power_restore )(struct mmc_host *)
 
int(* alive )(struct mmc_host *)
 

Detailed Description

Definition at line 18 of file core.h.

Field Documentation

int(* alive)(struct mmc_host *)

Definition at line 27 of file core.h.

int(* awake)(struct mmc_host *)

Definition at line 19 of file core.h.

void(* detect)(struct mmc_host *)

Definition at line 22 of file core.h.

int(* power_restore)(struct mmc_host *)

Definition at line 26 of file core.h.

int(* power_save)(struct mmc_host *)

Definition at line 25 of file core.h.

void(* remove)(struct mmc_host *)

Definition at line 21 of file core.h.

int(* resume)(struct mmc_host *)

Definition at line 24 of file core.h.

int(* sleep)(struct mmc_host *)

Definition at line 20 of file core.h.

int(* suspend)(struct mmc_host *)

Definition at line 23 of file core.h.


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