Searched refs:init_card (Results 1 – 11 of 11) sorted by relevance
96 void (*init_card)(struct mmc_card *card); member
423 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() function 524 ret = init_card(caiaqdev(card)); in snd_probe()
776 init_card(struct fritzcard *fc) in init_card() function 1067 err = init_card(card); in setup_instance()
897 init_card(struct w6692_hw *card) in init_card() function 1312 err = init_card(card); in setup_instance()
4220 init_card(struct hfc_multi *hc) in init_card() function 5214 ret_err = init_card(hc); in hfcmulti_init()
1287 init_card(struct l1oip *hc, int pri, int bundle) in init_card() function 1492 ret = init_card(hc, pri, bundle); in l1oip_init()
407 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
865 * is SDIO. init_card provides this information earlier, so we in renesas_sdhi_init_card() 1263 host->ops.init_card = renesas_sdhi_init_card; in renesas_sdhi_probe()
1919 host->mmc_host_ops.init_card = usdhc_init_card; in sdhci_esdhc_imx_probe()
1459 * Call the optional HC's init_card function to handle quirks. in mmc_sd_init_card() 1461 if (host->ops->init_card) in mmc_sd_init_card() 1462 host->ops->init_card(host, card); in mmc_sd_init_card()
1674 * Call the optional HC's init_card function to handle quirks. in mmc_init_card() 1676 if (host->ops->init_card) in mmc_init_card() 1677 host->ops->init_card(host, card); in mmc_init_card()