Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dwait_bit.h61 return -EINTR; \
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan7x.h149 return -EINTR; in lan7x_wait_for_bit()
191 return -EINTR; in lan7x_mdio_wait_for_bit()
/rk3399_rockchip-uboot/drivers/net/
H A Dvsc7385.c66 return -EINTR; in vsc7385_upload_firmware()
H A Dkeystone_net.c254 return -EINTR; in keystone_rgmii_config()
349 return -EINTR; in keystone_sgmii_config()
H A Dxilinx_emaclite.c171 return -EINTR; in wait_for_bit()
H A Dpic32_eth.c426 return -EINTR; in pic32_eth_send()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h7 #define EINTR 4 /* Interrupted system call */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c18 ERRNO_MSG(EINTR, "Interrupted system call"),
/rk3399_rockchip-uboot/common/
H A Dmenu.c207 return -EINTR; in menu_interactive_choice()
/rk3399_rockchip-uboot/env/
H A Denvf.c287 return -EINTR; in envf_load()
/rk3399_rockchip-uboot/tools/patman/
H A Dcros_subprocess.py170 if e.args[0] == errno.EINTR:
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c1481 return -EINTR; in throw_away_data()
1585 rc = -EINTR; in finish_reply()
1599 rc = -EINTR; in finish_reply()
2064 if (reply == -EINTR) in do_scsi_command()
2065 return -EINTR; in do_scsi_command()
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_infineon.c382 return -EINTR; in tpm_tis_i2c_recv()
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c842 if (rc && !(errno == EINTR)) { in main()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c257 return -EINTR; in genphy_update_link()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dio.c366 return -EINTR; in do_sync_erase()
H A Dwl.c1104 if (err == -EINTR || err == -ENOMEM || err == -EAGAIN ||
/rk3399_rockchip-uboot/net/
H A Dnet.c580 ret = -EINTR; in net_loop()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped971 if( errno != EINTR) \
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped784 if( errno != EINTR) \