Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 25 of 125) sorted by relevance

12345

/Linux-v5.4/net/nfc/nci/
Dlib.c54 return -EALREADY; in nci_to_errno()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dpmc.c51 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
/Linux-v5.4/net/nfc/
Dcore.c113 rc = -EALREADY; in nfc_dev_up()
151 rc = -EALREADY; in nfc_dev_down()
299 rc = -EALREADY; in nfc_dep_link_up()
343 rc = -EALREADY; in nfc_dep_link_down()
580 rc = -EALREADY; in nfc_enable_se()
624 rc = -EALREADY; in nfc_disable_se()
875 return -EALREADY; in nfc_add_se()
/Linux-v5.4/include/uapi/asm-generic/
Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Derrno.h108 #define EALREADY 244 /* Operation already in progress */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/Linux-v5.4/tools/arch/mips/include/uapi/asm/
Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/
Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/
Derrno.h108 #define EALREADY 244 /* Operation already in progress */ macro
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/
Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/Linux-v5.4/drivers/tty/serial/
Dearlycon.c178 return -EALREADY; in setup_earlycon()
223 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
/Linux-v5.4/net/bluetooth/
Dlib.c83 return EALREADY; in bt_to_errno()
/Linux-v5.4/arch/sh/boards/mach-landisk/
Dgio.c37 ret = -EALREADY; in gio_open()
/Linux-v5.4/drivers/net/ppp/
Dpppox.c42 return -EALREADY; in register_pppox_proto()
Dpptp.c383 error = -EALREADY; in pptp_bind()
420 return -EALREADY; in pptp_connect()
431 error = -EALREADY; in pptp_connect()
/Linux-v5.4/Documentation/locking/
Dww-mutex-design.rst136 Furthermore the lock helper can use propagate the -EALREADY return code back to
184 of duplicate entry detection using -EALREADY as method 1 above. But the
243 - Due to the -EALREADY return code signalling that a given objects is already
254 - On the other hand the dynamic object list construction also means that the -EALREADY return
266 -EALREADY. Of course this would be different when using the _interruptible
301 if (ret == -EALREADY) {
/Linux-v5.4/drivers/xen/xen-pciback/
Dpciback_ops.c154 status = -EALREADY; in xen_pcibk_enable_msi()
224 return -EALREADY; in xen_pcibk_enable_msix()
/Linux-v5.4/sound/aoa/core/
Dcore.c92 err = -EALREADY; in aoa_fabric_register()
/Linux-v5.4/net/9p/
Derror.c115 {"Operation already in progress", EALREADY},
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c121 } else if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
/Linux-v5.4/drivers/usb/host/
Dohci.h180 /* (for HCD) */ -EALREADY,
181 /* (for HCD) */ -EALREADY
/Linux-v5.4/drivers/usb/chipidea/
Dudc.c419 if (hwreq->req.status == -EALREADY) in _hardware_enqueue()
420 return -EALREADY; in _hardware_enqueue()
422 hwreq->req.status = -EALREADY; in _hardware_enqueue()
554 if (hwreq->req.status != -EALREADY) in _hardware_dequeue()
567 hwreq->req.status = -EALREADY; in _hardware_dequeue()
841 if (retval == -EALREADY) in _ep_queue()
1420 if (ep == NULL || req == NULL || hwreq->req.status != -EALREADY || in ep_dequeue()

12345