Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6683.c305 int temp_num; /* number of temperature attributes */ member
623 for (i = 0; i < data->temp_num; i++) { in nct6683_update_device()
1175 data->temp_num = 0; in nct6683_setup_sensors()
1186 data->temp_index[data->temp_num] = i; in nct6683_setup_sensors()
1187 data->temp_src[data->temp_num] = reg; in nct6683_setup_sensors()
1188 data->temp_num++; in nct6683_setup_sensors()
1268 if (data->temp_num) { in nct6683_probe()
1271 data->temp_num); in nct6683_probe()
Dw83795.c217 #define W83795_REG_SF4_TEMP(temp_num, index) \ argument
218 (0x280 + 0x10 * (temp_num) + (index))
219 #define W83795_REG_SF4_PWM(temp_num, index) \ argument
220 (0x288 + 0x10 * (temp_num) + (index))
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-hw.c128 .temp_num = 1,
Dddbridge.h129 u8 temp_num; member
Dddbridge-core.c2816 if (!link->info->temp_num) in temp_show()
2823 if (link->info->temp_num == 2) { in temp_show()
3160 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_del()
3181 for (i = 0; i < dev->link[0].info->temp_num; i++) in ddb_device_attrs_add()
/Linux-v4.19/kernel/
Dparams.c449 unsigned int temp_num; in param_array_set() local
453 arr->num ?: &temp_num); in param_array_set()