coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pwm_regulator.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_MAINBOARD_GOOGLE_GRU_PWM_REGULATOR_H
4 #define __COREBOOT_SRC_MAINBOARD_GOOGLE_GRU_PWM_REGULATOR_H
5 
11 };
12 
13 void pwm_regulator_configure(enum pwm_regulator pwm, int millivolt);
14 
15 #endif /* ! __COREBOOT_SRC_MAINBOARD_GOOGLE_GRU_PWM_REGULATOR_H */
void pwm_regulator_configure(enum pwm_regulator pwm, int millivolt)
Definition: pwm_regulator.c:60
pwm_regulator
Definition: pwm_regulator.h:6
@ PWM_REGULATOR_CENTERLOG
Definition: pwm_regulator.h:10
@ PWM_REGULATOR_LIT
Definition: pwm_regulator.h:9
@ PWM_REGULATOR_GPU
Definition: pwm_regulator.h:7
@ PWM_REGULATOR_BIG
Definition: pwm_regulator.h:8