aemif_check_cs_timings
EXPORT_SYMBOL_GPL(aemif_check_cs_timings);
ret = aemif_check_cs_timings(timings);
return aemif_check_cs_timings(&data->timings);
ret = aemif_check_cs_timings(&timings);
int aemif_check_cs_timings(struct aemif_cs_timings *timings);