Searched refs:init_card (Results 1 – 5 of 5) sorted by relevance
96 void (*init_card)(struct mmc_card *card); member
436 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() 539 ret = init_card(caiaqdev(card)); in snd_probe() 435 static int init_card(struct snd_usb_caiaqdev *cdev) init_card() function
217 void (*init_card)(struct mmc_host *host, struct mmc_card *card); member
1691 if (host->ops->init_card) in mmc_init_card()1692 host->ops->init_card(host, card); in mmc_init_card()
989 .init_card = mxcmci_init_card,