Lines Matching refs:supported_flags
4032 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in get_device_flags() local
4063 rp.supported_flags = cpu_to_le32(supported_flags); in get_device_flags()
4077 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
4083 ev.supported_flags = cpu_to_le32(supported_flags); in device_flags_changed()
4096 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in set_device_flags() local
4103 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
4105 current_flags, supported_flags); in set_device_flags()
4141 supported_flags, current_flags); in set_device_flags()
7241 u32 supported_flags; in read_adv_features() local
7266 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()
7268 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()
7446 u32 supported_flags, phy_flags; in add_advertising() local
7485 supported_flags = get_supported_adv_flags(hdev); in add_advertising()
7487 if (flags & ~supported_flags || in add_advertising()
7714 u32 flags, supported_flags; in get_adv_size_info() local
7732 supported_flags = get_supported_adv_flags(hdev); in get_adv_size_info()
7733 if (flags & ~supported_flags) in get_adv_size_info()