1GET_DEVICE(9)            Device drivers infrastructure           GET_DEVICE(9)
2
3
4

NAME

6       get_device - increment reference count for device.
7

SYNOPSIS

9       struct device * get_device(struct device * dev);
10

ARGUMENTS

12       dev
13           device.
14

DESCRIPTION

16       This simply forwards the call to kobject_get, though we do take care to
17       provide for the case that we get a NULL pointer passed in.
18
20Kernel Hackers Manual 3.10         June 2019                     GET_DEVICE(9)
Impressum