Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/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.c377 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device()
386 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device()
452 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
458 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
466 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
697 device_remove(dev, DM_REMOVE_NORMAL); in dm_test_fdt_livetree_writing()
Dbus.c255 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_data()
361 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_bus_parent_ops()
397 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_platdata()
406 device_remove(bus, DM_REMOVE_NORMAL); in test_bus_parent_platdata()
Dclk.c156 ut_assertok(device_remove(dev_test, DM_REMOVE_NORMAL)); in dm_test_clk()
195 ut_assertok(device_remove(dev_test, DM_REMOVE_NORMAL)); in dm_test_clk_bulk()
Dspi.c38 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
Deth.c118 ut_assertok(device_remove(dev[i], DM_REMOVE_NORMAL)); in dm_test_eth_act()
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/cmd/
Dbind.c78 ret = device_remove(dev, DM_REMOVE_NORMAL); in unbind_by_class_index()
110 ret = device_chld_remove(parent, drv, DM_REMOVE_NORMAL); in unbind_child_by_class_index()
182 ret = device_remove(dev, DM_REMOVE_NORMAL); in unbind_by_node_path()
Dsata.c37 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
Dcros_ec.c109 device_remove(dev, DM_REMOVE_NORMAL); in do_cros_ec()
Dsf.c127 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/udc/
Dudc-uclass.c43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dsf-uclass.c57 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
Dsandbox.c559 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
/third_party/uboot/u-boot-2020.01/drivers/power/domain/
Dpower-domain-uclass.c136 device_remove(pd.dev, DM_REMOVE_NORMAL); in dev_power_domain_ctrl()
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dspi-uclass.c388 device_remove(dev, DM_REMOVE_NORMAL); in spi_get_bus_and_cs()
413 device_remove(slave->dev, DM_REMOVE_NORMAL); in spi_free_slave()
/third_party/uboot/u-boot-2020.01/drivers/core/
Ddevice-remove.c149 if ((flags & DM_REMOVE_NORMAL) || in flags_remove()
Ddevice.c449 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
873 ret = device_remove(dev, DM_REMOVE_NORMAL); in dev_disable_by_path()
Droot.c168 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
/third_party/uboot/u-boot-2020.01/drivers/block/
Dsandbox.c100 ret = device_remove(dev, DM_REMOVE_NORMAL);
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/
Dsandbox_hub.c188 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dusb-uclass.c178 ret = device_remove(bus, DM_REMOVE_NORMAL); in usb_stop()
388 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_setup_ehci_gadget()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc-uclass.c365 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h74 DM_REMOVE_NORMAL = 1 << 0, enumerator
/third_party/uboot/u-boot-2020.01/board/compulab/cm_fx6/
Dcm_fx6.c757 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()

12