coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fan_api_call.c File Reference
#include <console/console.h>
#include "fan_control.h"
Include dependency graph for fan_api_call.c:

Go to the source code of this file.

Functions

static int check_status (int status)
 
int set_fan (struct fintek_fan *fan_init)
 

Function Documentation

◆ check_status()

static int check_status ( int  status)
static

Definition at line 6 of file fan_api_call.c.

References HWM_STATUS_SUCCESS.

Referenced by set_fan().

Here is the caller graph for this function:

◆ set_fan()