| /Linux-v5.4/net/nfc/nci/ |
| D | lib.c | 54 return -EALREADY; in nci_to_errno()
|
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | pmc.c | 51 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
|
| /Linux-v5.4/net/nfc/ |
| D | core.c | 113 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/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | earlycon.c | 178 return -EALREADY; in setup_earlycon() 223 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
|
| /Linux-v5.4/net/bluetooth/ |
| D | lib.c | 83 return EALREADY; in bt_to_errno()
|
| /Linux-v5.4/arch/sh/boards/mach-landisk/ |
| D | gio.c | 37 ret = -EALREADY; in gio_open()
|
| /Linux-v5.4/drivers/net/ppp/ |
| D | pppox.c | 42 return -EALREADY; in register_pppox_proto()
|
| D | pptp.c | 383 error = -EALREADY; in pptp_bind() 420 return -EALREADY; in pptp_connect() 431 error = -EALREADY; in pptp_connect()
|
| /Linux-v5.4/Documentation/locking/ |
| D | ww-mutex-design.rst | 136 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/ |
| D | pciback_ops.c | 154 status = -EALREADY; in xen_pcibk_enable_msi() 224 return -EALREADY; in xen_pcibk_enable_msix()
|
| /Linux-v5.4/sound/aoa/core/ |
| D | core.c | 92 err = -EALREADY; in aoa_fabric_register()
|
| /Linux-v5.4/net/9p/ |
| D | error.c | 115 {"Operation already in progress", EALREADY},
|
| /Linux-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 121 } else if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ohci.h | 180 /* (for HCD) */ -EALREADY, 181 /* (for HCD) */ -EALREADY
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | udc.c | 419 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()
|