Home
last modified time | relevance | path

Searched refs:DM_REMOVE_NORMAL (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/test/dm/
Dcore.c325 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()
Dtest-fdt.c326 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()
Dbus.c241 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()
Dspi.c38 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
Deth.c117 ut_assertok(device_remove(dev[i], DM_REMOVE_NORMAL)); in dm_test_eth_act()
/external/u-boot/arch/x86/cpu/queensbay/
Dtnc.c78 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/
Dsata.c37 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
Dcros_ec.c110 device_remove(udev, DM_REMOVE_NORMAL); in do_cros_ec()
Dsf.c126 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
/external/u-boot/drivers/mtd/spi/
Dsf-uclass.c48 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
Dsandbox.c595 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
/external/u-boot/drivers/spi/
Dspi-uclass.c341 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/
Ddevice-remove.c156 if ((flags & DM_REMOVE_NORMAL) || in flags_remove()
Droot.c188 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
Duclass.c119 ret = device_remove(dev, DM_REMOVE_NORMAL); in uclass_destroy()
Ddevice.c416 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
/external/u-boot/drivers/block/
Dsandbox.c100 ret = device_remove(dev, DM_REMOVE_NORMAL);
Dblk-uclass.c612 ret = device_remove(dev, DM_REMOVE_NORMAL); in blk_unbind_all()
/external/u-boot/drivers/usb/host/
Dusb-uclass.c177 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/
Dsandbox_hub.c188 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/external/u-boot/drivers/mmc/
Dmmc-uclass.c329 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/external/u-boot/include/dm/
Ddevice.h71 DM_REMOVE_NORMAL = 1 << 0, enumerator
/external/u-boot/board/compulab/cm_fx6/
Dcm_fx6.c756 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()