Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-sdio-develop.md51 …int32_t (*fixedAddrReadBytes)(struct SdioDevice *dev, uint8_t *data, uint32_t addr, uint32_t size,…
75 | fixedAddrReadBytes | dev:结构体指针,SDIO设备控制器<br>addr:uint32_t类型,地址值<br>size:uint32_t类型,大小<br>scatterL…
250 .fixedAddrReadBytes = Hi35xxLinuxSdioFixedAddrReadBytes,
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_sdio.c499 .fixedAddrReadBytes = SdioDeviceDefaultFixedAddrReadBytes,
564 if (sdio->sdioOps->fixedAddrReadBytes == NULL) { in SdioDeviceFixedAddrReadBytes()
568 return sdio->sdioOps->fixedAddrReadBytes(sdio, data, addr, size, scatterLen); in SdioDeviceFixedAddrReadBytes()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_sdio.h55 int32_t (*fixedAddrReadBytes)(struct SdioDevice *, uint8_t *, uint32_t, uint32_t, uint32_t); member
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-sdio-develop.md23 …int32_t (*fixedAddrReadBytes)(struct SdioDevice *dev, uint8_t *data, uint32_t addr, uint32_t size,…
47 | fixedAddrReadBytes | **dev**: structure pointer to the SDIO device controller.<br>**addr**: SDIO …
207 .fixedAddrReadBytes = Hi35xxLinuxSdioFixedAddrReadBytes,
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Dsdio_adapter.c416 .fixedAddrReadBytes = LinuxSdioFixedAddrReadBytes,