Home
last modified time | relevance | path

Searched refs:EmmcDeviceOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_emmc.h27 struct EmmcDeviceOps *emmcOps;
31 struct EmmcDeviceOps { struct
36 void EmmcDeviceAddOps(struct EmmcDevice *dev, struct EmmcDeviceOps *ops); argument
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_emmc.c26 static struct EmmcDeviceOps g_emmcOps = {
47 void EmmcDeviceAddOps(struct EmmcDevice *dev, struct EmmcDeviceOps *ops) in EmmcDeviceAddOps()
H A Dmmc_core.c1200 EmmcDeviceAddOps((struct EmmcDevice *)mmc, (struct EmmcDeviceOps *)ops); in MmcDeviceAddOps()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Demmc_adapter.c64 static struct EmmcDeviceOps g_emmcMethod = {