maple_add_packet_sleeps

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

maple_add_packet_sleeps - add a single instruction to the queue

SYNOPSIS

int maple_add_packet_sleeps(struct maple_device * mdev, u32 function, 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

DESCRIPTION

Same as maple_add_packet, but waits for the lock to become free.

AUTHOR

Paul Mundt <lethal@linux-sh.org>

Author.