Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/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()
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 Dtest-fdt.c327 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 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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/u-boot/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 Ddevice-remove.su
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()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/udc/
H A Dudc-uclass.c43 ret = device_remove(dev_array[index], DM_REMOVE_NORMAL); in usb_gadget_release()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c58 device_remove(flash->spi->dev, DM_REMOVE_NORMAL); in spi_flash_free()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_device.c60 mdiodev->device_remove = mdio_device_remove; in mdio_device_create()
H A Dmdio_bus.c600 mdiodev->device_remove(mdiodev); in __mdiobus_register()
630 mdiodev->device_remove(mdiodev); in mdiobus_unregister()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c101 ret = device_remove(dev, DM_REMOVE_NORMAL);
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c191 ret = device_remove(dev, DM_REMOVE_NORMAL); in clrset_post_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmdio.h42 void (*device_remove)(struct mdio_device *mdiodev); member
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc-uclass.c314 device_remove(bdev, DM_REMOVE_NORMAL); in mmc_unbind()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-siox31 What: /sys/bus/siox/devices/siox-X/device_remove

12