Home
last modified time | relevance | path

Searched refs:target_hw_name (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_lpass.c399 hdd_ctx->target_hw_name); in hdd_lpass_notify_wlan_version()
Dwlan_hdd_sysfs_connect_info.c67 hdd_ctx->target_hw_name); in wlan_hdd_version_info()
Dwlan_hdd_sysfs.c180 hdd_ctx->target_hw_name, in __show_fw_version()
Dwlan_hdd_main.c3776 const char *target_hw_name; in hdd_update_hw_sw_info() local
3786 &target_hw_name); in hdd_update_hw_sw_info()
3788 qdf_mem_zero(hdd_ctx->target_hw_name, MAX_TGT_HW_NAME_LEN); in hdd_update_hw_sw_info()
3790 target_hw_name_len = strlen(target_hw_name) + 1; in hdd_update_hw_sw_info()
3793 qdf_mem_copy(hdd_ctx->target_hw_name, target_hw_name, in hdd_update_hw_sw_info()
3800 hdd_debug("target_hw_name = %s", hdd_ctx->target_hw_name); in hdd_update_hw_sw_info()
3922 hdd_ctx->target_hw_name, in hdd_wlan_get_version()
Dwlan_hdd_cfg80211.c8113 hdd_ctx->target_hw_name, in __wlan_hdd_cfg80211_get_wifi_info()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h2107 char target_hw_name[MAX_TGT_HW_NAME_LEN]; member