Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337707
b: refs/heads/master
c: 2593b13
h: refs/heads/master
i:
  337705: 92263a4
  337703: 44d26e7
v: v3
  • Loading branch information
Jonathan Cameron committed Nov 10, 2012
1 parent ea14722 commit 5bb00e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec44372865c0ab9dd7d816ab9734463bdb8c20d1
refs/heads/master: 2593b13a622ae99c2c7d6d8c869b59383ab70697
13 changes: 6 additions & 7 deletions trunk/drivers/staging/iio/adc/max1363.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5bb00e5

Please sign in to comment.