coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mainboard.c File Reference
#include <ec/google/chromeec/ec.h>
#include <baseboard/variants.h>
#include <variant/sku.h>
#include <string.h>
#include <drivers/i2c/hid/chip.h>
Include dependency graph for mainboard.c:

Go to the source code of this file.

Functions

void variant_devtree_update (void)
 

Variables

struct chip_operations drivers_i2c_generic_ops
 
struct chip_operations drivers_i2c_da7219_ops
 

Function Documentation

◆ variant_devtree_update()

Variable Documentation

◆ drivers_i2c_da7219_ops

struct chip_operations drivers_i2c_da7219_ops
extern

Definition at line 107 of file da7219.c.

Referenced by audio_codec_device_update(), and variant_devtree_update().

◆ drivers_i2c_generic_ops

struct chip_operations drivers_i2c_generic_ops
extern

Definition at line 189 of file generic.c.

Referenced by audio_codec_device_update(), and variant_devtree_update().