.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FIRMWARE_LOADING_STORE" "" "06 October 2005" "" ""
.SH NAME
firmware_loading_store \- loading control file
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ssize_t firmware_loading_store (struct class_device * \fIclass_dev\fB, const char * \fIbuf\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIclass_dev\fB\fR
-- undescribed --
.TP
\fB\fIbuf\fB\fR
-- undescribed --
.TP
\fB\fIcount\fB\fR
-- undescribed --
.SH "THE RELEVANT VALUES ARE"
.PP
.SH "1"
.PP
Start a load, discarding any previous partial load.
.SH "0"
.PP
Conclude the load and handle the data to the driver code.
-1: Conclude the load with an error and discard any written data.