other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MAPLE_ADD_PACKET(9) | Busses | MAPLE_ADD_PACKET(9) |
NAME¶
maple_add_packet - add a single instruction to the maple bus queueSYNOPSIS¶
int
maple_add_packet(struct maple_device * mdev,
u32 function, u32 command,
size_t length,
void * data);
ARGUMENTS¶
mdevmaple 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@linux-sh.org>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |