OF_MATCH_DEVICE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

of_match_device - Tell if an of_device structure has a matching  

SYNOPSIS

"SYNOPSIS"

const struct of_device_id * of_match_device (const struct of_device_id * matches, const struct of_device * dev);  

ARGUMENTS

matches
-- undescribed --
dev
the of device structure to match against
 

DESCRIPTION

Used by a driver to check whether an of_device present in the system is in its list of supported devices.  

DESCRIPTION

Used by a driver to check whether an of_device present in the system is in its list of supported devices.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:35 GMT, October 09, 2005