Linux Kernel
3.7.1
|
#include <cs_internal.h>
Data Fields | |
struct module * | owner |
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) |
Definition at line 105 of file cs_internal.h.
int(* add)(struct pcmcia_socket *s) |
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.
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.
Definition at line 110 of file cs_internal.h.