Home
last modified time | relevance | path

Searched refs:fs_mode (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Ds3c24xx_uda134x.c126 int clk_source, fs_mode; in s3c24xx_uda134x_hw_params() local
144 fs_mode = S3C2410_IISMOD_256FS; in s3c24xx_uda134x_hw_params()
146 fs_mode = S3C2410_IISMOD_384FS; in s3c24xx_uda134x_hw_params()
157 clk = (fs_mode == S3C2410_IISMOD_384FS ? 384 : 256) * rate; in s3c24xx_uda134x_hw_params()
160 fs_mode == S3C2410_IISMOD_384FS ? "384FS" : "256FS", in s3c24xx_uda134x_hw_params()
175 ret = snd_soc_dai_set_clkdiv(cpu_dai, S3C24XX_DIV_MCLK, fs_mode); in s3c24xx_uda134x_hw_params()
H A Drx1950_uda1380.c152 int clk_source, fs_mode; in rx1950_hw_params() local
158 fs_mode = S3C2410_IISMOD_256FS; in rx1950_hw_params()
166 fs_mode = S3C2410_IISMOD_384FS; in rx1950_hw_params()
183 fs_mode); in rx1950_hw_params()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c814 F2FS_OPTION(sbi).fs_mode = FS_MODE_ADAPTIVE; in parse_options()
816 F2FS_OPTION(sbi).fs_mode = FS_MODE_LFS; in parse_options()
1857 if (F2FS_OPTION(sbi).fs_mode == FS_MODE_ADAPTIVE) in f2fs_show_options()
1859 else if (F2FS_OPTION(sbi).fs_mode == FS_MODE_LFS) in f2fs_show_options()
1970 F2FS_OPTION(sbi).fs_mode = FS_MODE_LFS; in default_options()
1972 F2FS_OPTION(sbi).fs_mode = FS_MODE_ADAPTIVE; in default_options()
H A Df2fs.h155 int fs_mode; /* fs mode: LFS or ADAPTIVE */ member
4417 return F2FS_OPTION(sbi).fs_mode == FS_MODE_LFS; in f2fs_lfs_mode()