coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
da7219.c File Reference
#include <acpi/acpi.h>
#include <acpi/acpi_device.h>
#include <acpi/acpigen.h>
#include <console/console.h>
#include <device/i2c_simple.h>
#include <device/device.h>
#include <device/path.h>
#include "chip.h"
Include dependency graph for da7219.c:

Go to the source code of this file.

Functions

static void da7219_enable (struct device *dev)
 

Variables

static struct device_operations da7219_ops
 
struct chip_operations drivers_i2c_da7219_ops
 

Function Documentation

◆ da7219_enable()

static void da7219_enable ( struct device dev)
static

Definition at line 107 of file da7219.c.

References da7219_ops, and device::ops.

Variable Documentation

◆ da7219_ops

struct device_operations da7219_ops
static
Initial value:
= {
.read_resources = noop_read_resources,
.set_resources = noop_set_resources,
}
static void noop_read_resources(struct device *dev)
Standard device operations function pointers shims.
Definition: device.h:73
static void noop_set_resources(struct device *dev)
Definition: device.h:74

Definition at line 1 of file da7219.c.

Referenced by da7219_enable().

◆ drivers_i2c_da7219_ops

struct chip_operations drivers_i2c_da7219_ops
Initial value:
= {
.enable_dev = da7219_enable
}
static void da7219_enable(struct device *dev)
Definition: da7219.c:107

Definition at line 107 of file da7219.c.

Referenced by audio_codec_device_update(), and variant_devtree_update().