/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | mmc-omap.h | 98 void (*init_card)(struct mmc_card *card); member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | mmc-omap.h | 96 void (*init_card)(struct mmc_card *card); member
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | speedfax.c | 273 init_card(struct sfax_hw *sf) in init_card() function 412 err = init_card(card); in setup_instance()
|
H A D | avmfritz.c | 775 init_card(struct fritzcard *fc) in init_card() function 1066 err = init_card(card); in setup_instance()
|
H A D | w6692.c | 896 init_card(struct w6692_hw *card) in init_card() function 1311 err = init_card(card); in setup_instance()
|
H A D | hfcpci.c | 1719 init_card(struct hfc_pci *hc) in init_card() function 1724 printk(KERN_DEBUG "init_card: entered\n"); in init_card() 1900 err = init_card(hc); in open_dchannel()
|
/kernel/linux/linux-5.10/sound/usb/caiaq/ |
H A D | device.c | 426 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() function 526 ret = init_card(caiaqdev(card)); in snd_probe()
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | speedfax.c | 273 init_card(struct sfax_hw *sf) in init_card() function 412 err = init_card(card); in setup_instance()
|
H A D | avmfritz.c | 775 init_card(struct fritzcard *fc) in init_card() function 1066 err = init_card(card); in setup_instance()
|
H A D | w6692.c | 896 init_card(struct w6692_hw *card) in init_card() function 1311 err = init_card(card); in setup_instance()
|
H A D | hfcpci.c | 1719 init_card(struct hfc_pci *hc) in init_card() function 1724 printk(KERN_DEBUG "init_card: entered\n"); in init_card() 1900 err = init_card(hc); in open_dchannel()
|
/kernel/linux/linux-6.6/sound/usb/caiaq/ |
H A D | device.c | 412 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() function 512 ret = init_card(caiaqdev(card)); in snd_probe()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio.c | 706 * Call the optional HC's init_card function to handle quirks. in mmc_sdio_init_card() 708 if (host->ops->init_card) in mmc_sdio_init_card() 709 host->ops->init_card(host, card); in mmc_sdio_init_card() 777 * structures in init_card(). in mmc_sdio_init_card()
|
H A D | sd.c | 1044 * Call the optional HC's init_card function to handle quirks. in mmc_sd_init_card() 1046 if (host->ops->init_card) in mmc_sd_init_card() 1047 host->ops->init_card(host, card); in mmc_sd_init_card()
|
H A D | mmc.c | 1645 * Call the optional HC's init_card function to handle quirks. in mmc_init_card() 1647 if (host->ops->init_card) in mmc_init_card() 1648 host->ops->init_card(host, card); in mmc_init_card()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio.c | 721 * Call the optional HC's init_card function to handle quirks. in mmc_sdio_init_card() 723 if (host->ops->init_card) in mmc_sdio_init_card() 724 host->ops->init_card(host, card); in mmc_sdio_init_card() 793 * structures in init_card(). in mmc_sdio_init_card()
|
H A D | mmc.c | 1670 * Call the optional HC's init_card function to handle quirks. in mmc_init_card() 1672 if (host->ops->init_card) in mmc_init_card() 1673 host->ops->init_card(host, card); in mmc_init_card()
|
H A D | sd.c | 1440 * Call the optional HC's init_card function to handle quirks. in mmc_sd_init_card() 1442 if (host->ops->init_card) in mmc_sd_init_card() 1443 host->ops->init_card(host, card); in mmc_sd_init_card()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-xenon.c | 394 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
|
H A D | mxcmmc.c | 993 .init_card = mxcmci_init_card,
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | host.h | 138 void (*init_card)(struct mmc_host *host, struct mmc_card *card); member
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | host.h | 171 void (*init_card)(struct mmc_host *host, struct mmc_card *card); member
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 1286 init_card(struct l1oip *hc, int pri, int bundle) in init_card() function 1494 ret = init_card(hc, pri, bundle); in l1oip_init()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 1286 init_card(struct l1oip *hc, int pri, int bundle) in init_card() function 1491 ret = init_card(hc, pri, bundle); in l1oip_init()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-xenon.c | 405 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
|