Home
last modified time | relevance | path

Searched refs:supported_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/bluetooth/
Dmgmt.h534 __le32 supported_flags; member
/linux-4.4.14/net/bluetooth/
Dmgmt.c6959 u32 supported_flags; in read_adv_features() local
6981 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()
6983 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()
7141 u32 supported_flags; in add_advertising() local
7169 supported_flags = get_supported_adv_flags(hdev); in add_advertising()
7170 if (flags & ~supported_flags) in add_advertising()
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c2456 const u64 supported_flags = KVM_S390_MEMOP_F_INJECT_EXCEPTION in kvm_s390_guest_mem_op() local
2459 if (mop->flags & ~supported_flags) in kvm_s390_guest_mem_op()
/linux-4.4.14/fs/btrfs/
Dioctl.c5398 u64 change_mask, u64 flags, u64 supported_flags, in check_feature_bits() argument
5407 unsupported = set_mask & ~supported_flags; in check_feature_bits()