diff options
author | Jonathan Cameron <jic23@kernel.org> | 2012-04-10 20:11:06 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-10 20:26:33 (GMT) |
commit | ecbf20ca95546f6347afe3952e07850a8e4c48de (patch) | |
tree | 32dc44300630b9b102cc5ee5b5a21e86824c0e47 | |
parent | a9ea1b178fbe66bc982c18ddaed018933b428137 (diff) | |
download | linux-ecbf20ca95546f6347afe3952e07850a8e4c48de.tar.xz |
staging:iio fill in some missing docs
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/iio/iio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/iio/iio.h b/drivers/staging/iio/iio.h index b9cd454..833a849 100644 --- a/drivers/staging/iio/iio.h +++ b/drivers/staging/iio/iio.h @@ -331,6 +331,8 @@ struct iio_buffer_setup_ops { * @name: [DRIVER] name of the device. * @info: [DRIVER] callbacks and constant info from driver * @info_exist_lock: [INTERN] lock to prevent use during removal + * @setup_ops: [DRIVER] callbacks to call before and after buffer + * enable/disable * @chrdev: [INTERN] associated character device * @groups: [INTERN] attribute groups * @groupcounter: [INTERN] index of next attribute group |