get_device(9) centos man page | unix.com

Man Page: get_device

Operating Environment: centos

Section: 9

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
dev device.
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
Kernel Hackers Manual 3.10 June 2014 GET_DEVICE(9)
Related Man Pages
device_rename(9) - centos
struct_class(9) - centos
struct_regulator_config(9) - centos
device_create(9) - suse
device_create_vargs(9) - suse
Similar Topics in the Unix Linux Community
How to get Device id information on solaris 8