maple_add_packet (9) - Linux Manuals
maple_add_packet: add a single instruction to the maple bus queue
NAME
maple_add_packet - add a single instruction to the maple bus queue
SYNOPSIS
-
int maple_add_packet(struct maple_device
* mdev, u32function, u32 command, size_t length, void * data);
ARGUMENTS
mdev
-
- maple device
function
- function on device being queried
command
- maple command to add
length
- length of command string (in 32 bit words)
data
- remainder of command string
AUTHOR
Paul Mundt <lethal [at] linux-sh.org>
- Author.
COPYRIGHT