get_device(9) suse man page | unix.com

Man Page: get_device

Operating Environment: suse

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 2.6. July 2010 GET_DEVICE(9)
Related Man Pages
device_create_with_groups(9) - centos
struct_bus_type(9) - centos
struct_device_driver(9) - centos
struct_input_polled_dev(9) - suse
struct_uio_info(9) - suse
Similar Topics in the Unix Linux Community
How to get Device id information on solaris 8