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.c503 if (hw->postinit) in pci_common_init_dev()
504 hw->postinit(); in pci_common_init_dev()
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c237 void (*postinit)(struct sdhci_host *host, struct dwcmshc_priv *dwc_priv); member
1218 .postinit = dwcmshc_rk35xx_postinit,
1452 if (pltfm_data->postinit) in dwcmshc_probe()
1453 pltfm_data->postinit(host, priv); in dwcmshc_probe()