|
Linux Kernel
3.7.1
|
Data Fields | |
| struct iio_channel * | channels |
| int | num_channels |
| struct device * | hwmon_dev |
| struct attribute_group | attr_group |
| struct attribute ** | attrs |
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.
| struct attribute_group attr_group |
Definition at line 32 of file iio_hwmon.c.
Definition at line 33 of file iio_hwmon.c.
| struct iio_channel* channels |
Definition at line 29 of file iio_hwmon.c.
Definition at line 31 of file iio_hwmon.c.
| int num_channels |
Definition at line 30 of file iio_hwmon.c.
1.8.2