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

#include <ec.h>

Collaboration diagram for usb_pd_port_caps:
Collaboration graph

Data Fields

enum ec_pd_power_role_caps power_role_cap
 
enum ec_pd_try_power_role_caps try_power_role_cap
 
enum ec_pd_data_role_caps data_role_cap
 
enum ec_pd_port_location port_location
 

Detailed Description

Definition at line 338 of file ec.h.

Field Documentation

◆ data_role_cap

enum ec_pd_data_role_caps usb_pd_port_caps::data_role_cap

Definition at line 201 of file ec.h.

Referenced by fill_ssdt_typec_device(), and google_chromeec_get_pd_port_caps().

◆ port_location

enum ec_pd_port_location usb_pd_port_caps::port_location

Definition at line 201 of file ec.h.

Referenced by add_port_location(), and google_chromeec_get_pd_port_caps().

◆ power_role_cap

enum ec_pd_power_role_caps usb_pd_port_caps::power_role_cap

Definition at line 201 of file ec.h.

Referenced by fill_ssdt_typec_device(), and google_chromeec_get_pd_port_caps().

◆ try_power_role_cap

enum ec_pd_try_power_role_caps usb_pd_port_caps::try_power_role_cap

Definition at line 201 of file ec.h.

Referenced by fill_ssdt_typec_device(), and google_chromeec_get_pd_port_caps().


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