Searched refs:dev_value1 (Results 1 – 3 of 3) sorted by relevance
137 uint32_t dev_value1 = -1; variable198 return dev_value1; in wifi_get_device_value1()378 void wifi_get_value1_from_cmdresp(void *resp, uint32_t *dev_value1);458 wifi_get_value1_from_cmdresp(cmdresp, &dev_value1); in wlan_handle_cmd_resp_packet()
98 static uint32_t dev_value1 = -1; variable241 return dev_value1; in wifi_get_device_value1()453 void wifi_get_value1_from_cmdresp(const HostCmd_DS_COMMAND *resp, uint32_t *dev_value1);527 wifi_get_value1_from_cmdresp((HostCmd_DS_COMMAND *)(void *)cmdresp, &dev_value1); in wlan_handle_cmd_resp_packet()
129 void wifi_get_value1_from_cmdresp(const HostCmd_DS_COMMAND *resp, uint32_t *dev_value1);7020 void wifi_get_value1_from_cmdresp(const HostCmd_DS_COMMAND *resp, uint32_t *dev_value1) in wifi_get_value1_from_cmdresp() argument7024 *dev_value1 = resp->params.mac_reg.value; in wifi_get_value1_from_cmdresp()