Lines Matching refs:current_flags
5081 u32 current_flags = 0;
5100 current_flags = br_params->flags;
5107 current_flags = params->flags;
5113 rp.current_flags = cpu_to_le32(current_flags);
5126 u32 supported_flags, u32 current_flags)
5133 ev.current_flags = cpu_to_le32(current_flags);
5209 u32 current_flags = __le32_to_cpu(cp->current_flags);
5212 &cp->addr.bdaddr, cp->addr.type, current_flags);
5217 if ((supported_flags | current_flags) != supported_flags) {
5219 current_flags, supported_flags);
5231 br_params->flags = current_flags;
5258 if ((supported_flags | current_flags) != supported_flags) {
5260 current_flags, supported_flags);
5264 WRITE_ONCE(params->flags, current_flags);
5279 supported_flags, current_flags);
7692 u32 current_flags = 0;
7785 supported_flags, current_flags);