| /rk3399_rockchip-uboot/test/dm/ |
| H A D | test-driver.c | 82 .unbind = test_unbind, 93 .unbind = test_unbind, 147 .unbind = test_manual_unbind, 157 .unbind = test_manual_unbind, 168 .unbind = test_manual_unbind,
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | composite.h | 115 void (*unbind)(struct usb_configuration *, member 214 void (*unbind)(struct usb_configuration *); member 281 int (*unbind)(struct usb_composite_dev *); member
|
| H A D | gadget.h | 843 void (*unbind)(struct usb_gadget *); member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 231 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 308 driver->unbind(udc->gadget); in udc_bind_to_driver() 358 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | device-remove.c | 85 if (drv->unbind) { in device_unbind() 86 ret = drv->unbind(dev); in device_unbind()
|
| H A D | root.c | 90 if (entry->unbind) in fix_drivers() 91 entry->unbind += gd->reloc_off; in fix_drivers()
|
| H A D | device.c | 284 if (drv->unbind && drv->unbind(dev)) { in device_bind_common()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | composite.c | 1077 if (f->unbind) { in composite_unbind() 1080 f->unbind(c, f); in composite_unbind() 1084 if (c->unbind) { in composite_unbind() 1086 c->unbind(c); in composite_unbind() 1090 if (composite->unbind) in composite_unbind() 1091 composite->unbind(cdev); in composite_unbind() 1190 .unbind = composite_unbind,
|
| H A D | g_dnl.c | 284 .unbind = g_dnl_unbind,
|
| H 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()
|
| H A D | f_sdp.c | 596 sdp_func->usb_function.unbind = sdp_unbind; in sdp_bind_config()
|
| H A D | at91_udc.c | 1469 if (!driver || !driver->unbind || !driver->disconnect) { in usb_gadget_unregister_driver() 1475 driver->unbind(&udc->gadget); in usb_gadget_unregister_driver()
|
| H A D | f_dfu.c | 807 f_dfu->usb_function.unbind = dfu_unbind; in dfu_bind_config()
|
| H A D | f_thor.c | 1010 f_thor->usb_function.unbind = thor_unbind; in thor_func_init()
|
| H A D | pxa25x_udc.c | 2010 if (!driver || driver != dev->driver || !driver->unbind) in usb_gadget_unregister_driver() 2019 driver->unbind(&dev->gadget); in usb_gadget_unregister_driver()
|
| H A D | fotg210.c | 956 driver->unbind(&chip->gadget); in usb_gadget_unregister_driver()
|
| H A D | ci_udc.c | 1040 driver->unbind(&controller.gadget); in usb_gadget_unregister_driver()
|
| H A D | dwc2_udc_otg.c | 303 driver->unbind(&dev->gadget); in usb_gadget_unregister_driver()
|
| H A D | f_fastboot.c | 500 f_fb->usb_function.unbind = fastboot_unbind; in fastboot_add()
|
| H A D | ether.c | 2382 priv->eth_driver.unbind = eth_unbind; in _usb_eth_init()
|
| H A D | f_mass_storage.c | 2794 fsg->function.unbind = fsg_unbind; in fsg_bind_config()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sandbox_mmc.c | 144 .unbind = sandbox_mmc_unbind,
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 424 if (driver->unbind) in usb_gadget_unregister_driver() 425 driver->unbind(&gadget->g); in usb_gadget_unregister_driver()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | 248 int (*unbind)(struct udevice *dev); member
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | README.txt | 309 and unbind, and these are called at appropriate times. For many drivers 319 unbind - make the driver model forget the device 643 probe/remove which is independent of bind/unbind. This is partly because in
|