Home
last modified time | relevance | path

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

12345678

/openbmc/linux/net/bluetooth/
H A Dlib.c83 return EALREADY; in bt_to_errno()
173 case -EALREADY: in bt_status()
/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c192 return -EALREADY; in setup_earlycon()
245 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
264 return -EALREADY; in of_setup_earlycon()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c26 if (rc == -EALREADY) in efx_mcdi_free_vis()
153 if (rc && rc != -EALREADY) in efx_mcdi_ev_fini()
260 if (rc && rc != -EALREADY) in efx_mcdi_tx_fini()
345 if (rc && rc != -EALREADY) in efx_mcdi_rx_fini()
/openbmc/linux/net/nfc/nci/
H A Dlib.c54 return -EALREADY; in nci_to_errno()
/openbmc/linux/io_uring/
H A Dcancel.c92 ret = -EALREADY; in io_async_cancel_one()
297 if (ret != -EALREADY) in io_sync_cancel()
321 if (ret != -EALREADY) in io_sync_cancel()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dpmc.c60 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
/openbmc/linux/net/nfc/
H A Dcore.c113 rc = -EALREADY; in nfc_dev_up()
151 rc = -EALREADY; in nfc_dev_down()
300 rc = -EALREADY; in nfc_dep_link_up()
344 rc = -EALREADY; in nfc_dep_link_down()
582 rc = -EALREADY; in nfc_enable_se()
626 rc = -EALREADY; in nfc_disable_se()
880 return -EALREADY; in nfc_add_se()
/openbmc/u-boot/drivers/sound/
H A Dbroadwell_sound.c29 return -EALREADY; in broadwell_sound_setup()
H A Dsamsung_sound.c22 return -EALREADY; in samsung_sound_setup()
/openbmc/linux/drivers/usb/dwc2/
H A Ddrd.c49 return -EALREADY; in dwc2_ovr_avalid()
71 return -EALREADY; in dwc2_ovr_bvalid()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/openbmc/linux/drivers/bluetooth/
H A Dhci_vhci.c148 return -EALREADY; in force_suspend_write()
189 return -EALREADY; in force_wakeup_write()
211 return -EALREADY; in msft_opcode_set()
258 return -EALREADY; in aosp_capable_write()
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h106 #define EALREADY 244 /* Operation already in progress */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h106 #define EALREADY 244 /* Operation already in progress */ macro
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dgio.c36 ret = -EALREADY; in gio_open()
/openbmc/linux/kernel/locking/
H A Dww_rt_mutex.c49 return -EALREADY; in __ww_rt_mutex_lock()
/openbmc/u-boot/include/linux/
H A Derrno.h122 #define EALREADY 114 /* Operation already in progress */ macro
/openbmc/linux/drivers/net/ppp/
H A Dpppox.c42 return -EALREADY; in register_pppox_proto()

12345678