Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
A Dnct6683.c307 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()
1265 if (data->temp_num) { in nct6683_probe()
1268 data->temp_num); in nct6683_probe()
A 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))
/linux/drivers/media/pci/ddbridge/
A Dddbridge-hw.c128 .temp_num = 1,
A Dddbridge.h122 u8 temp_num; member
A 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()
/linux/kernel/
A Dparams.c465 unsigned int temp_num; in param_array_set() local
469 arr->num ?: &temp_num); in param_array_set()

Completed in 23 milliseconds