Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
max197_data Struct Reference

Data Fields

struct max197_platform_datapdata
 
struct devicehwmon_dev
 
struct mutex lock
 
int limit
 
bool scale
 
u8 ctrl_bytes [MAX197_NUM_CH]
 

Detailed Description

struct max197_data - device instance specific data : Platform data. : The hwmon device. : Read/Write mutex. : Max range value (10V for MAX197, 4V for MAX199). : Need to scale. : Channels control byte.

Definition at line 50 of file max197.c.

Field Documentation

u8 ctrl_bytes[MAX197_NUM_CH]

Definition at line 56 of file max197.c.

struct device* hwmon_dev

Definition at line 52 of file max197.c.

int limit

Definition at line 54 of file max197.c.

struct mutex lock

Definition at line 53 of file max197.c.

Definition at line 51 of file max197.c.

bool scale

Definition at line 55 of file max197.c.


The documentation for this struct was generated from the following file: