Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dtwl4030.c1701 u8 mode, old_mode, format, old_format; in twl4030_hw_params() local
1764 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1765 format = old_format; in twl4030_hw_params()
1780 if (format != old_format || mode != old_mode) { in twl4030_hw_params()
1843 u8 old_format, format; in twl4030_set_dai_fmt() local
1846 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt()
1847 format = old_format; in twl4030_set_dai_fmt()
1875 if (format != old_format) { in twl4030_set_dai_fmt()
2040 u8 old_format, format; in twl4030_voice_set_dai_fmt() local
2043 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt()
[all …]
/linux-6.1.9/include/keys/
Dtrusted-type.h31 unsigned char old_format; member
/linux-6.1.9/tools/lib/traceevent/
Devent-parse-local.h34 int old_format; member
Devent-parse-api.c316 return tep->old_format; in tep_is_old_format()
Devent-parse.c6682 tep->old_format = 1; in tep_parse_header_page()
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm2.c377 payload->old_format = 1; in tpm2_load_cmd()
499 if (payload->old_format) { in tpm2_unseal_cmd()
/linux-6.1.9/fs/reiserfs/
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()
Djournal.c2712 int old_format, unsigned int commit_max_age) in journal_init() argument
2740 SB_JOURNAL_1st_RESERVED_BLOCK(sb) = (old_format ? in journal_init()
Dreiserfs.h2930 int journal_init(struct super_block *, const char *j_dev_name, int old_format,