Lines Matching defs:current_flags
5078 u32 current_flags = 0;
5097 current_flags = br_params->flags;
5104 current_flags = params->flags;
5110 rp.current_flags = cpu_to_le32(current_flags);
5123 u32 supported_flags, u32 current_flags)
5130 ev.current_flags = cpu_to_le32(current_flags);
5206 u32 current_flags = __le32_to_cpu(cp->current_flags);
5209 &cp->addr.bdaddr, cp->addr.type, current_flags);
5214 if ((supported_flags | current_flags) != supported_flags) {
5216 current_flags, supported_flags);
5228 br_params->flags = current_flags;
5255 if ((supported_flags | current_flags) != supported_flags) {
5257 current_flags, supported_flags);
5261 WRITE_ONCE(params->flags, current_flags);
5276 supported_flags, current_flags);
7689 u32 current_flags = 0;
7782 supported_flags, current_flags);