'\" t .\" Title: rio_device_probe .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Internals .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "RIO_DEVICE_PROBE" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Internals" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" rio_device_probe \- Tell if a RIO device structure has a matching RIO device id structure .SH "SYNOPSIS" .HP \w'int\ rio_device_probe('u .BI "int rio_device_probe(struct\ device\ *\ " "dev" ");" .SH "ARGUMENTS" .PP \fIstruct device * dev\fR .RS 4 the RIO device structure to match against .RE .SH "DESCRIPTION" .PP return 0 and set rio_dev\->driver when drv claims rio_dev, else error .SH "AUTHOR" .PP \fBMatt Porter\fR <\&mporter@kernel.crashing.org\&>, <\&mporter@mvista.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br