Home
last modified time | relevance | path

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

12

/u-boot/doc/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.c84 .unbind = test_unbind,
95 .unbind = test_unbind,
149 .unbind = test_manual_unbind,
159 .unbind = test_manual_unbind,
170 .unbind = test_manual_unbind,
181 .unbind = test_manual_unbind,
192 .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.c71 if (entry->unbind) in fix_drivers()
72 entry->unbind += gd->reloc_off; in fix_drivers()
A Ddevice.c189 if (drv->unbind && drv->unbind(dev)) { in device_bind_common()
/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.c385 f_fb->usb_function.unbind = fastboot_unbind; in fastboot_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()
A Dat91_udc.c1471 if (!driver || !driver->unbind || !driver->disconnect) { in usb_gadget_unregister_driver()
1477 driver->unbind(&udc->gadget); in usb_gadget_unregister_driver()
A Df_dfu.c813 f_dfu->usb_function.unbind = dfu_unbind; in dfu_bind_config()
A Df_sdp.c693 sdp_func->usb_function.unbind = sdp_unbind; in sdp_bind_config()
A Dpxa25x_udc.c2013 if (!driver || driver != dev->driver || !driver->unbind) in usb_gadget_unregister_driver()
2022 driver->unbind(&dev->gadget); in usb_gadget_unregister_driver()
A Df_thor.c1016 f_thor->usb_function.unbind = thor_unbind; in thor_func_init()
A Dfotg210.c958 driver->unbind(&chip->gadget); in usb_gadget_unregister_driver()
A Df_rockusb.c305 f_rkusb->usb_function.unbind = rockusb_unbind; in rockusb_add()
/u-boot/drivers/mmc/
A Dsandbox_mmc.c179 .unbind = sandbox_mmc_unbind,
/u-boot/cmd/
A Dbind.c252 unbind, 4, 0, do_bind_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/test/
A DKconfig11 # We need to be able to unbind devices for tests to work
/u-boot/drivers/block/
A Dsandbox.c255 .unbind = sandbox_host_unbind,
/u-boot/include/dm/
A Ddevice.h341 int (*unbind)(struct udevice *dev); member

Completed in 37 milliseconds

12