Lines Matching defs:current_flags
4985 u32 current_flags = 0;
5004 current_flags = br_params->flags;
5012 current_flags = params->flags;
5018 rp.current_flags = cpu_to_le32(current_flags);
5031 u32 supported_flags, u32 current_flags)
5038 ev.current_flags = cpu_to_le32(current_flags);
5051 u32 current_flags = __le32_to_cpu(cp->current_flags);
5054 &cp->addr.bdaddr, cp->addr.type, current_flags);
5059 if ((supported_flags | current_flags) != supported_flags) {
5061 current_flags, supported_flags);
5073 br_params->flags = current_flags;
5093 if ((supported_flags | current_flags) != supported_flags) {
5095 current_flags, supported_flags);
5099 WRITE_ONCE(params->flags, current_flags);
5114 supported_flags, current_flags);
7575 u32 current_flags = 0;
7648 current_flags = params->flags;
7659 supported_flags, current_flags);