Searched refs:device_bind_by_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | core.c | 293 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_lifecycle() 345 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 350 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 353 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 368 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 544 ut_assertok(device_bind_by_name(parent, false, in create_children() 651 ut_asserteq(-EPERM, device_bind_by_name(dms->root, true, in dm_test_pre_reloc() 655 ut_assertok(device_bind_by_name(dms->root, true, in dm_test_pre_reloc() 671 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_act_dma, in dm_test_remove_active_dma() 704 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_remove_active_dma()
|
/openbmc/u-boot/include/dm/ |
H A D | device-internal.h | 83 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only,
|
/openbmc/u-boot/drivers/core/ |
H A D | lists.c | 62 ret = device_bind_by_name(parent, pre_reloc_only, entry, &dev); in lists_bind_drivers()
|
H A D | root.c | 168 ret = device_bind_by_name(NULL, false, &root_info, &DM_ROOT_NON_CONST); in dm_init()
|
H A D | device.c | 244 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() function
|