Home
last modified time | relevance | path

Searched refs:MmcDeviceAddOps (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Demmc_adapter.c154 MmcDeviceAddOps(cntlr->curDev, &g_emmcMethod); in LinuxEmmcBind()
H A Dsdio_adapter.c570 MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); in LinuxSdioBind()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h242 void MmcDeviceAddOps(struct MmcDevice *mmc, void *ops);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-sdio-develop.md312MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); // 【必要】调用核心层mmc_core.c的函数,钩子函数挂载。
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c103 MmcDeviceAddOps(cntlr->curDev, NULL); in MmcCntlrPlug()
1187 void MmcDeviceAddOps(struct MmcDevice *mmc, void *ops) in MmcDeviceAddOps() function
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-sdio-develop.md271MmcDeviceAddOps(cntlr->curDev, &g_sdioDeviceOps); // (Mandatory) Call the function …