1RIO_REQUEST_INB_PWRI(9)    RapidIO driver interface    RIO_REQUEST_INB_PWRI(9)
2
3
4

NAME

6       rio_request_inb_pwrite - request inbound port-write message service
7

SYNOPSIS

9       int rio_request_inb_pwrite(struct rio_dev * rdev,
10                                  int (*pwcback) (struct rio_dev *rdev, union rio_pw_msg *msg, int step));
11

ARGUMENTS

13       rdev
14           RIO device to which register inbound port-write callback routine
15
16       pwcback
17           Callback routine to execute when port-write is received
18

DESCRIPTION

20       Binds a port-write callback function to the RapidIO device. Returns 0
21       if the request has been satisfied.
22

AUTHOR

24       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019           RIO_REQUEST_INB_PWRI(9)
Impressum