Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 46) sorted by relevance

12

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_config.c39 bool btc_compare_address_key_value(const char *section, const char *key_type, void *key_value, int … in btc_compare_address_key_value()
113 bool btc_config_has_section(const char *section) in btc_config_has_section()
121 bool btc_config_exist(const char *section, const char *key) in btc_config_exist()
130 bool btc_config_get_int(const char *section, const char *key, int *value) in btc_config_get_int()
145 bool btc_config_set_int(const char *section, const char *key, int value) in btc_config_set_int()
156 bool btc_config_get_str(const char *section, const char *key, char *value, int *size_bytes) in btc_config_get_str()
176 bool btc_config_set_str(const char *section, const char *key, const char *value) in btc_config_set_str()
188 bool btc_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) in btc_config_get_bin()
221 size_t btc_config_get_bin_length(const char *section, const char *key) in btc_config_get_bin_length()
237 bool btc_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length) in btc_config_set_bin()
[all …]
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c120 bool config_has_section(const config_t *config, const char *section) in config_has_section()
128 bool config_has_key(const config_t *config, const char *section, const char *key) in config_has_key()
141 const section_t *section = (const section_t *)list_node(node); in config_has_key_in_section() local
156 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) in config_get_int()
172 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) in config_get_bool()
193 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string()
207 void config_set_int(config_t *config, const char *section, const char *key, int value) in config_set_int()
218 void config_set_bool(config_t *config, const char *section, const char *key, bool value) in config_set_bool()
227 void config_set_string(config_t *config, const char *section, const char *key, const char *value, b… in config_set_string()
252 bool config_remove_section(config_t *config, const char *section) in config_remove_section()
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/config/src/
Dwm_bt_storage.c110 int btif_wm_config_set_local(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_set_local()
310 int btif_wm_config_get_local(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_get_local()
510 int btif_wm_config_get_local_int(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_get_local_int()
517 int btif_wm_config_set_local_int(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_set_local_int()
523 int btif_wm_config_get_local_str(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_get_local_str()
534 int btif_wm_config_set_local_str(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name, in btif_wm_config_set_local_str()
542 int btif_wm_config_remove_local(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name) in btif_wm_config_remove_local()
546 int btif_wm_config_exist_local(const nv_tag_t section, const nv_tag_t key, const nv_tag_t name) in btif_wm_config_exist_local()
550 int btif_wm_config_filter_remove_local(const char *section, const char *filter[], int filter_count, in btif_wm_config_filter_remove_local()
682 int btif_wm_config_set_remote(const nv_tag_t section, const char *key, const nv_tag_t name, in btif_wm_config_set_remote()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
Dbase_interface.c136 int SectGetCfgInt(const char* section, const char* field, int defVal) in SectGetCfgInt()
151 double SectGetCfgDouble(const char* section, const char* field, double defVal) in SectGetCfgDouble()
166 bool SectGetCfgBool(const char* section, const char* field, bool defVal) in SectGetCfgBool()
181 const char* SectGetCfgStr(const char* section, const char* field, const char* defVal) in SectGetCfgStr()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_location.h30 #define HAL_SEC_DEF(section, name) HAL_SEC_NAME_ATTR(HAL_SEC_TO_STR(HAL_SEC_CONCAT_2(section, … argument
32 #define HAL_SEC_LOC(section) HAL_SEC_NAME_ATTR(HAL_SEC_TO_STR(HAL_SEC_CONCAT_3(section, … argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_custom_memprealloc.c163 #define GET_STATIC_BUF(section, config_size, req_size, buf) ({\ argument
175 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_static_buf.c118 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_linux_platdev.c140 void* wifi_platform_prealloc(wifi_adapter_info_t *adapter, int section, unsigned long size) in wifi_platform_prealloc()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/utility/
Dcfg_op.c162 static int get_one_key_value(char *buffer, void *section, void *key, in get_one_key_value()
235 static int get_all_keys_value(char *buffer, void *section, char *keys[], in get_all_keys_value()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/control/
Dhpm_mcl_filter.h42 uint8_t section; /**< Sections of the iir filter */ member
/device/soc/rockchip/rk3588/kernel/net/rfkill/
Drfkill-wlan.c154 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
168 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
/device/soc/rockchip/common/vendor/drivers/net/
Drfkill-wlan.c149 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
166 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
/device/board/isoftstone/yangfan/kernel/src/_net/
Drfkill-wlan.c153 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
167 void *rockchip_mem_prealloc(int section, unsigned long size) in rockchip_mem_prealloc()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_custom_memprealloc.c162 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_static_buf.c182 int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_linux_platdev.c152 void *wifi_platform_prealloc(wifi_adapter_info_t *adapter, int section, in wifi_platform_prealloc()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_custom_memprealloc.c162 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_static_buf.c127 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_linux_platdev.c147 void* wifi_platform_prealloc(wifi_adapter_info_t *adapter, int section, unsigned long size) in wifi_platform_prealloc()
/device/board/unionman/unionpi_tiger/kernel/drivers/wifi/
Ddhd_static_buf.c137 void *bcmdhd_mem_prealloc(int section, unsigned long size) in bcmdhd_mem_prealloc()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_static_buf.c127 void *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc()
Ddhd_linux_platdev.c164 void* wifi_platform_prealloc(wifi_adapter_info_t *adapter, int section, unsigned long size) in wifi_platform_prealloc()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dieee80211.h993 #define IS_CCK_RATE_SECTION(section) ((section) == CCK) argument
994 #define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) argument
995 #define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) argument
996 #define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) argument
998 #define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS |… argument
999 #define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) argument
1000 #define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) argument
1001 #define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) argument
1022 #define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) argument
1023 #define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_upg_file.h192 hi_upg_section_head section; /**< Head of code section.CNcomment:Code段头信息。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_upg_file.h203 hi_upg_section_head section; /**< Head of code section.CNcomment:Code段头信息。CNend */ member

12