Home
last modified time | relevance | path

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

/drivers/core/
A Droot.c135 device_remove(dm_root(), DM_REMOVE_NON_VITAL); in dm_uninit()
136 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
146 device_remove(dm_root(), flags); in dm_remove_devices_flags()
154 device_remove(dm_root(), DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL); in dm_remove_devices_active()
155 device_remove(dm_root(), DM_REMOVE_ACTIVE_ALL); in dm_remove_devices_active()
A Ddevice-remove.c60 ret = device_remove(pos, flags); in device_chld_remove()
198 int device_remove(struct udevice *dev, uint flags) in device_remove() function
A Ddevice.c607 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
1212 ret = device_remove(dev, DM_REMOVE_NORMAL); in dev_disable_by_path()
A Duclass.c126 ret = device_remove(dev, DM_REMOVE_NORMAL | DM_REMOVE_NO_PD); in uclass_destroy()
/drivers/usb/gadget/udc/
A Dudc-uclass.c58 return device_remove(udev, DM_REMOVE_NORMAL); in udc_device_put()
/drivers/block/
A Dhost_dev.c89 ret = device_remove(dev, DM_REMOVE_NORMAL); in host_sb_detach_file()
A Dblkmap.c439 err = device_remove(bm->blk, DM_REMOVE_NORMAL); in blkmap_dev_unbind()
567 err = device_remove(dev, DM_REMOVE_NORMAL); in blkmap_destroy()
A Dblk-uclass.c769 ret = device_remove(dev, DM_REMOVE_NORMAL); in blk_unbind_all()
A Drkmtd.c927 ret = device_remove(dev, DM_REMOVE_NORMAL); in rkmtd_detach_mtd()
/drivers/usb/host/
A Dusb-uclass.c201 ret = device_remove(bus, DM_REMOVE_NORMAL); in usb_stop()
491 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_setup_ehci_gadget()
514 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_remove_ehci_gadget()
/drivers/fastboot/
A Dfb_spi_flash.c70 device_remove(new, DM_REMOVE_NORMAL); in fastboot_spi_flash_probe()
/drivers/spi/
A Dspi-uclass.c485 device_remove(dev, DM_REMOVE_NORMAL); in _spi_get_bus_and_cs()
510 device_remove(slave->dev, DM_REMOVE_NORMAL); in spi_free_slave()
/drivers/power/domain/
A Dpower-domain-uclass.c213 device_remove(pd.dev, DM_REMOVE_NORMAL); in dev_power_domain_ctrl()
/drivers/usb/emul/
A Dsandbox_hub.c188 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/drivers/mmc/
A Dmmc-uclass.c471 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/drivers/mtd/spi/
A Dsandbox.c558 device_remove(dev, DM_REMOVE_NORMAL); in sandbox_sf_unbind_emul()
/drivers/ata/
A Dsata_sil.c662 ret = device_remove(dev, DM_REMOVE_NORMAL); in sil_unbind_device()
A Dfsl_sata.c861 ret = device_remove(dev, DM_REMOVE_NORMAL); in fsl_unbind_device()

Completed in 882 milliseconds