Searched refs:device_get_child (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | spmi.c | 58 ut_assertok(device_get_child(bus, 0, &pmic)); in dm_test_spmi_access()
|
| H A D | bus.c | 138 ut_assertok(device_get_child(bus, 0, &dev)); in dm_test_bus_children_funcs() 139 ut_asserteq(-ENODEV, device_get_child(bus, 4, &dev)); in dm_test_bus_children_funcs()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.su | |
| H A D | device.c | 606 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | device.su | |
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | tegra186_gpio.c | 148 ret = device_get_child(dev, port, &desc->dev); in tegra186_gpio_xlate()
|
| H A D | sunxi_gpio.c | 224 ret = device_get_child(dev, args->args[0], &desc->dev); in sunxi_gpio_xlate()
|
| H A D | tegra_gpio.c | 245 ret = device_get_child(dev, port, &desc->dev); in tegra_gpio_xlate()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device.h | 409 int device_get_child(struct udevice *parent, int index, struct udevice **devp);
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |