Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 31) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_manager_config_file.py75 def _begin_end(module, driver): argument
81 def _create_device(self, module, driver): argument
102 def add_device(self, module, driver): argument
115 def delete_device(self, module, driver): argument
122 def _create_host(self, module): argument
133 def add_host(self, module): argument
145 def delete_host(self, module): argument
Dhdf_vendor_mk_file.py30 def _begin_end(self, module): argument
36 def _create_module(self, module, need_content=True): argument
52 def add_module(self, module): argument
62 def delete_module(self, file_path, module): argument
Dhdf_vendor_makefile.py37 def _begin_end(self, module): argument
49 def delete_module(self, module): argument
Dhdf_hcs_file.py64 def add_driver(self, module, driver): argument
75 def delete_driver(self, module, driver): argument
Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
62 def delete_driver(self, module, temp_flag="host"): argument
Dhdf_vendor_build_file.py29 def add_module(self, module): argument
Dhdf_driver_config_file.py23 def __init__(self, root, board, module, driver, kernel, only_path=False): argument
Dhdf_module_mk_file.py21 def __init__(self, root, vendor, module): argument
Dhdf_vendor_kconfig_file.py88 def delete_module(self, module): argument
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_module.c26 static int32_t InitFeatures(struct WifiModule *module) in InitFeatures()
54 static int32_t DeInitFeatures(struct WifiModule *module) in DeInitFeatures()
78 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config) in InitWifiModule()
Dwifi_feature.c17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature()
33 int32_t DelFeature(struct WifiModule *module, uint16_t featureType) in DelFeature()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
Dhdf_module_test.c79 struct WifiModule *module = NULL; in WiFiModuleTestCreateModule() local
105 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestAddFeature() local
119 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestDelFeature() local
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dthermal_log.h92 #define THERMAL_HILOGF(module, ...) \ argument
94 #define THERMAL_HILOGE(module, ...) \ argument
96 #define THERMAL_HILOGW(module, ...) \ argument
98 #define THERMAL_HILOGI(module, ...) \ argument
100 #define THERMAL_HILOGD(module, ...) \ argument
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
Dmk_file_add_config.py91 module, driver, root_path): argument
143 def get_liteos_mk_template(module): argument
Dgn_file_add_config.py160 def build_file_operation(path, driver_file_path, head_path, module, driver): argument
/drivers/hdf_core/adapter/uhdf2/include/host/
Dhdf_device_section.h21 #define HDF_DRIVER_INIT(module) struct HdfDriverEntry *driverDesc = &(module) argument
/drivers/hdf_core/adapter/khdf/linux/include/core/
Dhdf_driver_module.h27 #define HDF_DRIVER_MODULE(module) \ argument
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Dplatform_trace.c89 void PlatformTraceAddUintMsg(int module, int moduleFun, const uint infos[], uint8_t size) in PlatformTraceAddUintMsg()
137 void PlatformTraceAddMsg(const char *module, const char *moduleFun, const char *fmt, ...) in PlatformTraceAddMsg()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Djsconfig.json3 "module": "commonjs", string
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
Dkconfig_file_add_config.py24 def kconfig_file_operation(path, module, driver, template_path): argument
Dmk_file_add_config.py114 def linux_makefile_operation(path, driver_file_path, head_path, module, driver): argument
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
Dhdf_utils.py260 def get_module_dir(root, module=""): argument
264 def get_drv_root_dir(root, module): argument
268 def get_drv_dir(root, module, driver): argument
272 def get_drv_src_dir(root, module): argument
276 def get_drv_src_dir_peripheral(root, module): argument
280 def get_drv_include_dir(root, module, driver): argument
289 def get_module_kconfig_path(root, module): argument
293 def get_module_mk_path(root, module): argument
/drivers/hdf_core/framework/core/common/include/host/
Dhdf_device_section.h15 #define HDF_DRIVER_INIT(module) \ argument
/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
Dplatform_trace.c28 void PlatformTraceAddMsg(const char *module, const char *moduleFun, const char *fmt, ...) in PlatformTraceAddMsg()
56 void PlatformTraceAddUintMsg(int module, int moduleFun, const uint infos[], uint8_t size) in PlatformTraceAddUintMsg()
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_product.c23 struct WifiModule module; /* *< Structure of the WLAN module */ member

12