Home
last modified time | relevance | path

Searched refs:wmi_tlv_attach (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_priv.h3667 #define wmi_tlv_attach(x) qdf_print("TLV Unavailable") macro
3669 void wmi_tlv_attach(wmi_unified_t wmi_handle);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c23177 void wmi_tlv_attach(wmi_unified_t wmi_handle) in wmi_tlv_attach() function
23217 qdf_export_symbol(wmi_tlv_attach);
23226 wmi_unified_register_module(WMI_TLV_TARGET, &wmi_tlv_attach); in wmi_tlv_init()