Home
last modified time | relevance | path

Searched refs:init_card (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/platform_data/
H A Dmmc-omap.h96 void (*init_card)(struct mmc_card *card); member
/linux/sound/usb/caiaq/
H A Ddevice.c436 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
/linux/include/linux/mmc/
H A Dhost.h217 void (*init_card)(struct mmc_host *host, struct mmc_card *card); member
/linux/drivers/mmc/host/
H A Dmxcmmc.c989 .init_card = mxcmci_init_card,