PLATFORM_GET_RESOURC
Section: Device drivers infrastructure (9)
Updated: February 2011
Index
Return to Main Contents
NAME
platform_get_resource_byname - get a resource for a device by name
SYNOPSIS
-
struct resource * platform_get_resource_byname(struct platform_device * dev, unsigned int type, const char * name);
ARGUMENTS
dev
-
- platform device
type
-
resource type
name
-
resource name
COPYRIGHT