Searched refs:fan_pulses (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | tc654.c | 423 static SENSOR_DEVICE_ATTR_RW(fan1_pulses, fan_pulses, 0); 424 static SENSOR_DEVICE_ATTR_RW(fan2_pulses, fan_pulses, 1);
|
| H A D | nct6775.c | 1149 u8 fan_pulses[NUM_FAN]; member 1810 data->fan_pulses[i] = in nct6775_update_device() 2219 int p = data->fan_pulses[sattr->index]; in show_fan_pulses() 2243 data->fan_pulses[nr] = val & 3; in store_fan_pulses() 2283 SENSOR_TEMPLATE(fan_pulses, "fan%d_pulses", S_IWUSR | S_IRUGO, show_fan_pulses,
|
| H A D | nct6683.c | 761 SENSOR_TEMPLATE(fan_pulses, "fan%d_pulses", S_IRUGO, show_fan_pulses, NULL, 0);
|