1. NAME▲
rio_request_inb_pwrite - request inbound port-write message service
2. SYNOPSIS ▲
int rio_request_inb_pwrite(struct rio_dev * rdev , int (* pwcback ) (struct rio_dev *rdev, union rio_pw_msg *msg, int step));
3. ARGUMENTS ▲
rdev
RIO device to which register inbound port-write callback routine
pwcback
Callback routine to execute when port-write is received
4. DESCRIPTION ▲
Binds a port-write callback function to the RapidIO device. Returns 0 if the request has been satisfied.
5. AUTHOR ▲
Matt Porter <>, <>
Author.
6. COPYRIGHT ▲