Home
last modified time | relevance | path

Searched refs:uclass_find_device_by_phandle (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Di2c-emul-uclass.c50 ret = uclass_find_device_by_phandle(UCLASS_I2C_EMUL, dev, in i2c_emul_find()
/openbmc/u-boot/include/dm/
H A Duclass-internal.h172 int uclass_find_device_by_phandle(enum uclass_id id, struct udevice *parent,
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c722 ut_asserteq(-ENOENT, uclass_find_device_by_phandle(UCLASS_REGULATOR, in dm_test_fdt_phandle()
724 ut_assertok(uclass_find_device_by_phandle(UCLASS_REGULATOR, back, in dm_test_fdt_phandle()
/openbmc/u-boot/drivers/core/
H A Duclass.c381 int uclass_find_device_by_phandle(enum uclass_id id, struct udevice *parent, in uclass_find_device_by_phandle() function
545 ret = uclass_find_device_by_phandle(id, parent, name, &dev); in uclass_get_device_by_phandle()