Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2593b13a
Commit
2593b13a
authored
Oct 06, 2012
by
Jonathan Cameron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
staging:iio:adc:max1363 make docs match the contents of max1363_chip_info
Signed-off-by:
Jonathan Cameron
<
jic23@kernel.org
>
parent
ec443728
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
drivers/staging/iio/adc/max1363.c
drivers/staging/iio/adc/max1363.c
+6
-7
No files found.
drivers/staging/iio/adc/max1363.c
View file @
2593b13a
...
...
@@ -127,20 +127,19 @@ enum max1363_modes {
/**
* struct max1363_chip_info - chip specifc information
* @name: indentification string for chip
* @bits: accuracy of the adc in bits
* @int_vref_mv: the internal reference voltage
* @info: iio core function callbacks structure
* @channels: channel specification
* @num_channels: number of channels
* @mode_list: array of available scan modes
* @num_modes: the number of scan modes available
* @default_mode: the scan mode in which the chip starts up
* @
channel: channel specification
* @
int_vref_mv: the internal reference voltage
* @num_channels: number of channels
* @bits: accuracy of the adc in bits
*/
struct
max1363_chip_info
{
const
struct
iio_info
*
info
;
const
struct
iio_chan_spec
*
channels
;
int
num_channels
;
const
struct
iio_chan_spec
*
channels
;
int
num_channels
;
const
enum
max1363_modes
*
mode_list
;
enum
max1363_modes
default_mode
;
u16
int_vref_mv
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment