Searched refs:temp_int (Results 1 – 1 of 1) sorted by relevance
333 int temp_int; in _hdd_parse_bssid_and_chan() local399 v = kstrtos32(temp_buf, 10, &temp_int); in _hdd_parse_bssid_and_chan()400 if (v < 0 || temp_int < 0) in _hdd_parse_bssid_and_chan()402 else if (!hdd_check_and_fill_freq(temp_int, freq, pdev)) in _hdd_parse_bssid_and_chan()438 int temp_int; in hdd_parse_send_action_frame_v1_data() local466 v = kstrtos32(temp_buf, 10, &temp_int); in hdd_parse_send_action_frame_v1_data()467 if (v < 0 || temp_int < 0) in hdd_parse_send_action_frame_v1_data()470 *dwell_time = temp_int; in hdd_parse_send_action_frame_v1_data()1045 int temp_int; in hdd_parse_channellist() local1070 v = kstrtos32(buf, 10, &temp_int); in hdd_parse_channellist()[all …]