Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_firmware.h51 struct OsalFirmware { struct
88 int32_t OsalRequestFirmware(struct OsalFirmware *fw, const char *fwName, void *device);
105 int32_t OsalSeekFirmware(struct OsalFirmware *fw, uint32_t offset);
123 int32_t OsalReadFirmware(struct OsalFirmware *fw, struct OsalFwBlock *block);
142 int32_t OsalReleaseFirmware(struct OsalFirmware *fw);
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_firmware.c27 int32_t OsalRequestFirmware(struct OsalFirmware *fwPara, in OsalRequestFirmware()
52 int32_t OsalSeekFirmware(struct OsalFirmware *fwPara, uint32_t offset) in OsalSeekFirmware()
60 int32_t OsalReadFirmware(struct OsalFirmware *fwPara, struct OsalFwBlock *block) in OsalReadFirmware()
79 int32_t OsalReleaseFirmware(struct OsalFirmware *fwPara) in OsalReleaseFirmware()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_firmware.c49 int32_t OsalRequestFirmware(struct OsalFirmware *fwPara, const char *fwName, void *device) in OsalRequestFirmware()
103 int32_t OsalSeekFirmware(struct OsalFirmware *fwPara, uint32_t offset) in OsalSeekFirmware()
118 int32_t OsalReadFirmware(struct OsalFirmware *fwPara, struct OsalFwBlock *block) in OsalReadFirmware()
171 int32_t OsalReleaseFirmware(struct OsalFirmware *fwPara) in OsalReleaseFirmware()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c426 struct OsalFirmware fw; in OsaFWTest()