Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dit87.c287 #define NUM_AUTO_PWM ARRAY_SIZE(IT87_REG_PWM) macro
630 u8 auto_pwm[NUM_AUTO_PWM][4]; /* [nr][3] is hard-coded */
631 s8 auto_temp[NUM_AUTO_PWM][5]; /* [nr][0] is point1_temp_hyst */
3290 for (i = 0; i < NUM_AUTO_PWM; i++) { in it87_init_device()