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

#include <pnp.h>

Collaboration diagram for pnp_mode_ops:
Collaboration graph

Data Fields

void(* enter_conf_mode )(struct device *dev)
 
void(* exit_conf_mode )(struct device *dev)
 

Detailed Description

Definition at line 73 of file pnp.h.

Field Documentation

◆ enter_conf_mode

void(* pnp_mode_ops::enter_conf_mode) (struct device *dev)

Definition at line 74 of file pnp.h.

Referenced by pnp_enter_conf_mode().

◆ exit_conf_mode

void(* pnp_mode_ops::exit_conf_mode) (struct device *dev)

Definition at line 75 of file pnp.h.

Referenced by pnp_exit_conf_mode().


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