Lines Matching defs:result
74 EMMC_ERROR_CODE result;
82 result = rcar_emmc_memcard_power(FALSE);
98 return result;
127 EMMC_ERROR_CODE result;
133 result = emmc_dev_init();
134 if (result == EMMC_SUCCESS) {
138 return result;
144 EMMC_ERROR_CODE result;
146 result = emmc_dev_finalize();
150 return result;
155 EMMC_ERROR_CODE result;
157 result = emmc_reset_controller();
158 if (result == EMMC_SUCCESS) {
162 return result;