Searched refs:device_bind_by_name (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | core.c | 294 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_lifecycle() 346 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 351 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 354 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 369 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_ordering() 542 ut_assertok(device_bind_by_name(parent, false, in create_children() 646 ut_asserteq(-EPERM, device_bind_by_name(dms->root, true, in dm_test_pre_reloc() 650 ut_assertok(device_bind_by_name(dms->root, true, in dm_test_pre_reloc() 666 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_act_dma, in dm_test_remove_active_dma() 699 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_remove_active_dma()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device-internal.h | 80 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | lists.c | 63 ret = device_bind_by_name(parent, pre_reloc_only, entry, &dev); in lists_bind_drivers()
|
| H A D | root.c | 169 ret = device_bind_by_name(NULL, false, &root_info, &DM_ROOT_NON_CONST); in dm_init()
|
| H A D | device.c | 340 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() function
|