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/google/contexthub/firmware/os/platform/stm32/
Di2c.c686 stmI2cMasterTxRxDone(pdev, -EBUSY); in stmI2cMasterArbitrationLoss()
820 return -EBUSY; in i2cMasterRequest()
845 return -EBUSY; in i2cMasterRelease()
919 return -EBUSY; in i2cMasterTxRx()
947 return -EBUSY; in i2cSlaveRequest()
971 return -EBUSY; in i2cSlaveRelease()
1013 return -EBUSY; in i2cSlaveTx()
1037 return -EBUSY; in i2cSlaveTx()
Dspi.c333 return -EBUSY; in stmSpiRxTx()
406 return -EBUSY; in stmSpiSlaveIdle()
/device/lge/bullhead/camera/QCamera2/util/
DQCameraFlash.cpp164 retVal = -EBUSY; in initFlash()
176 retVal = -EBUSY; in initFlash()
/device/google/marlin/camera/QCamera2/util/
DQCameraFlash.cpp165 retVal = -EBUSY; in initFlash()
175 retVal = -EBUSY; in initFlash()
/device/huawei/angler/camera/QCamera2/util/
DQCameraFlash.cpp164 retVal = -EBUSY; in initFlash()
176 retVal = -EBUSY; in initFlash()
/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/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h67 #define EBUSY 16 /* Device busy */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h68 #define EBUSY __EBUSY /* 16 Device busy */ macro
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h32 #define EBUSY 16 macro
/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c515 ret = -EBUSY; in sound_trigger_open_for_streaming()
660 ret = -EBUSY; in stdev_open()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp518 mStatus = -EBUSY; in setup()
639 return -EBUSY; in setup_and_add()
/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/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/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c516 if ((ret < 0) && (ret != -EBUSY)) { in handleEvent()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c172 if (errno != EBUSY) { in OpenBpfFileDescriptor()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c312 if (errno == EBUSY) in mm_camera_open()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c312 if (errno == EBUSY) in mm_camera_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1100 return -EBUSY; in gralloc_lock()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c299 if (l_errno == EBUSY) in mm_camera_open()