Searched refs:old_format (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | twl4030.c | 1713 u8 mode, old_mode, format, old_format; in twl4030_hw_params() local 1776 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_hw_params() 1777 format = old_format; in twl4030_hw_params() 1792 if (format != old_format || mode != old_mode) { in twl4030_hw_params() 1855 u8 old_format, format; in twl4030_set_dai_fmt() local 1858 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt() 1859 format = old_format; in twl4030_set_dai_fmt() 1888 if (format != old_format) { in twl4030_set_dai_fmt() 2053 u8 old_format, format; in twl4030_voice_set_dai_fmt() local 2056 old_format = twl4030_read(codec, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt() [all …]
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 1851 int old_format = 0; in reiserfs_fill_super() local 1921 old_format = 1; in reiserfs_fill_super() 1982 if (journal_init(s, jdev_name, old_format, commit_max_age)) { in reiserfs_fill_super() 2047 else if (old_format) in reiserfs_fill_super()
|
D | journal.c | 2719 int old_format, unsigned int commit_max_age) in journal_init() argument 2748 SB_JOURNAL_1st_RESERVED_BLOCK(sb) = (old_format ? in journal_init()
|
D | reiserfs.h | 2930 int journal_init(struct super_block *, const char *j_dev_name, int old_format,
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 472 int old_format; member
|
D | event-parse.c | 5638 pevent->old_format = 1; in pevent_parse_header_page()
|