1MAPLE_ADD_PACKET(9)                 Busses                 MAPLE_ADD_PACKET(9)
2
3
4

NAME

6       maple_add_packet - add a single instruction to the maple bus queue
7

SYNOPSIS

9       int maple_add_packet(struct maple_device * mdev, u32 function,
10                            u32 command, size_t length, void * data);
11

ARGUMENTS

13       mdev
14           maple device
15
16       function
17           function on device being queried
18
19       command
20           maple command to add
21
22       length
23           length of command string (in 32 bit words)
24
25       data
26           remainder of command string
27

AUTHOR

29       Paul Mundt <lethal@linux-sh.org>
30           Author.
31
33Kernel Hackers Manual 3.10         June 2019               MAPLE_ADD_PACKET(9)
Impressum