Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 - 25 of 78) sorted by relevance

1234

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DThread.h34 #undef ETIMEDOUT macro
35 #define ETIMEDOUT WSAETIMEDOUT macro
H A DSocket.h40 #undef ETIMEDOUT macro
41 #define ETIMEDOUT WAIT_TIMEOUT macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Derrno.h114 #define ETIMEDOUT 110 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Derrno.h163 #define ETIMEDOUT 110 /* Connection timed out */ macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device_hw.c237 return (remaining ? 0 : -ETIMEDOUT); in kbase_gpu_wait_cache_clean_timeout()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device_hw.c175 return (remaining ? 0 : -ETIMEDOUT); in kbase_gpu_wait_cache_clean_timeout()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Event.c201 if ((!event->signal) && (funcret == ETIMEDOUT)) { in Rockchip_OSAL_SignalWait()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-inno-hdmi-phy.c837 return -ETIMEDOUT; in inno_hdmi_phy_rk3228_power_on()
942 return -ETIMEDOUT; in inno_hdmi_phy_rk3228_pre_pll_update()
1033 return -ETIMEDOUT; in inno_hdmi_phy_rk3328_power_on()
1131 return -ETIMEDOUT; in inno_hdmi_phy_rk3328_pre_pll_update()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi-phy.c733 return -ETIMEDOUT; in inno_hdmi_phy_rk3228_power_on()
846 return -ETIMEDOUT; in inno_hdmi_phy_rk3228_pre_pll_update()
936 return -ETIMEDOUT; in inno_hdmi_phy_rk3328_power_on()
1037 return -ETIMEDOUT; in inno_hdmi_phy_rk3328_pre_pll_update()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h168 #define ETIMEDOUT 110 /* Connection timed out */ macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_policy.c274 err = -ETIMEDOUT; in policy_change_wait_for_L2_off()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_linux.c381 return -ETIMEDOUT; in ump_map_errcode()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dummy_job_wa.c107 return -ETIMEDOUT; in wait()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_dummy_job_wa.c107 return -ETIMEDOUT; in wait()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c208 err = -ETIMEDOUT; in rockchip_pcie_phy_power_on()
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c85 return -ETIMEDOUT; in rockchip_saradc_conversion()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_reset_gpu.c624 return -ETIMEDOUT; in kbase_reset_gpu_wait()
H A Dmali_kbase_csf_scheduler.c153 ret = -ETIMEDOUT; in wait_for_scheduler_to_exit_sleep()
986 return -ETIMEDOUT; in halt_stream_sync()
1018 return (remaining) ? 0 : -ETIMEDOUT; in halt_stream_sync()
1187 err = -ETIMEDOUT; in sched_halt_stream()
1198 err = -ETIMEDOUT; in sched_halt_stream()
2564 err = -ETIMEDOUT; in term_group_sync()
3293 * Return: 0 on all specified slots acknowledged; otherwise -ETIMEDOUT. For
3320 return -ETIMEDOUT; in wait_csg_slots_handshake_ack()
4702 err = -ETIMEDOUT; in wait_csg_slots_suspend()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H A Dcqhci-core.c675 case -ETIMEDOUT: in cqhci_error_flags()
1003 return -ETIMEDOUT; in cqhci_error_from_flags()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_drv.c653 ret = -ETIMEDOUT; in rga2_flush()
1137 ret = -ETIMEDOUT; in rga2_blit_sync()
1147 if (ret == -ETIMEDOUT && try--) { in rga2_blit_sync()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_jpgdec.c610 if (ret == -ETIMEDOUT) { in jpgdec_shutdown()
H A Dmpp_vepu1.c755 if (ret == -ETIMEDOUT) { in vepu_shutdown()
H A Dmpp_vdpu2.c727 if (ret == -ETIMEDOUT) { in vdpu_shutdown()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c426 ret = i915_inject_probe_error(gt->i915, -ETIMEDOUT); in uc_fw_xfer()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_vdpu1.c863 if (ret == -ETIMEDOUT) in vdpu_shutdown()

Completed in 36 milliseconds

1234