Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-sdio-develop.md53 int32_t (*func0ReadBytes)(struct SdioDevice *dev, uint8_t *data, uint32_t addr, uint32_t size);
77 | func0ReadBytes | dev:结构体指针,SDIO设备控制器<br>addr:uint32_t类型,地址值<br>size:uint32_t类型,大小 | data:uint8_t类…
252 .func0ReadBytes = Hi35xxLinuxSdioFunc0ReadBytes,
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_sdio.c501 .func0ReadBytes = SdioDeviceDefaultFunc0ReadBytes,
592 if (sdio->sdioOps->func0ReadBytes == NULL) { in SdioDeviceFunc0ReadBytes()
596 return sdio->sdioOps->func0ReadBytes(sdio, data, addr, size); in SdioDeviceFunc0ReadBytes()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_sdio.h57 int32_t (*func0ReadBytes)(struct SdioDevice *, uint8_t *, uint32_t, uint32_t); member
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-sdio-develop.md25 int32_t (*func0ReadBytes)(struct SdioDevice *dev, uint8_t *data, uint32_t addr, uint32_t size);
49 | func0ReadBytes | **dev**: structure pointer to the SDIO device controller.<br>**addr**: SDIO addr…
209 .func0ReadBytes = Hi35xxLinuxSdioFunc0ReadBytes,
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Dsdio_adapter.c418 .func0ReadBytes = LinuxSdioFunc0ReadBytes,