Searched refs:func0ReadBytes (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-sdio-develop.md | 53 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 D | mmc_sdio.c | 501 .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 D | mmc_sdio.h | 57 int32_t (*func0ReadBytes)(struct SdioDevice *, uint8_t *, uint32_t, uint32_t); member
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-sdio-develop.md | 25 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 D | sdio_adapter.c | 418 .func0ReadBytes = LinuxSdioFunc0ReadBytes,
|