Searched defs:dm_mmc_ops (Results 1 – 1 of 1) sorted by relevance
410 struct dm_mmc_ops { struct419 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd,431 int (*send_cmd_prepare)(struct udevice *dev, struct mmc_cmd *cmd,440 bool (*card_busy)(struct udevice *dev);448 int (*set_ios)(struct udevice *dev);456 int (*get_cd)(struct udevice *dev);480 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) argument