Home
last modified time | relevance | path

Searched refs:pwm_freq_from_reg (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Df71805f.c254 static inline unsigned long pwm_freq_from_reg(u8 reg) in pwm_freq_from_reg() function
682 return sprintf(buf, "%lu\n", pwm_freq_from_reg(data->pwm_freq[nr])); in show_pwm_freq()
Dw83627hf.c312 static inline unsigned long pwm_freq_from_reg(u8 reg) in pwm_freq_from_reg() function
1154 pwm_freq_from_reg(data->pwm_freq[nr])); in show_pwm_freq()
Dw83795.c294 static unsigned int pwm_freq_from_reg(u8 reg, u16 clkin) in pwm_freq_from_reg() function
856 val = pwm_freq_from_reg(data->pwm[index][nr], data->clkin); in show_pwm()