| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | core.c | 326 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_lifecycle() 359 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering() 378 ut_assertok(device_remove(dev_penultimate, DM_REMOVE_NORMAL)); in dm_test_ordering() 380 ut_assertok(device_remove(dev_last, DM_REMOVE_NORMAL)); in dm_test_ordering() 388 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering() 464 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove() 618 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_children() 625 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_children() 695 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove_active_dma()
|
| H A D | test-fdt.c | 327 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device() 336 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device() 402 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device() 408 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device() 416 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
|
| H A D | bus.c | 242 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_data() 343 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_bus_parent_ops() 380 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_platdata() 390 device_remove(bus, DM_REMOVE_NORMAL); in test_bus_parent_platdata()
|
| H A D | spi.c | 39 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
|
| H A D | eth.c | 119 ut_assertok(device_remove(dev[i], DM_REMOVE_NORMAL)); in dm_test_eth_act()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/ |
| H A D | tnc.c | 79 ret = device_remove(igd, DM_REMOVE_NORMAL); in disable_igd() 85 ret = device_remove(sdvo, DM_REMOVE_NORMAL); in disable_igd()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/udc/ |
| H A D | udc-uclass.c | 43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | kernel_dtb.c | 34 device_remove(rec[k], DM_REMOVE_NORMAL); in dm_rm_kernel_dev() 61 device_remove(rec[k], DM_REMOVE_NORMAL); in dm_rm_u_boot_dev()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | sata.c | 38 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
|
| H A D | cros_ec.c | 113 device_remove(udev, DM_REMOVE_NORMAL); in do_cros_ec()
|
| H A D | sf.c | 126 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf-uclass.c | 58 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
|
| H A D | sandbox.c | 561 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 412 device_remove(dev, DM_REMOVE_NORMAL); in spi_get_bus_and_cs() 437 device_remove(slave->dev, DM_REMOVE_NORMAL); in spi_free_slave()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device-remove.c | 157 if ((flags & DM_REMOVE_NORMAL) || in flags_remove()
|
| H A D | root.c | 189 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
|
| H A D | uclass.c | 126 ret = device_remove(dev, DM_REMOVE_NORMAL); in uclass_destroy()
|
| H A D | device.c | 518 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | sandbox.c | 101 ret = device_remove(dev, DM_REMOVE_NORMAL);
|
| H A D | blk-uclass.c | 667 ret = device_remove(dev, DM_REMOVE_NORMAL); in blk_unbind_all()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 181 ret = device_remove(bus, DM_REMOVE_NORMAL); in usb_stop() 391 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_setup_ehci_gadget()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 191 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc-uclass.c | 314 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device.h | 75 DM_REMOVE_NORMAL = 1 << 0, enumerator
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 806 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()
|