Home
last modified time | relevance | path

Searched refs:best_fs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/samsung/
Ds3c-i2s-v2.c571 unsigned int best_fs = 0; in s3c_i2sv2_iis_calc_rate() local
602 best_fs = fsdiv; in s3c_i2sv2_iis_calc_rate()
613 best_fs, best_div, best_rate); in s3c_i2sv2_iis_calc_rate()
615 info->fs_div = best_fs; in s3c_i2sv2_iis_calc_rate()
/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c808 const struct s5c73m3_frame_size *best_fs; in s5c73m3_find_frame_size() local
813 best_fs = NULL; in s5c73m3_find_frame_size()
819 best_fs = fs; in s5c73m3_find_frame_size()
824 return best_fs; in s5c73m3_find_frame_size()