Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 30) sorted by relevance

12

/wlan-driver/platform/
Dwlan_platform_modules.bzl34 def _define_platform_config_rule(module, target, variant):
37 name = "{}/{}_defconfig_generate_perf".format(module, tv),
38 outs = ["{}/{}_defconfig.generated_perf".format(module, tv)],
40 "{}/{}_gki_defconfig".format(module, target),
45 name = "{}/{}_defconfig_generate_gki".format(module, tv),
46 outs = ["{}/{}_defconfig.generated_gki".format(module, tv)],
48 "{}/{}_gki_defconfig".format(module, target),
53 name = "{}/{}_defconfig_generate_consolidate".format(module, tv),
54 outs = ["{}/{}_defconfig.generated_consolidate".format(module, tv)],
56 "{}/{}_consolidate_defconfig".format(module, target),
[all …]
DAndroid.mk46 KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(PWD)/$(call intermediates-dir-for,DLKM,sec-module-symvers)…
56 LOCAL_MODULE := wlan-platform-module-symvers
71 LOCAL_REQUIRED_MODULES := sec-module-symvers
72 LOCAL_ADDITIONAL_DEPENDENCIES += $(call intermediates-dir-for,DLKM,sec-module-symvers)/Module.symve…
DKbuild26 # can be only compiled as a module from out-of-kernel-tree source.
32 # can be only compiled as a module from out-of-kernel-tree source.
/wlan-driver/platform/cnss_genl/
DKconfig6 This module creates generic netlink family "CLD80211". This can be
8 netlink sockets. This module creates different multicast groups to
12 bool "Build module out-of-tree"
14 This enables building the module out of the main kernel tree
Dcnss_nl.c117 .module = THIS_MODULE,
/wlan-driver/platform/cnss_utils/
DKconfig6 Add CNSS utilities support for the WLAN driver module.
13 Add CNSS QMI SVC support for the WLAN driver module.
23 bool "Build module out-of-tree"
25 This enables building the module out of the main kernel tree
/wlan-driver/platform/cnss_prealloc/
DKconfig6 Pre-allocate memory for the WLAN driver module.
12 bool "Build module out-of-tree"
14 This enables building the module out of the main kernel tree
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_trace.h146 static inline void __qdf_trace_noop(QDF_MODULE_ID module, in __qdf_trace_noop() argument
148 static inline bool __qdf_trace_noop_ret(QDF_MODULE_ID module, in __qdf_trace_noop_ret() argument
150 static inline void __qdf_trace_dummy(QDF_MODULE_ID module, in __qdf_trace_dummy() argument
153 static inline void __qdf_vtrace_dummy(QDF_MODULE_ID module, in __qdf_vtrace_dummy() argument
156 static inline void __qdf_trace_hexdump_dummy(QDF_MODULE_ID module, in __qdf_trace_hexdump_dummy() argument
328 void __printf(3, 4) qdf_trace_msg(QDF_MODULE_ID module, QDF_TRACE_LEVEL level,
340 void qdf_vtrace_msg(QDF_MODULE_ID module, QDF_TRACE_LEVEL level,
347 static inline void qdf_trace_msg(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in qdf_trace_msg() argument
Dqdf_trace.c156 void qdf_trace_msg(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in qdf_trace_msg() argument
162 qdf_trace_msg_cmn(qdf_pidx, module, level, str_format, val); in qdf_trace_msg()
167 void qdf_vtrace_msg(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in qdf_vtrace_msg() argument
170 qdf_trace_msg_cmn(qdf_pidx, module, level, str_format, val); in qdf_vtrace_msg()
178 static void __qdf_trace_hex_dump(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in __qdf_trace_hex_dump() argument
184 if (!qdf_print_is_verbose_enabled(qdf_pidx, module, level)) in __qdf_trace_hex_dump()
196 qdf_trace_msg(module, level, "%.8x: %s", i, linebuf); in __qdf_trace_hex_dump()
202 void qdf_trace_hex_dump(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in qdf_trace_hex_dump() argument
205 __qdf_trace_hex_dump(module, level, data, buf_len, false); in qdf_trace_hex_dump()
210 void qdf_trace_hex_ascii_dump(QDF_MODULE_ID module, QDF_TRACE_LEVEL level, in qdf_trace_hex_ascii_dump() argument
[all …]
/wlan-driver/platform/icnss2/
DKconfig3 tristate "Platform driver for Wi-Fi Module module"
6 This module adds support for Q6 integrated WLAN connectivity
7 subsystem with iWCN architecture. This module is responsible for
50 Pre-allocate memory for the WLAN driver module.
Dgenl.c80 .module = THIS_MODULE,
/wlan-driver/qcacld-3.0/
DAndroid.mk181 LOCAL_REQUIRED_MODULES := wlan-platform-module-symvers
182 LOCAL_ADDITIONAL_DEPENDENCIES += $(call intermediates-dir-for,DLKM,wlan-platform-module-symvers)/Mo…
324 …RA_SYMBOLS+=$(shell pwd)/$(call intermediates-dir-for,DLKM,wlan-platform-module-symvers)/Module.sy…
375 LOCAL_REQUIRED_MODULES := wlan-platform-module-symvers
376 LOCAL_ADDITIONAL_DEPENDENCIES += $(call intermediates-dir-for,DLKM,wlan-platform-module-symvers)/Mo…
DKconfig1 comment "Qualcomm Atheros CLD WLAN module"
4 tristate "Qualcomm Atheros CLD WLAN module"
7 Add support for the Qualcomm Atheros CLD WLAN module
DKbuild2 # an external module. Determine which mechanism is being used
10 # These are provided in external module based builds
3954 #Enable FLOWMAC module support
4958 # If the module name is not "wlan", then the define MULTI_IF_NAME to be the
4961 # This allows multiple instances of the driver with different module names.
4962 # If the module name is wlan, leave MULTI_IF_NAME undefined and the code will
4967 # a time(WLAN dynamic detect), no matter what the module name is, then
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_trace.h158 uint8_t module; member
705 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data);
779 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data) in qdf_trace() argument
1641 void qdf_trace_hex_dump(QDF_MODULE_ID module, QDF_TRACE_LEVEL level,
1658 void qdf_trace_hex_ascii_dump(QDF_MODULE_ID module, QDF_TRACE_LEVEL level,
1704 void QDF_PRINT_INFO(unsigned int idx, QDF_MODULE_ID module,
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparse_mac_trace.cmm21 ;This script picks up the enums for module ID, code and data part from the dump
22 ;only, for the records of modules: SME,PE,WMA and WMI. For HDD module, code type
535 &MODULE=v.value(g_qdf_trace_tbl[&INDEX].module)
549 Var.NEW QDF_MODULE_ID \module
550 Var.Set \module=&MODULE
551 Var.Write #1 "MODULE_NAME: " \module
553 ;added WMI module script code
554 ;WMI module
976 ;added WMA module script code
977 ;WMA module
/wlan-driver/platform/cnss2/
DKconfig8 This module adds the support for Connectivity Subsystem (CNSS) used
10 This driver also adds support to integrate WLAN module to subsystem
170 Pre-allocate memory for the WLAN driver module.
Dgenl.c83 .module = THIS_MODULE,
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_api.c609 requesters[i].module[j] = name[j]; in wlan_scan_register_requester()
612 requesters[i].module[j] = 0; in wlan_scan_register_requester()
658 requesters[idx].module[0] = 0; in wlan_scan_unregister_requester()
/wlan-driver/platform/inc/
Dicnss2.h180 struct module *owner, const char *mod_name);
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_main.h213 uint8_t module[WLAN_MAX_MODULE_NAME]; member
/wlan-driver/qcacld-3.0/configs/
Dqca6390_defconfig479 #Enable FLOWMAC module support
638 #Flag to enable compilation of DCS module
Dqca6174_defconfig419 #Enable FLOWMAC module support
Dwcn6450_defconfig425 #Enable FLOWMAC module support
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h338 QDF_MODULE_ID module; member

12