Home
last modified time | relevance | path

Searched refs:set_ios (Results 1 – 25 of 87) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c192 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
202 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
212 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
220 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
268 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
299 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
313 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
327 host->ops->set_ios(host, &host->ios); in rsi_reset_card()
349 host->ops->set_ios(host, &host->ios); in rsi_setclock()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-k3.c114 .set_ios = dw_mci_k3_set_ios,
211 .set_ios = dw_mci_hi6220_set_ios,
438 .set_ios = dw_mci_hi3660_set_ios,
H A Ddw_mmc-bluefield.c38 .set_ios = dw_mci_bluefield_set_ios
H A Ddw_mmc-hi3798cv200.c172 .set_ios = dw_mci_hi3798cv200_set_ios,
H A Drk_sdmmc.h369 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios); member
H A Ddw_mmc.h565 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios); member
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc-uclass.c108 if (!ops->set_ios) in dm_mmc_set_ios()
110 return ops->set_ios(dev); in dm_mmc_set_ios()
H A Dsandbox_mmc.c100 .set_ios = sandbox_mmc_set_ios,
H A Dgen_atmel_mci.c464 .set_ios = mci_set_ios,
526 .set_ios = atmel_mci_set_ios,
H A Dsunxi_mmc.c473 .set_ios = sunxi_mmc_set_ios_legacy,
555 .set_ios = sunxi_mmc_set_ios,
H A Dsdhci.c707 .set_ios = sdhci_set_ios,
715 .set_ios = sdhci_set_ios,
H A Dmeson_gx_mmc.c216 .set_ios = meson_dm_mmc_set_ios,
H A Domap_hsmmc.c694 .set_ios = omap_hsmmc_set_ios,
703 .set_ios = omap_hsmmc_set_ios,
H A Ddw_mmc.c877 .set_ios = dwmci_set_ios,
886 .set_ios = dwmci_set_ios,
H A Dmmc_spi.c262 .set_ios = mmc_spi_set_ios,
H A Dftsdc010_mci.c316 .set_ios = ftsdc010_set_ios,
H A Ddavinci_mmc.c371 .set_ios = dmmc_set_ios,
H A Dmvebu_mmc.c414 .set_ios = mvebu_mmc_set_ios,
H A Dpxa_mmc_gen.c371 .set_ios = pxa_mmc_set_ios,
H A Dsh_sdhi.c724 .set_ios = sh_sdhi_set_ios,
813 .set_ios = sh_sdhi_dm_set_ios,
H A Dmxsmmc.c371 .set_ios = mxsmmc_set_ios,
H A Dfsl_esdhc.c763 .set_ios = esdhc_set_ios,
1159 .set_ios = fsl_esdhc_set_ios,
H A Darm_pl180_mmci.c342 .set_ios = host_set_ios,
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h448 int (*set_ios)(struct udevice *dev); member
501 int (*set_ios)(struct mmc *mmc); member
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h117 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); member

1234