Home
last modified time | relevance | path

Searched refs:MULTI_IF_NAME (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_misc.h36 #ifdef MULTI_IF_NAME
37 #define PREFIX MULTI_IF_NAME "/"
Dwlan_hdd_main.h1021 #ifdef MULTI_IF_NAME
1023 (MULTI_IF_NAME[0] == 0 ? 0x574c414e : \
1024 (MULTI_IF_NAME[1] == 0 ? (MULTI_IF_NAME[0] << 24) : \
1025 (MULTI_IF_NAME[2] == 0 ? (MULTI_IF_NAME[0] << 24) | \
1026 (MULTI_IF_NAME[1] << 16) : \
1027 (MULTI_IF_NAME[0] << 24) | (MULTI_IF_NAME[1] << 16) | \
1028 (MULTI_IF_NAME[2] << 8) | MULTI_IF_NAME[3])))
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_bootup_marker.c33 #ifdef MULTI_IF_NAME
34 #define PREFIX_MARKER MULTI_IF_NAME
Dwlan_hdd_sysfs.c104 #ifdef MULTI_IF_NAME
105 #define DRIVER_NAME MULTI_IF_NAME
Dwlan_hdd_main.c322 #ifdef MULTI_IF_NAME
323 #define WLAN_LOADER_NAME "boot_" MULTI_IF_NAME
/wlan-driver/qcacld-3.0/uapi/linux/
Dpktlog_ac_fmt.h29 #ifdef MULTI_IF_NAME
30 #define PKTLOG_PROC_DIR "ath_pktlog" MULTI_IF_NAME
31 #define WLANDEV_BASENAME "cld" MULTI_IF_NAME
/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_sdio.h32 #ifdef MULTI_IF_NAME
33 #define PREFIX MULTI_IF_NAME "/"
Dpld_pcie_fw_sim.c305 #ifdef MULTI_IF_NAME
306 #define PLD_PCIE_FW_SIM_OPS_NAME "pld_ipcie_fw_sim_" MULTI_IF_NAME
580 #ifdef MULTI_IF_NAME
581 #define PLD_PCIE_FW_SIM_OPS_NAME "pld_pcie_fw_sim_" MULTI_IF_NAME
Dpld_snoc_fw_sim.c264 #ifdef MULTI_IF_NAME
265 #define PLD_SNOC_FW_SIM_OPS_NAME "pld_snoc_fw_sim_" MULTI_IF_NAME
Dpld_snoc.c394 #ifdef MULTI_IF_NAME
395 #define PLD_SNOC_OPS_NAME "pld_snoc_" MULTI_IF_NAME
Dpld_ipci.c478 #ifdef MULTI_IF_NAME
479 #define PLD_IPCI_OPS_NAME "pld_ipci_" MULTI_IF_NAME
Dpld_pcie.h37 #ifdef MULTI_IF_NAME
38 #define PREFIX MULTI_IF_NAME "/"
Dpld_pcie.c725 #ifdef MULTI_IF_NAME
726 #define PLD_PCIE_OPS_NAME "pld_pcie_" MULTI_IF_NAME
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dath_procfs.c47 #ifdef MULTI_IF_NAME
48 #define PROCFS_DIR "cld" MULTI_IF_NAME
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dlinux_ac.c52 #ifdef MULTI_IF_NAME
53 #define PKTLOG_PROC_DIR "ath_pktlog" MULTI_IF_NAME
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c525 #elif !defined(MULTI_IF_NAME) || defined(MULTI_IF_LOG)
/wlan-driver/qcacld-3.0/
DKbuild4958 # If the module name is not "wlan", then the define MULTI_IF_NAME to be the
4959 # same a the QCA CHIP name. The host driver will then append MULTI_IF_NAME to
4962 # If the module name is wlan, leave MULTI_IF_NAME undefined and the code will
4965 # If DYNAMIC_SINGLE_CHIP is defined and MULTI_IF_NAME is undefined, which means
4971 # If DYNAMIC_SINGLE_CHIP & MULTI_IF_NAME defined, which means there are
4974 # MULTI_IF_NAME to make cnss2 platform driver to figure out which wlanhost
4980 ifneq ($(MULTI_IF_NAME),)
4981 ccflags-y += -DMULTI_IF_NAME=\"$(MULTI_IF_NAME)\"
4995 # characters (including NULL) of MULTI_IF_NAME to construct
DKconfig1890 config MULTI_IF_NAME config
1891 string "set MULTI_IF_NAME"
/wlan-driver/qcacld-3.0/configs/
Dconfig_to_feature.h2879 #define MULTI_IF_NAME CONFIG_MULTI_IF_NAME macro
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/
Ddbglog_host.c50 #ifdef MULTI_IF_NAME
51 #define CLD_DEBUGFS_DIR "cld" MULTI_IF_NAME
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_trace.c3498 #ifdef MULTI_IF_NAME
3501 return MULTI_IF_NAME; in qdf_trace_wlan_modname()