Searched refs:total_divider (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | polynomial.c | 45 * .total_divider = 10000, 56 * .total_divider = 1, 82 long total_divider = poly->total_divider ?: 1; in polynomial_calc() local 103 return ret / total_divider; in polynomial_calc()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | polynomial.h | 25 * @total_divider: total data divider. 29 long total_divider; member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | bt1-pvt.c | 69 .total_divider = 10000, 80 .total_divider = 1, 101 .total_divider = 10, 109 .total_divider = 10, 138 return ret / poly->total_divider; in pvt_calc_poly()
|
H A D | bt1-pvt.h | 239 * @total_divider: total data divider. 243 long total_divider; member
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | bt1-pvt.h | 239 * @total_divider: total data divider. 243 long total_divider; member
|
H A D | bt1-pvt.c | 70 .total_divider = 10000, 81 .total_divider = 1, 102 .total_divider = 10, 110 .total_divider = 10,
|
Completed in 5 milliseconds