.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "OF_MATCH_DEVICE" "" "06 October 2005" "" "" .SH NAME of_match_device \- Tell if an of_device structure has a matching .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp const struct of_match * of_match_device (const struct of_match * \fImatches\fB, const struct of_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fImatches\fB\fR -- undescribed -- .TP \fB\fIdev\fB\fR the of device structure to match against .SH "DESCRIPTION" .PP Used by a driver to check whether an of_device present in the system is in its list of supported devices. .SH "DESCRIPTION" .PP Used by a driver to check whether an of_device present in the system is in its list of supported devices.