Searched refs:rpm_from_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | g760a.c | 61 static inline unsigned int rpm_from_cnt(u8 val, u32 clk, u16 div) in rpm_from_cnt() function 114 rpm = rpm_from_cnt(data->act_cnt, data->clk, data->fan_div); in fan1_input_show()
|
H A D | g762.c | 169 static inline unsigned int rpm_from_cnt(u8 cnt, u32 clk_freq, u16 p, in rpm_from_cnt() function 735 rpm = rpm_from_cnt(data->act_cnt, data->clk_freq, in fan1_input_show() 921 * Refer to rpm_from_cnt() implementation above to get info about count number 937 rpm = rpm_from_cnt(data->set_cnt, data->clk_freq, in fan1_target_show()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | g760a.c | 61 static inline unsigned int rpm_from_cnt(u8 val, u32 clk, u16 div) in rpm_from_cnt() function 114 rpm = rpm_from_cnt(data->act_cnt, data->clk, data->fan_div); in fan1_input_show()
|
H A D | g762.c | 168 static inline unsigned int rpm_from_cnt(u8 cnt, u32 clk_freq, u16 p, in rpm_from_cnt() function 739 rpm = rpm_from_cnt(data->act_cnt, data->clk_freq, in fan1_input_show() 925 * Refer to rpm_from_cnt() implementation above to get info about count number 941 rpm = rpm_from_cnt(data->set_cnt, data->clk_freq, in fan1_target_show()
|
Completed in 5 milliseconds