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

#include <usbc_mux.h>

Collaboration diagram for usbc_dp_ops:
Collaboration graph

Data Fields

int(* wait_for_connection )(long timeout_ms)
 
int(* enter_dp_mode )(int port)
 
int(* wait_for_hpd )(int port, long timeout_ms)
 

Detailed Description

Definition at line 37 of file usbc_mux.h.

Field Documentation

◆ enter_dp_mode

int(* usbc_dp_ops::enter_dp_mode) (int port)

Definition at line 55 of file usbc_mux.h.

◆ wait_for_connection

int(* usbc_dp_ops::wait_for_connection) (long timeout_ms)

Definition at line 46 of file usbc_mux.h.

◆ wait_for_hpd

int(* usbc_dp_ops::wait_for_hpd) (int port, long timeout_ms)

Definition at line 64 of file usbc_mux.h.


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