'\" t .\" Title: rio_del_mport_pw_handler .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: RapidIO driver interface .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "RIO_DEL_MPORT_PW_HAN" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "RapidIO driver interface" .\" ----------------------------------------------------------------- .\" * 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_del_mport_pw_handler \- remove port\-write message handler from the list of mport specific pw handlers .SH "SYNOPSIS" .HP \w'int\ rio_del_mport_pw_handler('u .BI "int rio_del_mport_pw_handler(struct\ rio_mport\ *\ " "mport" ", void\ *\ " "context" ", int\ (*" "pwcback" ")\ (struct\ rio_mport\ *mport,\ void\ *context,\ union\ rio_pw_msg\ *msg,\ int\ step));" .SH "ARGUMENTS" .PP \fIstruct rio_mport * mport\fR .RS 4 RIO master port to bind the portwrite callback .RE .PP \fIvoid * context\fR .RS 4 Registered handler specific context to pass on event .RE .PP \fIint (*)(struct rio_mport *mport, void *context, union rio_pw_msg *msg, int step) pwcback\fR .RS 4 Registered callback function .RE .SH "DESCRIPTION" .PP Returns 0 if the request has been satisfied\&. .SH "AUTHOR" .PP \fBMatt Porter\fR <\&mporter@kernel.crashing.org\&>, <\&mporter@mvista.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br