1GET_DEVICE(9) Device drivers infrastructure GET_DEVICE(9)
23
4
NAME
6get_device - increment reference count for device.
7
SYNOPSIS
9struct device * get_device(struct device * dev);
10
ARGUMENTS
12dev
13device.
14
DESCRIPTION
16This simply forwards the call to kobject_get, though we do take care to
17provide for the case that we get a NULL pointer passed in.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 GET_DEVICE(9)