Home
last modified time | relevance | path

Searched defs:nct6775_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dnct6775.h21 struct nct6775_data { struct
22 int addr; /* IO base of hw monitor block */
23 int sioreg; /* SIO register address */
24 enum kinds kind;
25 const char *name;
27 const struct attribute_group *groups[7];
28 u8 num_groups;
30 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
33 u8 temp_src[NUM_TEMP];
34 u16 reg_temp_config[NUM_TEMP];
[all …]