coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tcss.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <intelblocks/tcss.h>
4 
5 const struct soc_tcss_ops tcss_ops = {
7  .valid_tbt_auth = tcss_valid_tbt_auth,
8 };
const struct soc_tcss_ops tcss_ops
Definition: tcss.c:5
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
void(* configure_aux_bias_pads)(const struct typec_aux_bias_pads *pads)
Definition: tcss.h:141