Searched refs:unbind (Results 1 – 25 of 31) sorted by relevance
12
/u-boot/doc/driver-model/ |
A D | bind.rst | 7 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 D | test-driver.c | 84 .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 D | composite.h | 165 void (*unbind)(struct usb_configuration *, member 264 void (*unbind)(struct usb_configuration *); member 333 int (*unbind)(struct usb_composite_dev *); member
|
A D | gadget.h | 850 void (*unbind)(struct usb_gadget *); member
|
/u-boot/drivers/usb/gadget/udc/ |
A D | udc-core.c | 232 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 D | device-remove.c | 88 if (drv->unbind) { in device_unbind() 89 ret = drv->unbind(dev); in device_unbind()
|
A D | root.c | 71 if (entry->unbind) in fix_drivers() 72 entry->unbind += gd->reloc_off; in fix_drivers()
|
A D | device.c | 189 if (drv->unbind && drv->unbind(dev)) { in device_bind_common()
|
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 1353 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 D | g_dnl.c | 292 .unbind = g_dnl_unbind,
|
A D | f_fastboot.c | 385 f_fb->usb_function.unbind = fastboot_unbind; in fastboot_add()
|
A D | atmel_usba_udc.c | 1241 if (!driver || !driver->unbind || !driver->disconnect) { in usb_gadget_unregister_driver() 1247 driver->unbind(&udc->gadget); in usb_gadget_unregister_driver()
|
A D | at91_udc.c | 1471 if (!driver || !driver->unbind || !driver->disconnect) { in usb_gadget_unregister_driver() 1477 driver->unbind(&udc->gadget); in usb_gadget_unregister_driver()
|
A D | f_dfu.c | 813 f_dfu->usb_function.unbind = dfu_unbind; in dfu_bind_config()
|
A D | f_sdp.c | 693 sdp_func->usb_function.unbind = sdp_unbind; in sdp_bind_config()
|
A D | pxa25x_udc.c | 2013 if (!driver || driver != dev->driver || !driver->unbind) in usb_gadget_unregister_driver() 2022 driver->unbind(&dev->gadget); in usb_gadget_unregister_driver()
|
A D | f_thor.c | 1016 f_thor->usb_function.unbind = thor_unbind; in thor_func_init()
|
A D | fotg210.c | 958 driver->unbind(&chip->gadget); in usb_gadget_unregister_driver()
|
A D | f_rockusb.c | 305 f_rkusb->usb_function.unbind = rockusb_unbind; in rockusb_add()
|
/u-boot/drivers/mmc/ |
A D | sandbox_mmc.c | 179 .unbind = sandbox_mmc_unbind,
|
/u-boot/cmd/ |
A D | bind.c | 252 unbind, 4, 0, do_bind_unbind,
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_uboot.c | 422 if (driver->unbind) in usb_gadget_unregister_driver() 423 driver->unbind(&gadget->g); in usb_gadget_unregister_driver()
|
/u-boot/test/ |
A D | Kconfig | 11 # We need to be able to unbind devices for tests to work
|
/u-boot/drivers/block/ |
A D | sandbox.c | 255 .unbind = sandbox_host_unbind,
|
/u-boot/include/dm/ |
A D | device.h | 341 int (*unbind)(struct udevice *dev); member
|
Completed in 37 milliseconds
12