/device/google/contexthub/firmware/os/platform/native/ |
D | i2c.c | 64 return -EBUSY; in i2cSlaveTxPreamble() 69 return -EBUSY; in i2cSlaveTxPacket()
|
/device/google/cuttlefish_common/guest/vsoc/lib/ |
D | region_control.cpp | 63 if ((rval == -1) && (errno != EBUSY)) { in InterruptPeer() 130 if (errno_ != EBUSY) { in CreateFdScopedPermission()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_ossaudiodev.py | 49 errno.ENODEV, errno.EBUSY): 167 errno.ENODEV, errno.EBUSY):
|
D | test_linuxaudiodev.py | 92 if msg.args[0] in (errno.EACCES, errno.ENOENT, errno.ENODEV, errno.EBUSY):
|
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 165 retVal = -EBUSY; in initFlash() 175 retVal = -EBUSY; in initFlash()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Xform.c | 136 retval = EBUSY; in EFI2errno()
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/ |
D | xs_wire.h | 86 XSD_ERROR(EBUSY),
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 689 stmI2cMasterTxRxDone(pdev, -EBUSY); in stmI2cMasterArbitrationLoss() 868 return -EBUSY; in i2cMasterRequest() 893 return -EBUSY; in i2cMasterRelease() 967 return -EBUSY; in i2cMasterTxRx() 995 return -EBUSY; in i2cSlaveRequest() 1019 return -EBUSY; in i2cSlaveRelease() 1061 return -EBUSY; in i2cSlaveTx() 1085 return -EBUSY; in i2cSlaveTx()
|
D | spi.c | 333 return -EBUSY; in stmSpiRxTx() 406 return -EBUSY; in stmSpiSlaveIdle()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
D | errno.h | 67 #define EBUSY 16 /* Device busy */ macro
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 373 XF_CHK_ERR(handle->aux = xf_buffer_get(proxy->aux), -EBUSY); in xf_open() 385 r = -EBUSY; in xf_open() 461 XF_CHK_ERR(b = xf_buffer_get(proxy->aux), -EBUSY); in xf_route() 504 XF_CHK_ERR(b = xf_buffer_get(proxy->aux), -EBUSY); in xf_unroute()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/drivers/norflash/ |
D | norflash.c | 63 return -EBUSY; in nor_poll_dws()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 102 XF_CHK_ERR((client = xf_client_alloc(cd)) != XF_CFG_MAX_CLIENTS, -EBUSY); in xf_proxy_register() 193 return -EBUSY; 240 return -EBUSY;
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | errno.h | 68 #define EBUSY __EBUSY /* 16 Device busy */ macro
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 32 #define EBUSY 16 macro
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/ |
D | ufs.c | 37 return -EBUSY; in ufshc_send_uic_cmd() 67 return -EBUSY; in ufshc_dme_get() 97 return -EBUSY; in ufshc_dme_set() 166 return -EBUSY; in get_empty_slot()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | errnomodule.c | 233 #ifdef EBUSY in initerrno() 234 inscode(d, ds, de, "EBUSY", EBUSY, "Device or resource busy"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | errnomodule.c | 233 #ifdef EBUSY in initerrno() 234 inscode(d, ds, de, "EBUSY", EBUSY, "Device or resource busy"); in initerrno()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | errnomodule.c | 232 #ifdef EBUSY in initerrno() 233 inscode(d, ds, de, "EBUSY", EBUSY, "Device or resource busy"); in initerrno()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 517 if ((ret < 0) && (ret != -EBUSY)) { in handleEvent()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BerkeleyPacketFilter.c | 172 if (errno != EBUSY) { in OpenBpfFileDescriptor()
|
/device/generic/goldfish/keymaster/trusty/ |
D | trusty_keymaster_device.cpp | 66 case -EBUSY: in translate_error()
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 882 mStatus = -EBUSY; in setup() 1473 return -EBUSY; in setup_and_add()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc.cpp | 1199 return -EBUSY; in gralloc_lock()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 300 if (l_errno == EBUSY) in mm_camera_open()
|