/external/u-boot/test/dm/ |
D | core.c | 325 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_lifecycle() 358 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering() 377 ut_assertok(device_remove(dev_penultimate, DM_REMOVE_NORMAL)); in dm_test_ordering() 379 ut_assertok(device_remove(dev_last, DM_REMOVE_NORMAL)); in dm_test_ordering() 387 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering() 463 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove() 617 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_children() 624 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_children() 694 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove_active_dma()
|
D | test-fdt.c | 326 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device() 335 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device() 401 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device() 407 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device() 415 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
|
D | bus.c | 241 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_data() 342 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_bus_parent_ops() 379 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_platdata() 389 device_remove(bus, DM_REMOVE_NORMAL); in test_bus_parent_platdata()
|
D | spi.c | 38 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
|
D | eth.c | 117 ut_assertok(device_remove(dev[i], DM_REMOVE_NORMAL)); in dm_test_eth_act()
|
/external/u-boot/arch/x86/cpu/queensbay/ |
D | tnc.c | 78 ret = device_remove(igd, DM_REMOVE_NORMAL); in disable_igd() 84 ret = device_remove(sdvo, DM_REMOVE_NORMAL); in disable_igd()
|
/external/u-boot/cmd/ |
D | sata.c | 37 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
|
D | cros_ec.c | 110 device_remove(udev, DM_REMOVE_NORMAL); in do_cros_ec()
|
D | sf.c | 126 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
|
/external/u-boot/drivers/mtd/spi/ |
D | sf-uclass.c | 48 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
|
D | sandbox.c | 595 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
|
/external/u-boot/drivers/spi/ |
D | spi-uclass.c | 341 device_remove(dev, DM_REMOVE_NORMAL); in spi_get_bus_and_cs() 366 device_remove(slave->dev, DM_REMOVE_NORMAL); in spi_free_slave()
|
/external/u-boot/drivers/core/ |
D | device-remove.c | 156 if ((flags & DM_REMOVE_NORMAL) || in flags_remove()
|
D | root.c | 188 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
|
D | uclass.c | 119 ret = device_remove(dev, DM_REMOVE_NORMAL); in uclass_destroy()
|
D | device.c | 416 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
|
/external/u-boot/drivers/block/ |
D | sandbox.c | 100 ret = device_remove(dev, DM_REMOVE_NORMAL);
|
D | blk-uclass.c | 612 ret = device_remove(dev, DM_REMOVE_NORMAL); in blk_unbind_all()
|
/external/u-boot/drivers/usb/host/ |
D | usb-uclass.c | 177 ret = device_remove(bus, DM_REMOVE_NORMAL); in usb_stop() 391 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_setup_ehci_gadget()
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_hub.c | 188 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
|
/external/u-boot/drivers/mmc/ |
D | mmc-uclass.c | 329 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
|
/external/u-boot/include/dm/ |
D | device.h | 71 DM_REMOVE_NORMAL = 1 << 0, enumerator
|
/external/u-boot/board/compulab/cm_fx6/ |
D | cm_fx6.c | 756 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()
|