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

#include <spi.h>

Collaboration diagram for spi_bus_operations:
Collaboration graph

Data Fields

int(* dev_to_bus )(struct device *dev)
 

Detailed Description

Definition at line 7 of file spi.h.

Field Documentation

◆ dev_to_bus

int(* spi_bus_operations::dev_to_bus) (struct device *dev)

Definition at line 14 of file spi.h.

Referenced by spi_acpi_get_bus().


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