Home
last modified time | relevance | path

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

12

/u-boot/doc/usage/cmd/
A Dunbind.rst3 unbind command
11 unbind <node path>
12 unbind <class> <index>
13 unbind <class> <index> <driver>
18 The unbind command is used to unbind a device from a driver. This makes the
38 using the three alternative unbind syntaxes.
68 => unbind /pl031@9010000
74 => unbind /pl031@9010000
83 => unbind rtc 0
85 => unbind rtc 0 rtc-pl031
[all …]
A Dhost.rst12 host unbind <label|seq>
49 host unbind
107 => host unbind test2
A Dbind.rst71 => unbind /pl031@9010000
88 => unbind rtc 0 rtc-pl031
/u-boot/doc/develop/driver-model/
A Dbind.rst7 This document aims to describe the bind and unbind commands.
9 For debugging purpose, it should be useful to bind or unbind a driver from
12 The unbind command calls the remove device driver callback and unbind the
29 unbind <node path>
30 unbind <class> <index>
31 unbind <class> <index> <driver>
44 unbind usb_dev_generic 0 usb_ether
46 unbind eth 1
49 unbind /ocp/omap_dwc3@48380000/usb@48390000
/u-boot/test/dm/
A Dtest-driver.c90 .unbind = test_unbind,
101 .unbind = test_unbind,
155 .unbind = test_manual_unbind,
165 .unbind = test_manual_unbind,
176 .unbind = test_manual_unbind,
187 .unbind = test_manual_unbind,
198 .unbind = test_manual_unbind,
/u-boot/include/linux/usb/
A Dcomposite.h165 void (*unbind)(struct usb_configuration *, member
264 void (*unbind)(struct usb_configuration *); member
333 int (*unbind)(struct usb_composite_dev *); member
A Dgadget.h850 void (*unbind)(struct usb_gadget *); member
/u-boot/drivers/usb/gadget/udc/
A Dudc-core.c232 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver()
309 driver->unbind(udc->gadget); in udc_bind_to_driver()
359 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
/u-boot/drivers/core/
A Ddevice-remove.c88 if (drv->unbind) { in device_unbind()
89 ret = drv->unbind(dev); in device_unbind()
A Droot.c75 if (entry->unbind) in fix_drivers()
76 entry->unbind += gd->reloc_off; in fix_drivers()
A Ddevice.c196 if (drv->unbind && drv->unbind(dev)) { in device_bind_common()
/u-boot/doc/usage/
A Dindex.rst104 cmd/unbind
/u-boot/drivers/usb/gadget/
A Dcomposite.c1353 if (f->unbind) { in composite_unbind()
1356 f->unbind(c, f); in composite_unbind()
1360 if (c->unbind) { in composite_unbind()
1362 c->unbind(c); in composite_unbind()
1366 if (composite->unbind) in composite_unbind()
1367 composite->unbind(cdev); in composite_unbind()
1475 .unbind = composite_unbind,
A Dg_dnl.c292 .unbind = g_dnl_unbind,
A Df_fastboot.c386 f_fb->usb_function.unbind = fastboot_unbind; in fastboot_add()
A Df_acm.c539 f_acm->usb_function.unbind = acm_unbind; in acm_add()
A Datmel_usba_udc.c1241 if (!driver || !driver->unbind || !driver->disconnect) { in usb_gadget_unregister_driver()
1247 driver->unbind(&udc->gadget); in usb_gadget_unregister_driver()
/u-boot/drivers/usb/host/
A Dusb-sandbox.c143 driver->unbind(&dev->gadget); in usb_gadget_unregister_driver()
/u-boot/cmd/
A Dbind.c252 unbind, 4, 0, do_bind_unbind,
A Dhost.c225 U_BOOT_CMD_MKENT(unbind, 4, 0, do_host_unbind, "", ""),
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c422 if (driver->unbind) in usb_gadget_unregister_driver()
423 driver->unbind(&gadget->g); in usb_gadget_unregister_driver()
/u-boot/drivers/mmc/
A Dsandbox_mmc.c243 .unbind = sandbox_mmc_unbind,
/u-boot/test/
A DKconfig19 # We need to be able to unbind devices for tests to work
/u-boot/include/dm/
A Ddevice.h381 int (*unbind)(struct udevice *dev); member
/u-boot/drivers/block/
A Dblkmap.c435 .unbind = blkmap_dev_unbind,

Completed in 44 milliseconds

12