Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dmgmt.h534 __le32 supported_flags; member
/linux-4.1.27/net/bluetooth/
Dmgmt.c6788 u32 supported_flags; in read_adv_features() local
6813 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()
6815 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()
6937 u32 supported_flags; in add_advertising() local
6957 supported_flags = get_supported_adv_flags(hdev); in add_advertising()
6958 if (cp->instance != 0x01 || (flags & ~supported_flags)) in add_advertising()
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c2342 const u64 supported_flags = KVM_S390_MEMOP_F_INJECT_EXCEPTION in kvm_s390_guest_mem_op() local
2345 if (mop->flags & ~supported_flags) in kvm_s390_guest_mem_op()
/linux-4.1.27/fs/btrfs/
Dioctl.c5233 u64 change_mask, u64 flags, u64 supported_flags, in check_feature_bits() argument
5242 unsupported = set_mask & ~supported_flags; in check_feature_bits()