Searched refs:old_format (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | twl4030.c | 1703 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 2045 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt() [all …]
|
/linux-6.12.1/include/keys/ |
D | trusted-type.h | 31 unsigned char old_format; member
|
/linux-6.12.1/tools/testing/selftests/alsa/ |
D | pcm-test.c | 294 snd_pcm_format_t format, old_format; in test_pcm_time() local 379 old_format = format; in test_pcm_time() 387 snd_pcm_format_name(old_format), in test_pcm_time()
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 402 payload->old_format = 1; in tpm2_load_cmd() 554 if (payload->old_format) { in tpm2_unseal_cmd()
|
/linux-6.12.1/fs/reiserfs/ |
D | super.c | 1891 int old_format = 0; in reiserfs_fill_super() local 1959 old_format = 1; in reiserfs_fill_super() 2021 if (journal_init(s, jdev_name, old_format, commit_max_age)) { in reiserfs_fill_super() 2096 else if (old_format) in reiserfs_fill_super()
|
D | journal.c | 2712 int old_format, unsigned int commit_max_age) in journal_init() argument 2740 SB_JOURNAL_1st_RESERVED_BLOCK(sb) = (old_format ? in journal_init()
|
D | reiserfs.h | 2932 int journal_init(struct super_block *, const char *j_dev_name, int old_format,
|