platform_device_register_data(9) suse man page | unix.com

Man Page: platform_device_register_data

Operating Environment: suse

Section: 9

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 2.6. July 2010 PLATFORM_DEVICE_REGI(9)
Related Man Pages
device_create_vargs(9) - centos
struct_device_driver(9) - centos
struct_platform_nand_ctrl(9) - centos
installboot(1m) - sunos
installboot(1m) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Tar Command
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB