Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dnct6775.c746 struct nct6775_data { struct
747 int addr; /* IO base of hw monitor block */
748 int sioreg; /* SIO register address */
749 enum kinds kind;
750 const char *name;
752 const struct attribute_group *groups[6];
754 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
757 u8 temp_src[NUM_TEMP];
758 u16 reg_temp_config[NUM_TEMP];
759 const char * const *temp_label;
[all …]