Lines Matching refs:mmc
15 extern int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
18 int mmc_send_cmd_prepare(struct mmc *mmc, struct mmc_cmd *cmd,
21 extern int mmc_send_status(struct mmc *mmc, int timeout);
22 extern int mmc_set_blocklen(struct mmc *mmc, int len);
23 int mmc_set_blockcount(struct mmc *mmc, unsigned int blkcnt, bool is_rel_write);
89 void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd);
90 void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, int ret);
91 void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd);
93 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send() argument
97 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, in mmmc_trace_after_send() argument
102 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state() argument
129 void mmc_list_add(struct mmc *mmc);
138 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
149 int mmc_switch(struct mmc *mmc, u8 set, u8 index, u8 value);