Home
last modified time | relevance | path

Searched refs:total_divider (Results 1 – 4 of 4) sorted by last modified time

/linux/drivers/hwmon/
H A Dbt1-pvt.c70 .total_divider = 10000,
81 .total_divider = 1,
102 .total_divider = 10,
110 .total_divider = 10,
H A Dbt1-pvt.h243 long total_divider; member
/linux/lib/
H A Dpolynomial.c82 long total_divider = poly->total_divider ?: 1; in polynomial_calc() local
103 return ret / total_divider; in polynomial_calc()
/linux/include/linux/
H A Dpolynomial.h29 long total_divider; member