HomeSort by relevance Sort by last modified time
    Searched refs:ENODEV (Results 101 - 125 of 481) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/u-boot/arch/arm/mach-rockchip/
rk3128-board.c 101 return -ENODEV;
  /external/u-boot/arch/arm/mach-zynq/
cpu.c 105 return -ENODEV;
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
srio.c 138 return -ENODEV;
204 return -ENODEV;
207 return -ENODEV;
224 return -ENODEV;
  /external/u-boot/arch/x86/cpu/intel_common/
cpu.c 59 return -ENODEV;
  /external/u-boot/arch/x86/lib/fsp/
fsp_common.c 94 return -ENODEV;
  /external/u-boot/board/freescale/mx6sllevk/
mx6sllevk.c 60 if (ret == -ENODEV)
  /external/u-boot/board/htkw/mcx/
mcx.c 74 return -ENODEV;
  /external/u-boot/common/spl/
spl_spi.c 88 return -ENODEV;
  /external/u-boot/drivers/clk/
clk_boston.c 76 return -ENODEV;
  /external/u-boot/drivers/i2c/
sandbox_i2c.c 50 return -ENODEV;
  /external/u-boot/drivers/misc/
i2c_eeprom.c 41 return -ENODEV;
  /external/u-boot/drivers/mtd/nand/
denali_dt.c 119 if (ret && ret != -ENODEV)
  /external/u-boot/drivers/pinctrl/exynos/
pinctrl-exynos7420.c 44 return -ENODEV;
  /external/u-boot/drivers/power/
power_i2c.c 107 return -ENODEV;
exynos-tmu.c 193 return -ENODEV;
205 return -ENODEV;
253 return -ENODEV;
  /external/u-boot/drivers/timer/
timer-uclass.c 131 return -ENODEV;
  /external/u-boot/include/linux/
errno.h 22 #define ENODEV 19 /* No such device */
  /external/u-boot/net/
eth-uclass.c 247 int ret = -ENODEV;
265 return -ENODEV;
336 return -ENODEV;
359 return -ENODEV;
  /external/u-boot/board/freescale/common/
vsc3316_3308.c 58 return -ENODEV;
120 return -ENODEV;
222 return -ENODEV;
  /external/u-boot/common/
stdio.c 152 if (ret == -ENODEV)
229 return -ENODEV;
288 return -ENODEV;
  /external/u-boot/drivers/block/
blk_legacy.c 53 * @return 0 on success, -ENODEV if there is no such device, -ENOSYS if the
61 return -ENODEV;
94 return -ENODEV;
163 return -ENODEV;
  /external/u-boot/drivers/clk/uniphier/
clk-uniphier-core.c 140 return -ENODEV;
170 return -ENODEV;
238 return -ENODEV;
  /external/u-boot/drivers/usb/host/
dwc3-sti-glue.c 134 return -ENODEV;
162 return -ENODEV;
169 return -ENODEV;
  /external/u-boot/test/dm/
i2c.c 29 ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_I2C, busnum,
38 ut_asserteq(-ENODEV, dm_i2c_probe(bus, no_chip, 0, &dev));
39 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_I2C, 1, &bus));
  /external/libusb/libusb/os/
linux_usbfs.c 863 if (errno == ENODEV)
    [all...]

Completed in 1694 milliseconds

1 2 3 45 6 7 8 91011>>