table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
GET_DEVICE(9) | Device drivers infrastructure | GET_DEVICE(9) |
NAME¶
get_device - increment reference count for device.SYNOPSIS¶
struct
device *
get_device(struct device * dev);
ARGUMENTS¶
devdevice.
DESCRIPTION¶
This simply forwards the call to kobject_get, though we do take care to provide for the case that we get a NULL pointer passed in.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |