Lines Matching refs:request_wiphy

1755 				       struct wiphy *request_wiphy,  in handle_channel_single_rule()  argument
1768 request_wiphy && request_wiphy == wiphy && in handle_channel_single_rule()
1769 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel_single_rule()
1828 struct wiphy *request_wiphy, in handle_channel_adjacent_rules() argument
1847 request_wiphy && request_wiphy == wiphy && in handle_channel_adjacent_rules()
1848 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel_adjacent_rules()
1943 struct wiphy *request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel() local
1982 flags, lr, request_wiphy, in handle_channel()
2003 request_wiphy && request_wiphy == wiphy && in handle_channel()
2004 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()
2018 request_wiphy, rrule); in handle_channel()
3765 struct wiphy *request_wiphy; in reg_set_rd_driver() local
3780 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()
3781 if (!request_wiphy) in reg_set_rd_driver()
3785 if (request_wiphy->regd) in reg_set_rd_driver()
3792 rcu_assign_pointer(request_wiphy->regd, regd); in reg_set_rd_driver()
3806 tmp = get_wiphy_regdom(request_wiphy); in reg_set_rd_driver()
3807 rcu_assign_pointer(request_wiphy->regd, rd); in reg_set_rd_driver()
3820 struct wiphy *request_wiphy; in reg_set_rd_country_ie() local
3839 request_wiphy = wiphy_idx_to_wiphy(country_ie_request->wiphy_idx); in reg_set_rd_country_ie()
3840 if (!request_wiphy) in reg_set_rd_country_ie()
4019 struct wiphy *request_wiphy = NULL; in wiphy_regulatory_deregister() local
4031 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in wiphy_regulatory_deregister()
4033 if (!request_wiphy || request_wiphy != wiphy) in wiphy_regulatory_deregister()