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

#include <cs_internal.h>

Data Fields

struct moduleowner
 
int(* add )(struct pcmcia_socket *s)
 
int(* remove )(struct pcmcia_socket *s)
 
void(* requery )(struct pcmcia_socket *s)
 
int(* validate )(struct pcmcia_socket *s, unsigned int *i)
 
int(* suspend )(struct pcmcia_socket *s)
 
int(* early_resume )(struct pcmcia_socket *s)
 
int(* resume )(struct pcmcia_socket *s)
 

Detailed Description

Definition at line 105 of file cs_internal.h.

Field Documentation

Definition at line 107 of file cs_internal.h.

int(* early_resume)(struct pcmcia_socket *s)

Definition at line 112 of file cs_internal.h.

struct module* owner

Definition at line 106 of file cs_internal.h.

int(* remove)(struct pcmcia_socket *s)

Definition at line 108 of file cs_internal.h.

void(* requery)(struct pcmcia_socket *s)

Definition at line 109 of file cs_internal.h.

int(* resume)(struct pcmcia_socket *s)

Definition at line 113 of file cs_internal.h.

int(* suspend)(struct pcmcia_socket *s)

Definition at line 111 of file cs_internal.h.

int(* validate)(struct pcmcia_socket *s, unsigned int *i)

Definition at line 110 of file cs_internal.h.


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