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

Data Fields

struct iio_channelchannels
 
int num_channels
 
struct devicehwmon_dev
 
struct attribute_group attr_group
 
struct attribute ** attrs
 

Detailed Description

struct iio_hwmon_state - device instance state : filled with array of channels from iio : number of channels in channels (saves counting twice) : associated hwmon device : the group of attributes : null terminated array of attribute pointers.

Definition at line 28 of file iio_hwmon.c.

Field Documentation

struct attribute_group attr_group

Definition at line 32 of file iio_hwmon.c.

struct attribute** attrs

Definition at line 33 of file iio_hwmon.c.

struct iio_channel* channels

Definition at line 29 of file iio_hwmon.c.

struct device* hwmon_dev

Definition at line 31 of file iio_hwmon.c.

int num_channels

Definition at line 30 of file iio_hwmon.c.


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