coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip_operations Struct Reference

#include <device.h>

Collaboration diagram for chip_operations:
Collaboration graph

Data Fields

void(* enable_dev )(struct device *dev)
 
void(* init )(void *chip_info)
 
void(* final )(void *chip_info)
 
unsigned int initialized: 1
 
unsigned int finalized: 1
 
const char * name
 

Detailed Description

Definition at line 23 of file device.h.

Field Documentation

◆ enable_dev

void(* chip_operations::enable_dev) (struct device *dev)

◆ final

void(* chip_operations::final) (void *chip_info)

Definition at line 26 of file device.h.

Referenced by dev_finalize_chips().

◆ finalized

unsigned int chip_operations::finalized

Definition at line 28 of file device.h.

Referenced by dev_finalize_chips().

◆ init

void(* chip_operations::init) (void *chip_info)

Definition at line 25 of file device.h.

Referenced by dev_initialize_chips().

◆ initialized

unsigned int chip_operations::initialized

Definition at line 27 of file device.h.

Referenced by dev_initialize_chips().

◆ name


The documentation for this struct was generated from the following file: