Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 53) sorted by relevance

123

/device/soc/esp/esp32/components/spi_flash/
Dpartition.c49 const char* label; // requested label (can be NULL) member
85 esp_partition_subtype_t subtype, const char* label) in esp_partition_find()
133 esp_partition_subtype_t subtype, const char* label) in esp_partition_find_first()
145 esp_partition_subtype_t subtype, const char* label) in iterator_create()
296 const char* label, esp_partition_type_t type, esp_partition_subtype_t subtype, in esp_partition_register_external()
377 const char *label = (strlen(partition->label) > 0) ? partition->label : NULL; in esp_partition_verify() local
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_partition_lookup.cpp12 esp_err_t lookup_nvs_partition(const char* label, NVSPartition **p) in lookup_nvs_partition()
36 esp_err_t lookup_nvs_encrypted_partition(const char* label, nvs_sec_cfg_t* cfg, NVSPartition **p) in lookup_nvs_encrypted_partition()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dfoundation.h122 struct label { struct
135 struct label *get_label(u16_t index); argument
/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/cpp/
Dtime_weather_view.cpp90 UILabel* label = new UILabel(); in SetUpTimeView() local
115 UILabel* label = nullptr; in SetUpTimeView() local
171 UILabel* label = new UILabel(); in SetUpWeatherView() local
Dmain_ability_slice.cpp59 UILabel* label = new UILabel(); in SetHead() local
73 UILabel* label = new UILabel(); in SetTail() local
Dapp_info.cpp72 void AppInfo::SetLabel(UILabel* label) in SetLabel()
Dswipe_view.h53 SwipeListener(LongPressView* view, UISwipeView* swipe, UILabel* label) in SwipeListener()
Dview_group_page.cpp108 UILabel *label = new UILabel(); in SetUpApp() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/
Dsha256-prf.c31 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf()
55 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_common.c68 bool bootloader_common_label_search(const char *list, char *label) in bootloader_common_label_search()
123 char label[sizeof(partition->label) + 1] = {0}; in bootloader_common_erase_part_type_data() local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/
Daml_demod_common.h270 static inline __maybe_unused int aml_gpio_request(int gpio, const char *label) in aml_gpio_request()
276 int value, const char *label) in aml_demod_gpio_set()
282 const char *label) in aml_demod_gpio_config()
/device/board/bearpi/bearpi_hm_micro/app/screensaver/screensaver/src/main/
Dconfig.json33 "label": "screensaver", string
/device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/
Dconfig.json33 "label": "test testapp2 1", string
/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/
Dconfig.json36 "label": "launcher", string
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_typedef.h106 #define LOS_LABEL_DEFN(label) (label) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h134 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h164 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/common/sdk_linux/include/linux/
Dpwm.h81 const char *label; member
408 static inline struct pwm_device *pwm_request(int pwm_id, const char *label) in pwm_request()
471 …uct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, unsigned int index, const char *label) in pwm_request_from_chip()
/device/soc/esp/esp32/components/spi_flash/sim/stubs/spi_flash/
Desp_partition.h86 char label[17]; /*!< partition label, zero-terminated ASCII string */ member
/device/soc/esp/esp32/components/spi_flash/include/
Desp_partition.h119 char label[17]; /*!< partition label, zero-terminated ASCII string */ member
/device/soc/esp/esp32/components/bootloader_support/include/
Desp_flash_partitions.h89 uint8_t label[16]; member

123