Home
last modified time | relevance | path

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

12

/openbmc/u-boot/test/dm/
H A 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()
H A 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()
677 device_remove(dev, DM_REMOVE_NORMAL); in dm_test_fdt_livetree_writing()
H A Dbus.c254 device_remove(dev, DM_REMOVE_NORMAL); in test_bus_parent_data()
360 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()
407 device_remove(bus, DM_REMOVE_NORMAL); in test_bus_parent_platdata()
H A Dvirtio.c118 ut_assertok(device_remove(bus, DM_REMOVE_ACTIVE_ALL)); in dm_test_virtio_remove()
H A Dspi.c38 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
H A Deth.c117 ut_assertok(device_remove(dev[i], DM_REMOVE_NORMAL)); in dm_test_eth_act()
/openbmc/u-boot/include/dm/
H A Ddevice-internal.h108 int device_remove(struct udevice *dev, uint flags);
110 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } in device_remove() function
/openbmc/u-boot/arch/x86/cpu/queensbay/
H A Dtnc.c78 ret = device_remove(igd, DM_REMOVE_NORMAL); in disable_igd()
84 ret = device_remove(sdvo, DM_REMOVE_NORMAL); in disable_igd()
/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c51 ret = device_remove(pos, flags); in device_chld_remove()
155 int device_remove(struct udevice *dev, uint flags) in device_remove() function
H A Droot.c188 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit()
198 device_remove(dm_root(), flags); in dm_remove_devices_flags()
H A Ddevice.c434 if (device_remove(dev, DM_REMOVE_NORMAL)) { in device_probe()
844 ret = device_remove(dev, DM_REMOVE_NORMAL); in dev_disable_by_path()
/openbmc/u-boot/cmd/
H A Dbind.c78 ret = device_remove(dev, DM_REMOVE_NORMAL); in unbind_by_class_index()
182 ret = device_remove(dev, DM_REMOVE_NORMAL); in unbind_by_node_path()
H A Dsata.c37 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
H A Dcros_ec.c109 device_remove(dev, DM_REMOVE_NORMAL); in do_cros_ec()
/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-uclass.c43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
/openbmc/linux/drivers/base/
H A Ddd.c561 static void device_remove(struct device *dev) in device_remove() function
694 device_remove(dev); in really_probe()
715 device_remove(dev); in really_probe()
1272 device_remove(dev); in __device_release_driver()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c67 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
/openbmc/u-boot/drivers/spi/
H A Dspi-uclass.c379 device_remove(dev, DM_REMOVE_NORMAL); in spi_get_bus_and_cs()
404 device_remove(slave->dev, DM_REMOVE_NORMAL); in spi_free_slave()
/openbmc/linux/drivers/net/phy/
H A Dmdio_device.c62 mdiodev->device_remove = mdio_device_remove; in mdio_device_create()
H A Dmdio_bus.c751 mdiodev->device_remove(mdiodev); in __mdiobus_register()
781 mdiodev->device_remove(mdiodev); in mdiobus_unregister()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c100 ret = device_remove(dev, DM_REMOVE_NORMAL);
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c177 ret = device_remove(bus, DM_REMOVE_NORMAL); in usb_stop()
391 ret = device_remove(dev, DM_REMOVE_NORMAL); in usb_setup_ehci_gadget()
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c188 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-siox31 What: /sys/bus/siox/devices/siox-X/device_remove
/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c333 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()

12