Searched defs:mmc_cmd (Results 1 – 3 of 3) sorted by relevance
376 struct mmc_cmd { struct377 ushort cmdidx;378 uint resp_type;379 uint cmdarg;380 uint response[4];
63 static inline int ftsdc010_send_cmd(struct mmc *mmc, struct mmc_cmd *mmc_cmd) in ftsdc010_send_cmd()
389 struct mmc_command mmc_cmd; in brcmf_sdiod_sglist_rw() local