Searched refs:user_request (Results 1 – 2 of 2) sorted by relevance
2344 __reg_process_hint_user(struct regulatory_request *user_request) in __reg_process_hint_user() argument2348 if (reg_request_cell_base(user_request)) in __reg_process_hint_user()2349 return reg_ignore_cell_hint(user_request); in __reg_process_hint_user()2373 if (!regdom_changes(user_request->alpha2)) in __reg_process_hint_user()2387 reg_process_hint_user(struct regulatory_request *user_request) in reg_process_hint_user() argument2391 treatment = __reg_process_hint_user(user_request); in reg_process_hint_user()2396 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()2397 user_request->processed = false; in reg_process_hint_user()2399 if (reg_query_database(user_request)) { in reg_process_hint_user()2400 reg_update_last_request(user_request); in reg_process_hint_user()[all …]
86 bool user_request; in watchdog_store() local88 retval = strtobool(buf, &user_request); in watchdog_store()92 if (user_request) in watchdog_store()