Lines Matching refs:supported_flags
4281 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in get_device_flags() local
4312 rp.supported_flags = cpu_to_le32(supported_flags); in get_device_flags()
4326 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
4332 ev.supported_flags = cpu_to_le32(supported_flags); in device_flags_changed()
4345 u32 supported_flags = SUPPORTED_DEVICE_FLAGS(); in set_device_flags() local
4352 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
4354 current_flags, supported_flags); in set_device_flags()
4390 supported_flags, current_flags); in set_device_flags()
7707 u32 supported_flags; in read_adv_features() local
7732 supported_flags = get_supported_adv_flags(hdev); in read_adv_features()
7734 rp->supported_flags = cpu_to_le32(supported_flags); in read_adv_features()
7856 u32 supported_flags, phy_flags; in requested_adv_flags_are_valid() local
7861 supported_flags = get_supported_adv_flags(hdev); in requested_adv_flags_are_valid()
7863 if (adv_flags & ~supported_flags || in requested_adv_flags_are_valid()
8532 u32 flags, supported_flags; in get_adv_size_info() local
8550 supported_flags = get_supported_adv_flags(hdev); in get_adv_size_info()
8551 if (flags & ~supported_flags) in get_adv_size_info()