Home
last modified time | relevance | path

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

/drivers/hwmon/
Dnct6683.c308 int temp_num; /* number of temperature attributes */ member
615 for (i = 0; i < data->temp_num; i++) { in nct6683_update_device()
1167 data->temp_num = 0; in nct6683_setup_sensors()
1178 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
1179 data->temp_src[data->temp_num] = reg; in nct6683_setup_sensors()
1180 data->temp_num++; in nct6683_setup_sensors()
1268 if (data->temp_num) { in nct6683_probe()
1271 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.c119 .temp_num = 1,
Dddbridge.h113 u8 temp_num; member
Dddbridge-core.c2804 if (!link->info->temp_num) in temp_show()
2811 if (link->info->temp_num == 2) { in temp_show()
3147 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_del()
3168 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_add()