Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dcore.c326 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 Dtest-fdt.c327 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 Dbus.c242 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 Dspi.c39 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
H A Deth.c119 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 Dtnc.c79 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 Dudc-uclass.c43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c34 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 Dsata.c38 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
H A Dcros_ec.c113 device_remove(udev, DM_REMOVE_NORMAL); in do_cros_ec()
H A Dsf.c126 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c58 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
H A Dsandbox.c561 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-uclass.c412 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 Ddevice-remove.c157 if ((flags & DM_REMOVE_NORMAL) || in flags_remove()
H A Droot.c189 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
H A Duclass.c126 ret = device_remove(dev, DM_REMOVE_NORMAL); in uclass_destroy()
H A Ddevice.c518 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c101 ret = device_remove(dev, DM_REMOVE_NORMAL);
H A Dblk-uclass.c667 ret = device_remove(dev, DM_REMOVE_NORMAL); in blk_unbind_all()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c181 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 Dsandbox_hub.c191 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc-uclass.c314 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h75 DM_REMOVE_NORMAL = 1 << 0, enumerator
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c806 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()