Searched refs:tv (Results 1 – 13 of 13) sorted by relevance
/wlan-driver/platform/ ! |
H A D | wlan_platform_modules.bzl | 16 tv = "{}_{}".format(target, variant) 32 return [":{}_{}".format(tv, mod) for mod in ret] 35 tv = "{}_{}".format(target, variant) 37 name = "{}/{}_defconfig_generate_perf".format(module, tv), 38 outs = ["{}/{}_defconfig.generated_perf".format(module, tv)], 45 name = "{}/{}_defconfig_generate_gki".format(module, tv), 46 outs = ["{}/{}_defconfig.generated_gki".format(module, tv)], 53 name = "{}/{}_defconfig_generate_consolidate".format(module, tv), 54 outs = ["{}/{}_defconfig.generated_consolidate".format(module, tv)], 62 tv = "{}_{}".format(target, variant) [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ ! |
H A D | qdf_mc_timer.c | 679 struct timespec64 tv; in qdf_mc_timer_get_system_time() local 681 ktime_get_real_ts64(&tv); in qdf_mc_timer_get_system_time() 682 return tv.tv_sec * 1000 + tv.tv_nsec / 1000000; in qdf_mc_timer_get_system_time() 689 struct timeval tv; in qdf_mc_timer_get_system_time() local 691 do_gettimeofday(&tv); in qdf_mc_timer_get_system_time() 692 return tv.tv_sec * 1000 + tv.tv_usec / 1000; in qdf_mc_timer_get_system_time() 714 struct timespec64 tv; in qdf_get_time_of_the_day_in_hr_min_sec_usec() local 719 ktime_get_real_ts64(&tv); in qdf_get_time_of_the_day_in_hr_min_sec_usec() 721 local_time = (u32)(tv.tv_sec - (sys_tz.tz_minuteswest * 60)); in qdf_get_time_of_the_day_in_hr_min_sec_usec() 725 tm.tm_hour, tm.tm_min, tm.tm_sec, tv.tv_nsec / 1000); in qdf_get_time_of_the_day_in_hr_min_sec_usec() [all …]
|
/wlan-driver/wpa_supplicant_8/src/crypto/ ! |
H A D | crypto_module_tests.c |
|
/wlan-driver/wpa_supplicant_8/src/utils/ ! |
H A D | os_internal.c |
|
H A D | eloop_win.c |
|
H A D | eloop.c |
|
H A D | wpa_debug.c |
|
H A D | os_unix.c |
|
/wlan-driver/wpa_supplicant_8/src/common/ ! |
H A D | wpa_helpers.c |
|
H A D | wpa_ctrl.c |
|
/wlan-driver/wpa_supplicant_8/src/l2_packet/ ! |
H A D | l2_packet_privsep.c |
|
/wlan-driver/wpa_supplicant_8/src/drivers/ ! |
H A D | driver_privsep.c |
|
/wlan-driver/qcacld-3.0/ ! |
H A D | wlan_qcacld3_modules.bzl | 2141 tv = "{}_{}".format(target, variant) 2142 name = "{}_qca_cld_{}".format(tv, chipset) 2255 "//vendor/qcom/opensource/wlan/platform:{}_icnss2".format(tv), 2256 "//vendor/qcom/opensource/wlan/platform:{}_cnss_prealloc".format(tv), 2257 "//vendor/qcom/opensource/wlan/platform:{}_cnss_utils".format(tv), 2258 "//vendor/qcom/opensource/wlan/platform:{}_cnss_nl".format(tv), 2266 "//vendor/qcom/opensource/wlan/platform:{}_cnss2".format(tv), 2267 "//vendor/qcom/opensource/wlan/platform:{}_cnss_prealloc".format(tv), 2268 "//vendor/qcom/opensource/wlan/platform:{}_cnss_utils".format(tv), 2269 "//vendor/qcom/opensource/wlan/platform:{}_cnss_nl".format(tv), [all …]
|