table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DEVICE_RELEASE_DRIVE(9) | Device drivers infrastructure | DEVICE_RELEASE_DRIVE(9) |
NAME¶
device_release_driver - manually detach device from driver.SYNOPSIS¶
void
device_release_driver(struct device * dev);
ARGUMENTS¶
devdevice.
DESCRIPTION¶
Manually detach device from driver. When called for a USB interface, dev->parent lock must be held.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |