coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tcss.c File Reference
#include <intelblocks/tcss.h>
Include dependency graph for tcss.c:

Go to the source code of this file.

Variables

const struct soc_tcss_ops tcss_ops
 

Variable Documentation

◆ tcss_ops

const struct soc_tcss_ops tcss_ops
Initial value:
= {
.configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar,
.valid_tbt_auth = tcss_valid_tbt_auth,
}
void tcss_configure_aux_bias_pads_regbar(const struct typec_aux_bias_pads *pads)
Definition: tcss.c:358
bool tcss_valid_tbt_auth(void)
Definition: tcss.c:436

Definition at line 1 of file tcss.c.