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

#include <tcss.h>

Collaboration diagram for soc_tcss_ops:
Collaboration graph

Data Fields

void(* configure_aux_bias_pads )(const struct typec_aux_bias_pads *pads)
 
bool(* valid_tbt_auth )(void)
 

Detailed Description

Definition at line 140 of file tcss.h.

Field Documentation

◆ configure_aux_bias_pads

void(* soc_tcss_ops::configure_aux_bias_pads) (const struct typec_aux_bias_pads *pads)

Definition at line 141 of file tcss.h.

Referenced by tcss_configure().

◆ valid_tbt_auth

bool(* soc_tcss_ops::valid_tbt_auth) (void)

Definition at line 142 of file tcss.h.


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