/Linux-v4.19/arch/arm/mach-omap2/ |
D | hsmmc.h | 19 void (*init_card)(struct mmc_card *card); member
|
D | pdata-quirks.c | 368 .init_card = pandora_wl1251_init_card,
|
/Linux-v4.19/include/linux/platform_data/ |
D | hsmmc-omap.h | 77 void (*init_card)(struct mmc_card *card); member
|
D | mmc-omap.h | 101 void (*init_card)(struct mmc_card *card); member
|
/Linux-v4.19/sound/usb/caiaq/ |
D | device.c | 438 static int init_card(struct snd_usb_caiaqdev *cdev) in init_card() function 538 ret = init_card(caiaqdev(card)); in snd_probe()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | speedfax.c | 286 init_card(struct sfax_hw *sf) in init_card() function 425 err = init_card(card); in setup_instance()
|
D | avmfritz.c | 789 init_card(struct fritzcard *fc) in init_card() function 1080 err = init_card(card); in setup_instance()
|
D | w6692.c | 915 init_card(struct w6692_hw *card) in init_card() function 1330 err = init_card(card); in setup_instance()
|
D | hfcpci.c | 1730 init_card(struct hfc_pci *hc) in init_card() function 1911 err = init_card(hc); in open_dchannel()
|
D | hfcmulti.c | 4258 init_card(struct hfc_multi *hc) in init_card() function 5251 ret_err = init_card(hc); in hfcmulti_init()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | diva.c | 89 diva_init_card_proc_t init_card; member 355 if ((*(pI->init_card)) (a)) { in divas_create_pci_card()
|
/Linux-v4.19/include/linux/mmc/ |
D | host.h | 137 void (*init_card)(struct mmc_host *host, struct mmc_card *card); member
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio.c | 634 if (host->ops->init_card) in mmc_sdio_init_card() 635 host->ops->init_card(host, card); in mmc_sdio_init_card()
|
D | sd.c | 959 if (host->ops->init_card) in mmc_sd_init_card() 960 host->ops->init_card(host, card); in mmc_sd_init_card()
|
D | mmc.c | 1618 if (host->ops->init_card) in mmc_init_card() 1619 host->ops->init_card(host, card); in mmc_init_card()
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-xenon.c | 388 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
|
D | omap_hsmmc.c | 1662 if (mmc_pdata(host)->init_card) in omap_hsmmc_init_card() 1663 mmc_pdata(host)->init_card(card); in omap_hsmmc_init_card() 1798 .init_card = omap_hsmmc_init_card,
|
D | mxcmmc.c | 1008 .init_card = mxcmci_init_card,
|
D | vub300.c | 2087 .init_card = vub300_init_card,
|
D | dw_mmc.c | 1812 .init_card = dw_mci_init_card,
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | l1oip_core.c | 1301 init_card(struct l1oip *hc, int pri, int bundle) in init_card() function 1509 ret = init_card(hc, pri, bundle); in l1oip_init()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | config.c | 814 static int init_card(struct IsdnCardState *cs) in init_card() function 1149 ret = init_card(cs); in hisax_cs_setup()
|
/Linux-v4.19/drivers/atm/ |
D | idt77252.c | 3249 static int init_card(struct atm_dev *dev) in init_card() function 3684 if (init_card(dev)) { in idt77252_init_one()
|