Searched refs:EmmcGetCid (Results 1 – 3 of 3) sorted by relevance
113 int32_t EmmcGetCid(DevHandle handle, uint8_t *cid, uint32_t size) in EmmcGetCid() function157 if (EmmcGetCid(handle, cid, size) != HDF_SUCCESS) { in EmmcGetHuid()
93 int32_t EmmcGetCid(DevHandle handle, uint8_t *cid, uint32_t size);
48 ret = EmmcGetCid(tester->handle, cid, EMMC_CID_LEN); in TestEmmcGetCid()