rio_request_inb_pwrite (9) Linux Manual Page
rio_request_inb_pwrite – request inbound port-write message service for specific RapidIO device
Synopsis
int rio_request_inb_pwrite(struct rio_dev *rdev, int (*pwcback)(struct rio_dev *rdev, union rio_pw_msg *msg, int step));
Arguments
rdev
-
- RIO device to which register inbound port-write callback routine
pwcback
- Callback routine to execute when port-write is received
Description
Binds a port-write callback function to the RapidIO device. Returns 0 if the request has been satisfied.
Author
Matt Porter <mporter [at] kernel.crashing.org>, <mporter [at] mvista.com>
- Author.
