Searched refs:MmcDeviceAddOps (Results 1 – 6 of 6) sorted by relevance
154 MmcDeviceAddOps(cntlr->curDev, &g_emmcMethod); in LinuxEmmcBind()
570 MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); in LinuxSdioBind()
242 void MmcDeviceAddOps(struct MmcDevice *mmc, void *ops);
312 …MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); // 【必要】调用核心层mmc_core.c的函数,钩子函数挂载。
103 MmcDeviceAddOps(cntlr->curDev, NULL); in MmcCntlrPlug()1187 void MmcDeviceAddOps(struct MmcDevice *mmc, void *ops) in MmcDeviceAddOps() function
271 …MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); // (Mandatory) Call the function …