Home
last modified time | relevance | path

Searched refs:old_format (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtwl4030.c1703 u8 mode, old_mode, format, old_format; in twl4030_hw_params() local
1766 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1767 format = old_format; in twl4030_hw_params()
1782 if (format != old_format || mode != old_mode) { in twl4030_hw_params()
1845 u8 old_format, format; in twl4030_set_dai_fmt() local
1848 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt()
1849 format = old_format; in twl4030_set_dai_fmt()
1877 if (format != old_format) { in twl4030_set_dai_fmt()
2042 u8 old_format, format; in twl4030_voice_set_dai_fmt() local
2046 format = old_format; in twl4030_voice_set_dai_fmt()
[all …]
/openbmc/linux/include/keys/
H A Dtrusted-type.h31 unsigned char old_format; member
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c267 snd_pcm_format_t format, old_format; in test_pcm_time() local
352 old_format = format; in test_pcm_time()
360 snd_pcm_format_name(old_format), in test_pcm_time()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c390 payload->old_format = 1; in tpm2_load_cmd()
512 if (payload->old_format) { in tpm2_unseal_cmd()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1892 int old_format = 0; in reiserfs_fill_super() local
1960 old_format = 1; in reiserfs_fill_super()
2022 if (journal_init(s, jdev_name, old_format, commit_max_age)) { in reiserfs_fill_super()
2097 else if (old_format) in reiserfs_fill_super()
H A Djournal.c2719 int old_format, unsigned int commit_max_age) in journal_init() argument
2747 SB_JOURNAL_1st_RESERVED_BLOCK(sb) = (old_format ? in journal_init()
H A Dreiserfs.h2929 int journal_init(struct super_block *, const char *j_dev_name, int old_format,