Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 24 of 24) sorted by relevance

/device/google/contexthub/firmware/os/platform/native/
Di2c.c64 return -EBUSY; in i2cSlaveTxPreamble()
69 return -EBUSY; in i2cSlaveTxPacket()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ossaudiodev.py49 errno.ENODEV, errno.EBUSY):
167 errno.ENODEV, errno.EBUSY):
Dtest_linuxaudiodev.py92 if msg.args[0] in (errno.EACCES, errno.ENOENT, errno.ENODEV, errno.EBUSY):
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DXform.c136 retval = EBUSY; in EFI2errno()
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dxs_wire.h86 XSD_ERROR(EBUSY),
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c689 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()
Dspi.c333 return -EBUSY; in stmSpiRxTx()
406 return -EBUSY; in stmSpiSlaveIdle()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Derrno.h67 #define EBUSY 16 /* Device busy */ macro
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c373 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/
Dnorflash.c63 return -EBUSY; in nor_poll_dws()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c102 XF_CHK_ERR((client = xf_client_alloc(cd)) != XF_CFG_MAX_CLIENTS, -EBUSY); in xf_proxy_register()
193 return -EBUSY;
240 return -EBUSY;
/device/generic/goldfish/network/netmgr/
Dbridge.cpp129 if (res < 0 && errno != EBUSY) { in doInterfaceOperation()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h68 #define EBUSY __EBUSY /* 16 Device busy */ macro
/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp118 return -EBUSY; in run()
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h32 #define EBUSY 16 macro
/device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
Dufs.c37 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/PyMod-2.7.2/Modules/
Derrnomodule.c233 #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/
Derrnomodule.c232 #ifdef EBUSY in initerrno()
233 inscode(d, ds, de, "EBUSY", EBUSY, "Device or resource busy"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c233 #ifdef EBUSY in initerrno()
234 inscode(d, ds, de, "EBUSY", EBUSY, "Device or resource busy"); in initerrno()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c517 if ((ret < 0) && (ret != -EBUSY)) { in handleEvent()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c172 if (errno != EBUSY) { in OpenBpfFileDescriptor()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp882 mStatus = -EBUSY; in setup()
1473 return -EBUSY; in setup_and_add()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp302 RETURN_ERROR_CODE(-EBUSY); in lock_impl()
Dgralloc_old.cpp1226 return -EBUSY; in gralloc_lock()