other versions
MAPLE_ADD_PACKET(9) | Busses | MAPLE_ADD_PACKET(9) |
NAME¶
maple_add_packet - add a single instruction to the maple bus queue
SYNOPSIS¶
int maple_add_packet(struct maple_device * mdev, u32 function, u32 command, size_t length, void * data);
ARGUMENTS¶
struct maple_device * mdev
maple device
u32 function
function on device being queried
u32 command
maple command to add
size_t length
length of command string (in 32 bit words)
void * data
remainder of command string
AUTHOR¶
Paul Mundt <lethal@linux-sh.org>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |