Searched refs:mmc_host (Results 1 - 25 of 120) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dcore.h22 int (*awake)(struct mmc_host *);
23 int (*sleep)(struct mmc_host *);
24 void (*remove)(struct mmc_host *);
25 void (*detect)(struct mmc_host *);
26 int (*suspend)(struct mmc_host *);
27 int (*resume)(struct mmc_host *);
28 void (*power_save)(struct mmc_host *);
29 void (*power_restore)(struct mmc_host *);
32 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
33 void mmc_detach_bus(struct mmc_host *hos
[all...]
H A Dmmc_ops.h16 int mmc_deselect_cards(struct mmc_host *host);
17 int mmc_go_idle(struct mmc_host *host);
18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
19 int mmc_all_send_cid(struct mmc_host *host, u32 *cid);
25 int mmc_send_cid(struct mmc_host *host, u32 *cid);
26 int mmc_spi_read_ocr(struct mmc_host *host, int highcap, u32 *ocrp);
27 int mmc_spi_set_crc(struct mmc_host *host, int use_crc);
28 int mmc_card_sleepawake(struct mmc_host *host, int sleep);
H A Dsd.h8 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid);
9 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card);
11 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
H A Dsd_ops.h16 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
17 int mmc_send_if_cond(struct mmc_host *host, u32 ocr);
18 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca);
H A Dsdio_ops.h15 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
20 int sdio_reset(struct mmc_host *host);
H A Dhost.c27 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev)
31 struct mmc_host *host = cls_dev_to_mmc_host(dev);
36 .name = "mmc_host",
60 struct mmc_host *mmc_alloc_host(int extra, struct device *dev)
63 struct mmc_host *host;
68 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL);
122 int mmc_add_host(struct mmc_host *host)
155 void mmc_remove_host(struct mmc_host *host)
177 void mmc_free_host(struct mmc_host *host)
H A Dbus.h22 struct mmc_card *mmc_alloc_card(struct mmc_host *host,
H A Dcore.c91 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
138 mmc_start_request(struct mmc_host *host, struct mmc_request *mrq)
209 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq)
233 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries)
365 int mmc_host_enable(struct mmc_host *host)
399 static int mmc_host_do_disable(struct mmc_host *host, int lazy)
431 int mmc_host_disable(struct mmc_host *host)
462 int __mmc_claim_host(struct mmc_host *host, atomic_t *abort)
503 int mmc_try_claim_host(struct mmc_host *host)
520 static void mmc_do_release_host(struct mmc_host *hos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.h22 int (*awake)(struct mmc_host *);
23 int (*sleep)(struct mmc_host *);
24 void (*remove)(struct mmc_host *);
25 void (*detect)(struct mmc_host *);
26 int (*suspend)(struct mmc_host *);
27 int (*resume)(struct mmc_host *);
28 void (*power_save)(struct mmc_host *);
29 void (*power_restore)(struct mmc_host *);
32 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
33 void mmc_detach_bus(struct mmc_host *hos
[all...]
H A Dmmc_ops.h16 int mmc_deselect_cards(struct mmc_host *host);
17 int mmc_go_idle(struct mmc_host *host);
18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
19 int mmc_all_send_cid(struct mmc_host *host, u32 *cid);
25 int mmc_send_cid(struct mmc_host *host, u32 *cid);
26 int mmc_spi_read_ocr(struct mmc_host *host, int highcap, u32 *ocrp);
27 int mmc_spi_set_crc(struct mmc_host *host, int use_crc);
28 int mmc_card_sleepawake(struct mmc_host *host, int sleep);
H A Dsd.h8 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid);
9 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card);
11 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
H A Dsd_ops.h16 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
17 int mmc_send_if_cond(struct mmc_host *host, u32 ocr);
18 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca);
H A Dsdio_ops.h15 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
20 int sdio_reset(struct mmc_host *host);
H A Dhost.c27 #define cls_dev_to_mmc_host(d) container_of(d, struct mmc_host, class_dev)
31 struct mmc_host *host = cls_dev_to_mmc_host(dev);
36 .name = "mmc_host",
60 struct mmc_host *mmc_alloc_host(int extra, struct device *dev)
63 struct mmc_host *host;
68 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL);
122 int mmc_add_host(struct mmc_host *host)
155 void mmc_remove_host(struct mmc_host *host)
177 void mmc_free_host(struct mmc_host *host)
H A Dbus.h22 struct mmc_card *mmc_alloc_card(struct mmc_host *host,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mmc/
H A Dhost.h83 int (*enable)(struct mmc_host *host);
84 int (*disable)(struct mmc_host *host, int lazy);
85 void (*request)(struct mmc_host *host, struct mmc_request *req);
106 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
107 int (*get_ro)(struct mmc_host *host);
108 int (*get_cd)(struct mmc_host *host);
110 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
113 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
119 struct mmc_host { struct
220 extern struct mmc_host *mmc_alloc_hos
[all...]
H A Dcore.h131 struct mmc_host;
134 extern void mmc_wait_for_req(struct mmc_host *, struct mmc_request *);
135 extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int);
136 extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *,
159 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
160 extern void mmc_release_host(struct mmc_host *host);
161 extern int mmc_try_claim_host(struct mmc_host *host);
169 static inline void mmc_claim_host(struct mmc_host *host)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mmc/
H A Dhost.h83 int (*enable)(struct mmc_host *host);
84 int (*disable)(struct mmc_host *host, int lazy);
85 void (*request)(struct mmc_host *host, struct mmc_request *req);
106 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
107 int (*get_ro)(struct mmc_host *host);
108 int (*get_cd)(struct mmc_host *host);
110 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
113 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
119 struct mmc_host { struct
220 extern struct mmc_host *mmc_alloc_hos
[all...]
H A Dcore.h131 struct mmc_host;
134 extern void mmc_wait_for_req(struct mmc_host *, struct mmc_request *);
135 extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int);
136 extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *,
159 extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort);
160 extern void mmc_release_host(struct mmc_host *host);
161 extern int mmc_try_claim_host(struct mmc_host *host);
169 static inline void mmc_claim_host(struct mmc_host *host)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A Dmmc.h8 struct mmc_host;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dmmc.h8 struct mmc_host;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/alchemy/devboards/pb1200/
H A Dplatform.c35 static void pb1200mmc0_set_power(void *mmc_host, int state) argument
45 static int pb1200mmc0_card_readonly(void *mmc_host) argument
50 static int pb1200mmc0_card_inserted(void *mmc_host) argument
71 static void pb1200mmc1_set_power(void *mmc_host, int state) argument
81 static int pb1200mmc1_card_readonly(void *mmc_host) argument
86 static int pb1200mmc1_card_inserted(void *mmc_host) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/alchemy/devboards/pb1200/
H A Dplatform.c35 static void pb1200mmc0_set_power(void *mmc_host, int state) argument
45 static int pb1200mmc0_card_readonly(void *mmc_host) argument
50 static int pb1200mmc0_card_inserted(void *mmc_host) argument
71 static void pb1200mmc1_set_power(void *mmc_host, int state) argument
81 static int pb1200mmc1_card_readonly(void *mmc_host) argument
86 static int pb1200mmc1_card_inserted(void *mmc_host) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/spi/
H A Dmmc_spi.h8 struct mmc_host;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/spi/
H A Dmmc_spi.h8 struct mmc_host;

Completed in 98 milliseconds

12345