Home
last modified time | relevance | path

Searched refs:temp_num (Results 1 – 5 of 5) sorted by relevance

/drivers/hwmon/
Dnct6683.c296 int temp_num; /* number of temperature attributes */ member
614 for (i = 0; i < data->temp_num; i++) { in nct6683_update_device()
1166 data->temp_num = 0; in nct6683_setup_sensors()
1177 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
1178 data->temp_src[data->temp_num] = reg; in nct6683_setup_sensors()
1179 data->temp_num++; in nct6683_setup_sensors()
1259 if (data->temp_num) { in nct6683_probe()
1262 data->temp_num); in nct6683_probe()
Dw83795.c204 #define W83795_REG_SF4_TEMP(temp_num, index) \ argument
205 (0x280 + 0x10 * (temp_num) + (index))
206 #define W83795_REG_SF4_PWM(temp_num, index) \ argument
207 (0x288 + 0x10 * (temp_num) + (index))
/drivers/media/pci/ddbridge/
Dddbridge-hw.c128 .temp_num = 1,
Dddbridge.h122 u8 temp_num; member
Dddbridge-core.c2813 if (!link->info->temp_num) in temp_show()
2820 if (link->info->temp_num == 2) { in temp_show()
3157 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_del()
3178 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_add()