Home
last modified time | relevance | path

Searched refs:curr_pwm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dcompal-laptop.c166 unsigned char curr_pwm; member
423 set_pwm(data->curr_pwm); in pwm_enable_store()
437 return sprintf(buf, "%hhu\n", data->curr_pwm); in pwm_show()
453 data->curr_pwm = val; in pwm_store()
927 data->curr_pwm = 255; /* Try not to cause a CPU_on_fire exception in initialize_fan_control_data()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dcompal-laptop.c166 unsigned char curr_pwm; member
421 set_pwm(data->curr_pwm); in pwm_enable_store()
435 return sprintf(buf, "%hhu\n", data->curr_pwm); in pwm_show()
451 data->curr_pwm = val; in pwm_store()
915 data->curr_pwm = 255; /* Try not to cause a CPU_on_fire exception in initialize_fan_control_data()

Completed in 4 milliseconds