centos man page for platform_device_register_data

Query: platform_device_register_data

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLATFORM_DEVICE_REGI(9) 				   Device drivers infrastructure				   PLATFORM_DEVICE_REGI(9)

NAME
platform_device_register_data - add a platform-level device with platform-specific data
SYNOPSIS
struct platform_device * platform_device_register_data(struct device * parent, const char * name, int id, const void * data, size_t size);
ARGUMENTS
parent parent device for the device we're adding name base name of the device we're adding id instance id data platform specific data for this platform device size size of platform specific data
DESCRIPTION
This function creates a simple platform device that requires minimal resource and memory management. Canned release function freeing memory allocated for the device allows drivers using such devices to be unloaded without waiting for the last reference to the device to be dropped. Returns struct platform_device pointer on success, or ERR_PTR on error.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PLATFORM_DEVICE_REGI(9)
Related Man Pages
struct_bus_type(9) - centos
struct_class(9) - centos
struct_device_driver(9) - centos
device_create_vargs(9) - suse
installboot(1m) - minix
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Controlling user input