Home
last modified time | relevance | path

Searched refs:EINTR (Results 1 – 19 of 19) sorted by relevance

/u-boot/include/
A Dwait_bit.h62 return -EINTR; \
/u-boot/drivers/usb/eth/
A Dlan7x.h156 return -EINTR; in lan7x_wait_for_bit()
198 return -EINTR; in lan7x_mdio_wait_for_bit()
/u-boot/drivers/net/
A Dvsc7385.c68 return -EINTR; in vsc7385_upload_firmware()
A Dxilinx_emaclite.c173 return -EINTR; in wait_for_bit()
A Dpic32_eth.c432 return -EINTR; in pic32_eth_send()
/u-boot/include/linux/
A Derrno.h7 #define EINTR 4 /* Interrupted system call */ macro
/u-boot/lib/
A Derrno_str.c18 ERRNO_MSG(EINTR, "Interrupted system call"),
/u-boot/common/
A Dmenu.c205 return -EINTR; in menu_interactive_choice()
/u-boot/drivers/net/ti/
A Dkeystone_net.c142 return -EINTR; in keystone_rgmii_config()
237 return -EINTR; in keystone_sgmii_config()
/u-boot/drivers/usb/gadget/
A Df_mass_storage.c1474 return -EINTR; in throw_away_data()
1577 rc = -EINTR; in finish_reply()
1591 rc = -EINTR; in finish_reply()
2032 if (reply == -EINTR) in do_scsi_command()
2033 return -EINTR; in do_scsi_command()
/u-boot/tools/patman/
A Dcros_subprocess.py183 if e.args[0] == errno.EINTR:
/u-boot/drivers/tpm/
A Dtpm_tis_infineon.c382 return -EINTR; in tpm_tis_i2c_recv()
/u-boot/tools/
A Dkwboot.c848 if (rc && !(errno == EINTR)) { in main()
/u-boot/tools/env/
A Dfw_env.c315 } else if (errno == EINTR) { in ubi_read()
334 if (ret < 0 && errno == EINTR) in ubi_write()
/u-boot/drivers/net/phy/
A Dphy.c260 return -EINTR; in genphy_update_link()
/u-boot/drivers/mtd/ubi/
A Dio.c369 return -EINTR; in do_sync_erase()
A Dwl.c1105 if (err == -EINTR || err == -ENOMEM || err == -EAGAIN ||
/u-boot/net/
A Dnet.c590 ret = -EINTR; in net_loop()
/u-boot/drivers/clk/
A Dclk_stm32mp1.c1348 return -EINTR; in stm32mp1_pll1_opp()

Completed in 45 milliseconds