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

Go to the source code of this file.

Functions

static void init_fan (struct device *const dev, const struct nct7802y_fan_config *const config, const unsigned int fan)
 
void nct7802y_init_fan (struct device *const dev)
 

Function Documentation

◆ init_fan()

static void init_fan ( struct device *const  dev,
const struct nct7802y_fan_config *const  config,
const unsigned int  fan 
)
static

◆ nct7802y_init_fan()