Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/samsung/
Ds3c-i2s-v2.c567 unsigned int best_fs = 0; in s3c_i2sv2_iis_calc_rate() local
598 best_fs = fsdiv; in s3c_i2sv2_iis_calc_rate()
609 best_fs, best_div, best_rate); in s3c_i2sv2_iis_calc_rate()
611 info->fs_div = best_fs; in s3c_i2sv2_iis_calc_rate()
/Linux-v5.15/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c800 const struct s5c73m3_frame_size *best_fs; in s5c73m3_find_frame_size() local
805 best_fs = NULL; in s5c73m3_find_frame_size()
811 best_fs = fs; in s5c73m3_find_frame_size()
816 return best_fs; in s5c73m3_find_frame_size()