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

Data Fields

unsigned int quirks
 
unsigned int quirks2
 
bool allow_runtime_pm
 
int(* probe )(struct sdhci_pci_chip *)
 
int(* probe_slot )(struct sdhci_pci_slot *)
 
void(* remove_slot )(struct sdhci_pci_slot *, int)
 
int(* suspend )(struct sdhci_pci_chip *)
 
int(* resume )(struct sdhci_pci_chip *)
 

Detailed Description

Definition at line 54 of file sdhci-pci.c.

Field Documentation

bool allow_runtime_pm

Definition at line 57 of file sdhci-pci.c.

int(* probe)(struct sdhci_pci_chip *)

Definition at line 59 of file sdhci-pci.c.

int(* probe_slot)(struct sdhci_pci_slot *)

Definition at line 61 of file sdhci-pci.c.

unsigned int quirks

Definition at line 55 of file sdhci-pci.c.

unsigned int quirks2

Definition at line 56 of file sdhci-pci.c.

void(* remove_slot)(struct sdhci_pci_slot *, int)

Definition at line 62 of file sdhci-pci.c.

int(* resume)(struct sdhci_pci_chip *)

Definition at line 65 of file sdhci-pci.c.

int(* suspend)(struct sdhci_pci_chip *)

Definition at line 64 of file sdhci-pci.c.


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