Lines Matching refs:supported_flags
4033 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in get_device_flags() local
4064 rp.supported_flags = cpu_to_le32(supported_flags); in get_device_flags()
4078 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
4084 ev.supported_flags = cpu_to_le32(supported_flags); in device_flags_changed()
4097 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in set_device_flags() local
4104 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
4106 current_flags, supported_flags); in set_device_flags()
4142 supported_flags, current_flags); in set_device_flags()
7252 u32 supported_flags; in read_adv_features() local
7277 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()
7279 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()
7457 u32 supported_flags, phy_flags; in add_advertising() local
7496 supported_flags = get_supported_adv_flags(hdev); in add_advertising()
7498 if (flags & ~supported_flags || in add_advertising()
7725 u32 flags, supported_flags; in get_adv_size_info() local
7743 supported_flags = get_supported_adv_flags(hdev); in get_adv_size_info()
7744 if (flags & ~supported_flags) in get_adv_size_info()