Home
last modified time | relevance | path

Searched refs:postinit (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-footbridge/
H A Dnetwinder-pci.c52 .postinit = dc21285_postinit,
H A Debsa285-pci.c38 .postinit = dc21285_postinit,
/linux/arch/arm/include/asm/mach/
H A Dpci.h26 void (*postinit)(void); member
/linux/arch/arm/kernel/
H A Dbios32.c504 if (hw->postinit) in pci_common_init_dev()
505 hw->postinit(); in pci_common_init_dev()
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c290 void (*postinit)(struct sdhci_host *host, struct dwcmshc_priv *dwc_priv); member
1784 .postinit = dwcmshc_rk35xx_postinit,
1797 .postinit = dwcmshc_rk3576_postinit,
2053 if (pltfm_data->postinit) in dwcmshc_probe()
2054 pltfm_data->postinit(host, priv); in dwcmshc_probe()