OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmc_card
(Results
1 - 25
of
36
) sorted by null
1
2
/external/kernel-headers/original/linux/mmc/
card.h
54
struct
mmc_card
{
struct
88
#define mmc_list_to_card(l) container_of(l, struct
mmc_card
, node)
97
int (*probe)(struct
mmc_card
*);
98
void (*remove)(struct
mmc_card
*);
99
int (*suspend)(struct
mmc_card
*, pm_message_t);
100
int (*resume)(struct
mmc_card
*);
106
static inline int mmc_card_claim_host(struct
mmc_card
*card)
mmc.h
101
struct
mmc_card
;
108
extern void mmc_set_data_timeout(struct mmc_data *, const struct
mmc_card
*, int);
110
extern int __mmc_claim_host(struct mmc_host *host, struct
mmc_card
*card);
114
__mmc_claim_host(host, (struct
mmc_card
*)-1);
host.h
73
struct
mmc_card
;
108
struct
mmc_card
*card_busy; /* the MMC card claiming host */
109
struct
mmc_card
*card_selected; /* the selected MMC card */
/bionic/libc/kernel/common/linux/mmc/
card.h
53
struct
mmc_card
{
struct
87
#define mmc_list_to_card(l) container_of(l, struct
mmc_card
, node)
93
int (*probe)(struct
mmc_card
*);
94
void (*remove)(struct
mmc_card
*);
95
int (*suspend)(struct
mmc_card
*, pm_message_t);
96
int (*resume)(struct
mmc_card
*);
host.h
75
struct
mmc_card
;
108
struct
mmc_card
*card_busy;
109
struct
mmc_card
*card_selected;
/development/ndk/platforms/android-3/include/linux/mmc/
card.h
53
struct
mmc_card
{
struct
87
#define mmc_list_to_card(l) container_of(l, struct
mmc_card
, node)
93
int (*probe)(struct
mmc_card
*);
94
void (*remove)(struct
mmc_card
*);
95
int (*suspend)(struct
mmc_card
*, pm_message_t);
96
int (*resume)(struct
mmc_card
*);