Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice-internal.h105 int device_remove(struct udevice *dev, uint flags);
107 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } in device_remove() function
/rk3399_rockchip-uboot/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()
612 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_children()
619 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_children()
689 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove_active_dma()
H A Dtest-fdt.c326 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device()
343 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_device()
436 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
442 device_remove(parent, DM_REMOVE_NORMAL); in dm_test_first_next_ok_device()
450 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()
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice-remove.c60 ret = device_remove(pos, flags); in device_chld_remove()
164 int device_remove(struct udevice *dev, uint flags) in device_remove() function
H A Droot.c189 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
198 device_remove(dm_root(), flags); in dm_remove_devices_flags()
H A Duclass.c126 ret = device_remove(dev, DM_REMOVE_NORMAL); in uclass_destroy()
H A Ddevice.c520 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
/rk3399_rockchip-uboot/drivers/usb/gadget/udc/
H A Dudc-uclass.c43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/power/domain/
H A Dpower-domain-uclass.c164 device_remove(pd.dev, DM_REMOVE_NORMAL); in dev_power_domain_ctrl()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/block/
H A Dsandbox.c101 ret = device_remove(dev, DM_REMOVE_NORMAL);
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c191 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc-uclass.c315 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/rk3399_rockchip-uboot/board/compulab/cm_fx6/
H A Dcm_fx6.c806 device_remove(dev, DM_REMOVE_NORMAL); in sata_imx_probe()

12