Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 25 of 79) sorted by relevance

1234

/rk3399_rockchip-uboot/drivers/gpio/
H A Dadi_gpio2.c151 return -EBUSY; in peripheral_request()
173 return -EBUSY; in peripheral_request()
263 return -EBUSY; in gpio_request()
268 return -EBUSY; in gpio_request()
313 return -EBUSY; in special_gpio_request()
319 return -EBUSY; in special_gpio_request()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dst_smi.c319 return -EBUSY; in smi_sector_erase()
336 return -EBUSY; in smi_sector_erase()
380 return -EBUSY; in smi_write()
393 return -EBUSY; in smi_write()
417 return -EBUSY; in smi_write()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h137 #ifndef EBUSY
138 #define EBUSY 16 macro
H A Dyaffs_error.c23 { EBUSY , "EBUSY"},
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dsmt.c73 return -EBUSY; in scmi_write_msg_to_smt()
106 return -EBUSY; in scmi_read_resp_from_smt()
H A Dscmi_agent-uclass.c32 { .scmi = SCMI_BUSY, .errno = -EBUSY, },
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_st33zp24_i2c.c206 return -EBUSY; in st33zp24_i2c_get_burstcount()
212 return -EBUSY; in st33zp24_i2c_get_burstcount()
220 return -EBUSY; in st33zp24_i2c_get_burstcount()
460 return -EBUSY; in st33zp24_i2c_open()
H A Dtpm_tis_st33zp24_spi.c335 return -EBUSY; in st33zp24_spi_get_burstcount()
341 return -EBUSY; in st33zp24_spi_get_burstcount()
349 return -EBUSY; in st33zp24_spi_get_burstcount()
593 return -EBUSY; in st33zp24_spi_open()
H A Dtpm_tis_infineon.c321 return -EBUSY; in tpm_tis_i2c_get_burstcount()
436 return -EBUSY; in tpm_tis_i2c_send()
565 return -EBUSY; in tpm_tis_i2c_open()
/rk3399_rockchip-uboot/cmd/
H A Dgpio.c188 if (ret && ret != -EBUSY) { in do_gpio()
229 if (ret != -EBUSY) in do_gpio()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dpipe3-phy.c100 return -EBUSY; in omap_pipe3_wait_lock()
226 return -EBUSY; in phy_pipe3_power_off()
/rk3399_rockchip-uboot/drivers/video/
H A Dhitachi_tx18d42vm_lcd.c64 ret = -EBUSY; in hitachi_tx18d42vm_init()
/rk3399_rockchip-uboot/drivers/power/
H A Dpower_spi.c37 return -EBUSY; in pmic_reg()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dpmu.c48 return -EBUSY; in pmu_read_status()
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c247 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()
249 if (err == -EBUSY) in ldpaa_eth_rx()
335 } while (err == -EBUSY); in ldpaa_eth_tx()
366 if (err != -EBUSY) in ldpaa_eth_tx()
384 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_tx()
386 if (err == -EBUSY) in ldpaa_eth_tx()
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c243 return -EBUSY; in qbman_swp_enqueue()
333 return -EBUSY; in qbman_swp_pull()
552 return -EBUSY; in qbman_swp_release()
590 return -EBUSY; in qbman_swp_acquire()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Drk8xx_spi.c60 return -EBUSY; in _spi_read()
84 return -EBUSY; in _spi_write()
176 if (rk8xx->irq < 0 && rk8xx->irq != -EBUSY) in rk8xx_spi_ofdata_to_platdata()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h19 #define EBUSY 16 /* Device or resource busy */ macro
/rk3399_rockchip-uboot/drivers/mmc/
H A Dkona_sdhci.c30 return -EBUSY; in init_kona_mmc_core()
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dearly_me.c47 return -EBUSY; in intel_early_me_init()
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Di2c-mxv7.c52 ret = -EBUSY; in force_idle_bus()
/rk3399_rockchip-uboot/drivers/adc/
H A Dexynos-adc.c30 return -EBUSY; in exynos_adc_channel_data()
H A Dadc-uclass.c151 if (!ret || ret != -EBUSY) in adc_channel_data()
178 if (!ret || ret != -EBUSY) in adc_channels_data()
/rk3399_rockchip-uboot/test/dm/
H A Dgpio.c48 ut_asserteq(-EBUSY, gpio_get_value(gpio + 1)); in dm_test_gpio()
216 ut_asserteq(-EBUSY, gpio_request_list_by_name(dev, "test-gpios", in dm_test_gpio_phandles()
/rk3399_rockchip-uboot/drivers/phy/
H A Dti-pipe3-phy.c122 return -EBUSY; in omap_pipe3_wait_lock()
266 return -EBUSY; in pipe3_exit()

1234