1RIO_INIT_MBOX_RES(9) RapidIO driver interface RIO_INIT_MBOX_RES(9)
2
3
4
6 rio_init_mbox_res - Initialize a RIO mailbox resource
7
9 void rio_init_mbox_res(struct resource * res, int start, int end);
10
12 res
13 resource struct
14
15 start
16 start of mailbox range
17
18 end
19 end of mailbox range
20
22 This function is used to initialize the fields of a resource for use as
23 a mailbox resource. It initializes a range of mailboxes using the start
24 and end arguments.
25
27 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 RIO_INIT_MBOX_RES(9)