platform_device_alloc(9) centos man page | unix.com

Man Page: platform_device_alloc

Operating Environment: centos

Section: 9

PLATFORM_DEVICE_ALLO(9) 				   Device drivers infrastructure				   PLATFORM_DEVICE_ALLO(9)

NAME
platform_device_alloc - create a platform device
SYNOPSIS
struct platform_device * platform_device_alloc(const char * name, int id);
ARGUMENTS
name base name of the device we're adding id instance id
DESCRIPTION
Create a platform device object which can have other objects attached to it, and which will have attached objects freed when it is released.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PLATFORM_DEVICE_ALLO(9)
Related Man Pages
device_create_vargs(9) - centos
device_schedule_callback_owner(9) - centos
struct_device_driver(9) - centos
struct_uio_info(9) - centos
usb_queue_reset_device(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
CentOS7 restoring file capabilities
Controlling user input
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!