Searched refs:flag_mask (Results 1 – 7 of 7) sorted by relevance
219 const unsigned int flag_mask[] = { in sd_prot_flag_mask() local251 return flag_mask[prot_op]; in sd_prot_flag_mask()
83 int flag_mask,
120 int flags, int flag_mask, in usnic_uiom_get_intervals_diff() argument151 flag_mask)) { in usnic_uiom_get_intervals_diff()
523 __le32 flag_mask; /* bitmask of flags to configure */ member549 __le32 flag_mask; /* bitmask of flags to configure */ member572 __le32 flag_mask; /* bitmask of flags to configure */ member
1669 unsigned int flag_mask, unsigned int flags) in set_dai_flags() argument1671 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_RATES) in set_dai_flags()1675 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_CHANNELS) in set_dai_flags()1680 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_dai_flags()1735 unsigned int flag_mask, unsigned int flags) in set_link_flags() argument1737 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_RATES) in set_link_flags()1741 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_CHANNELS) in set_link_flags()1746 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_link_flags()1751 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_VOICE_WAKEUP) in set_link_flags()1784 if (pcm->flag_mask) in soc_tplg_fe_link_create()[all …]
16 __u8 flag_mask; member
33 return (chunkflags & flag_info[i].flag_mask) == flag_info[i].flag; in match_flags()