| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | core.c | 326 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 D | test-fdt.c | 327 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 D | bus.c | 242 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 D | spi.c | 39 device_remove(info.dev, DM_REMOVE_NORMAL); in dm_test_spi_find()
|
| H A D | eth.c | 119 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 D | tnc.c | 79 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/include/dm/ |
| H A D | device-internal.h | 105 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
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device-remove.c | 60 ret = device_remove(pos, flags); in device_chld_remove() 164 int device_remove(struct udevice *dev, uint flags) in device_remove() function
|
| H A D | device-remove.su | |
| H A D | root.c | 189 device_remove(dm_root(), DM_REMOVE_NORMAL); in dm_uninit() 198 device_remove(dm_root(), flags); in dm_remove_devices_flags()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/udc/ |
| H A D | udc-uclass.c | 43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | kernel_dtb.c | 34 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 D | sata.c | 38 rc = device_remove(dev, DM_REMOVE_NORMAL); in sata_remove()
|
| H A D | cros_ec.c | 113 device_remove(udev, DM_REMOVE_NORMAL); in do_cros_ec()
|
| H A D | sf.c | 126 device_remove(new, DM_REMOVE_NORMAL); in do_spi_flash_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf-uclass.c | 58 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 412 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/kernel/drivers/net/phy/ |
| H A D | mdio_device.c | 60 mdiodev->device_remove = mdio_device_remove; in mdio_device_create()
|
| H A D | mdio_bus.c | 600 mdiodev->device_remove(mdiodev); in __mdiobus_register() 630 mdiodev->device_remove(mdiodev); in mdiobus_unregister()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | sandbox.c | 101 ret = device_remove(dev, DM_REMOVE_NORMAL);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 181 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 D | sandbox_hub.c | 191 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mdio.h | 42 void (*device_remove)(struct mdio_device *mdiodev); member
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc-uclass.c | 314 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-siox | 31 What: /sys/bus/siox/devices/siox-X/device_remove
|