Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasoc.h525 __le32 flag_mask; /* bitmask of flags to configure */ member
551 __le32 flag_mask; /* bitmask of flags to configure */ member
574 __le32 flag_mask; /* bitmask of flags to configure */ member
/Linux-v6.1/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.h83 int flag_mask,
Dusnic_uiom_interval_tree.c121 int flags, int flag_mask, in usnic_uiom_get_intervals_diff() argument
152 flag_mask)) { in usnic_uiom_get_intervals_diff()
/Linux-v6.1/sound/soc/
Dsoc-topology.c1592 unsigned int flag_mask, unsigned int flags) in set_dai_flags() argument
1594 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_RATES) in set_dai_flags()
1598 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_CHANNELS) in set_dai_flags()
1603 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_dai_flags()
1684 unsigned int flag_mask, unsigned int flags) in set_link_flags() argument
1686 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_RATES) in set_link_flags()
1690 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_CHANNELS) in set_link_flags()
1695 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_link_flags()
1700 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_VOICE_WAKEUP) in set_link_flags()
1761 if (pcm->flag_mask) in soc_tplg_fe_link_create()
[all …]
Dsoc-topology-test.c207 .flag_mask = 0,
/Linux-v6.1/include/uapi/linux/netfilter/
Dxt_sctp.h16 __u8 flag_mask; member
/Linux-v6.1/net/netfilter/
Dxt_sctp.c34 return (chunkflags & flag_info[i].flag_mask) == flag_info[i].flag; in match_flags()
/Linux-v6.1/include/linux/
Dfilter.h1508 u64 flags, const u64 flag_mask, in __bpf_xdp_redirect_map() argument
1515 if (unlikely(flags & ~(action_mask | flag_mask))) in __bpf_xdp_redirect_map()
/Linux-v6.1/drivers/scsi/
Dsd.c708 static const unsigned int flag_mask[] = { in sd_prot_flag_mask() local
740 return flag_mask[prot_op]; in sd_prot_flag_mask()