Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 25 of 37) sorted by relevance

12

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_spi.c275 uint16_t err_code = APP_DRV_SUCCESS; in spi_gpio_config() local
393 uint16_t err_code = APP_DRV_SUCCESS; in app_spi_config_dma() local
472 uint16_t err_code = APP_DRV_SUCCESS; in semp_init_config() local
494 uint16_t err_code = APP_DRV_SUCCESS; in mutex_init_config() local
541 uint16_t err_code = APP_DRV_SUCCESS; in app_spi_init() local
676 hal_status_t err_code; in app_spi_receive_async() local
719 hal_status_t err_code; in app_spi_receive_sync() local
746 hal_status_t err_code; in app_spi_receive_sem_sync() local
926 hal_status_t err_code; in app_spi_transmit_async() local
971 hal_status_t err_code; in app_spi_transmit_sync() local
[all …]
Dapp_uart.c247 uint16_t err_code = APP_DRV_SUCCESS; in uart_gpio_config() local
331 hal_status_t err_code; in app_uart_start_transmit_async() local
454 uint16_t err_code = APP_DRV_SUCCESS; in semp_init_config() local
472 uint16_t err_code = APP_DRV_SUCCESS; in mutex_init_config() local
513 uint16_t err_code = APP_DRV_SUCCESS; in uart_dma_config() local
530 uint16_t err_code = APP_DRV_SUCCESS; in app_uart_init() local
576 uint16_t err_code = APP_DRV_SUCCESS; in semp_deinit_config() local
594 uint16_t err_code = APP_DRV_SUCCESS; in mutex_deinit_config() local
622 uint16_t err_code = APP_DRV_SUCCESS; in app_uart_deinit() local
677 hal_status_t err_code = HAL_OK; in app_uart_receive_async() local
[all …]
Dapp_qspi.c283 uint16_t err_code = APP_DRV_SUCCESS; in qspi_gpio_config() local
641 hal_status_t err_code; in app_qspi_command_receive_sync() local
667 hal_status_t err_code = HAL_OK; in app_qspi_command_receive_sem_sync() local
781 hal_status_t err_code = HAL_OK; in app_qspi_command_receive_async() local
822 hal_status_t err_code; in app_qspi_command_transmit_sync() local
863 hal_status_t err_code = HAL_OK; in command_transmit_process() local
888 hal_status_t err_code = HAL_OK; in app_qspi_command_transmit_sem_sync() local
989 hal_status_t err_code = HAL_OK; in app_qspi_command_transmit_async() local
1035 hal_status_t err_code; in app_qspi_command_sync() local
1059 hal_status_t err_code; in app_qspi_command_sem_sync() local
[all …]
Dapp_i2c.c240 uint16_t err_code = APP_DRV_SUCCESS; in i2c_gpio_config() local
536 hal_status_t err_code = HAL_OK; in app_i2c_receive_sync() local
587 hal_status_t err_code = HAL_OK; in master_or_slave_receive_process() local
631 hal_status_t err_code = HAL_OK; in app_i2c_receive_sem_sync() local
673 hal_status_t err_code = HAL_OK; in app_i2c_receive_async() local
737 hal_status_t err_code = HAL_OK; in app_i2c_transmit_sync() local
774 hal_status_t err_code = HAL_OK; in master_or_slave_transmit_process() local
817 hal_status_t err_code; in app_i2c_transmit_sem_sync() local
858 hal_status_t err_code = HAL_OK; in app_i2c_transmit_async() local
924 hal_status_t err_code = HAL_OK; in app_i2c_mem_read_sync() local
[all …]
Dapp_pwm.c170 uint16_t err_code = APP_DRV_SUCCESS; in pwm_gpio_config() local
255 hal_status_t err_code = HAL_ERROR; in app_pwm_deinit() local
295 hal_status_t err_code; in app_pwm_start() local
315 hal_status_t err_code; in app_pwm_stop() local
336 hal_status_t err_code; in app_pwm_update_freq() local
355 hal_status_t err_code; in app_pwm_config_channel() local
Dapp_rng.c307 hal_status_t err_code; in app_rng_gen_sync() local
330 hal_status_t err_code; in app_rng_gen_sem_sync() local
369 hal_status_t err_code; in app_rng_gen_async() local
Dapp_gpiote.c192 uint16_t err_code; in app_gpiote_init() local
278 uint16_t err_code; in app_gpiote_config() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/inc/
Dapp_drv_error.h82 #define APP_DRV_ERR_CODE_CHECK(err_code) \ argument
96 #define HAL_ERR_CODE_CHECK(err_code) \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_hmac.c185 hi_u32 err_code; in hcc_host_tx() local
263 hi_u32 err_code; in hcc_tx_netbuf_normal() local
442 hi_s32 err_code; in hcc_host_tx_data_adapt() local
503 hi_u32 err_code; in hcc_host_tx_data_adapt_pre_do() local
Dhcc_host.c1152 hi_s32 err_code; local
1383 hi_s32 err_code; local
1565 hi_s32 err_code; local
1739 hi_u32 err_code; local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/source/
Dplatform_gr55xx.c88 uint8_t err_code = nvds_init(NVDS_START_ADDR, NVDS_NUM_SECTOR); in nvds_setup() local
90 uint8_t err_code = nvds_init(0, NVDS_NUM_SECTOR); in nvds_setup() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c272 …esp_err_t err_code = nvs_get_blob(cache_env->cache_addr[index].cache_fp, cache_key, attr, &length); in bta_gattc_co_cache_load() local
323 esp_err_t err_code = nvs_set_blob(cache_env->cache_addr[index].cache_fp, cache_key, in bta_gattc_co_cache_save() local
381 esp_err_t err_code; in bta_gattc_co_cache_addr_init() local
515 esp_err_t err_code; in bta_gattc_co_cache_addr_save() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_rx_data.c864 hi_u32 err_code; in hmac_rx_lan_frame() local
1116 hi_u32 err_code = hmac_rx_lan_frame_classify(hmac_vap, netbuf, frame_hdr); in hmac_rx_process_data_ap_tcp_ack_opt() local
1205 hi_u32 err_code; in hmac_rx_process_data_mesh_tcp_ack_opt() local
Dhmac_encap_frame.c180 …cap_deauth(const mac_vap_stru *mac_vap, hi_u8 *puc_data, const hi_u8 *da_mac_addr, hi_u16 err_code) in hmac_mgmt_encap_deauth()
Dhmac_mgmt_classifier.c404 hi_u16 err_code = deauth_event->reason; in hmac_mgmt_send_disasoc_deauth_event() local
/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/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/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/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/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/bifrost/platform/rk/
Dcustom_log.h164 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_hash_v200.c299 hi_s32 err_code; in drv_hash_wait_irq() local
597 hi_s32 err_code; in drv_hash_query_raw_interrupt() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_event_msg.c88 hi_u32 err_code; in wal_check_and_release_msg_resp() local
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c392 int err_code = 0; in config_save() local
544 int err_code = 0; in config_parse() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c232 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; in SMP_PairCancel() local

12