Home
last modified time | relevance | path

Searched refs:MIDeviceReadFunction (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/nitro/card/
Dhash.h102 MIDeviceReadFunction ReadSync;
103 MIDeviceReadFunction ReadAsync;
148 MIDeviceReadFunction sync, MIDeviceReadFunction async,
/TwlSDK-5.1.0/include/nitro/mi/
Ddevice.h36 typedef int (*MIDeviceReadFunction)(void *userdata, void *buffer, u32 offset, u32 length); typedef
43 MIDeviceReadFunction Read;
66 MIDeviceReadFunction read, in MI_InitDevice()
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c406 MIDeviceReadFunction sync, MIDeviceReadFunction async, in CARD_InitRomHashContext()