Searched refs:autodetect_str (Results 1 – 1 of 1) sorted by relevance
152 char *autodetect_str = env_get("mmcautodetect"); in check_mmc_autodetect() local154 if ((autodetect_str != NULL) && in check_mmc_autodetect()155 (strcmp(autodetect_str, "yes") == 0)) { in check_mmc_autodetect()