Searched refs:pwm1_freq (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/hwmon/ |
H A D | lm63.c | 157 u8 pwm1_freq; member 247 data->pwm1_freq = i2c_smbus_read_byte_data(client, in lm63_update_device() 249 if (data->pwm1_freq == 0) in lm63_update_device() 250 data->pwm1_freq = 1; in lm63_update_device() 372 pwm = data->pwm1[nr] >= 2 * data->pwm1_freq ? in show_pwm1() 373 255 : (data->pwm1[nr] * 255 + data->pwm1_freq) / in show_pwm1() 374 (2 * data->pwm1_freq); in show_pwm1() 402 (val * data->pwm1_freq * 2 + 127) / 255; in set_pwm1() 1036 data->pwm1_freq = i2c_smbus_read_byte_data(client, LM63_REG_PWM_FREQ); in lm63_init_client() 1037 if (data->pwm1_freq == 0) in lm63_init_client() [all …]
|
H A D | asc7621.c | 971 PWRITE(pwm1_freq, 0, PRI_LOW, 0x5f, 0, 0x0f, 0, pwm_freq),
|
H A D | lm85.c | 833 static SENSOR_DEVICE_ATTR_RW(pwm1_freq, pwm_freq, 0);
|
H A D | adt7475.c | 1168 static SENSOR_DEVICE_ATTR_2_RW(pwm1_freq, pwmfreq, INPUT, 0);
|
H A D | lm93.c | 1915 static SENSOR_DEVICE_ATTR_RW(pwm1_freq, pwm_freq, 0);
|
H A D | it87.c | 1917 static SENSOR_DEVICE_ATTR(pwm1_freq, S_IRUGO | S_IWUSR, show_pwm_freq,
|
/linux/Documentation/hwmon/ |
H A D | lan966x.rst | 40 **pwm1_freq**
|
H A D | max31760.rst | 73 pwm1_freq PWM frequency in hertz
|
H A D | adt7470.rst | 74 * pwm1_freq
|
H A D | it87.rst | 346 try lowering the PWM base frequency (pwm1_freq). Depending on the fan,
|
H A D | lm93.rst | 159 The sysfs files pwm1_freq and pwm2_freq are used to select the frequency. The
|