#ifndef __USB_TYPEC_DP_H
#define __USB_TYPEC_DP_H
#include <linux/usb/typec_altmode.h>
#include <linux/bitfield.h>
#define USB_TYPEC_DP_SID …
#define USB_TYPEC_NVIDIA_VLINK_SID …
#define USB_TYPEC_DP_MODE …
enum { … };
struct typec_displayport_data { … };
enum { … };
#define DP_CMD_STATUS_UPDATE …
#define DP_CMD_CONFIGURE …
#define DP_CAP_CAPABILITY(_cap_) …
#define DP_CAP_UFP_D …
#define DP_CAP_DFP_D …
#define DP_CAP_DFP_D_AND_UFP_D …
#define DP_CAP_DP_SIGNALLING(_cap_) …
#define DP_CAP_SIGNALLING_HBR3 …
#define DP_CAP_SIGNALLING_UHBR10 …
#define DP_CAP_SIGNALLING_UHBR20 …
#define DP_CAP_RECEPTACLE …
#define DP_CAP_USB …
#define DP_CAP_DFP_D_PIN_ASSIGN(_cap_) …
#define DP_CAP_UFP_D_PIN_ASSIGN(_cap_) …
#define DP_CAP_PIN_ASSIGN_UFP_D(_cap_) …
#define DP_CAP_PIN_ASSIGN_DFP_D(_cap_) …
#define DP_CAP_UHBR_13_5_SUPPORT …
#define DP_CAP_CABLE_TYPE(_cap_) …
#define DP_CAP_CABLE_TYPE_PASSIVE …
#define DP_CAP_CABLE_TYPE_RE_TIMER …
#define DP_CAP_CABLE_TYPE_RE_DRIVER …
#define DP_CAP_CABLE_TYPE_OPTICAL …
#define DP_CAP_DPAM_VERSION …
#define DP_STATUS_CONNECTION(_status_) …
#define DP_STATUS_CON_DISABLED …
#define DP_STATUS_CON_DFP_D …
#define DP_STATUS_CON_UFP_D …
#define DP_STATUS_CON_BOTH …
#define DP_STATUS_POWER_LOW …
#define DP_STATUS_ENABLED …
#define DP_STATUS_PREFER_MULTI_FUNC …
#define DP_STATUS_SWITCH_TO_USB …
#define DP_STATUS_EXIT_DP_MODE …
#define DP_STATUS_HPD_STATE …
#define DP_STATUS_IRQ_HPD …
#define DP_CONF_CURRENTLY(_conf_) …
#define DP_CONF_UFP_U_AS_DFP_D …
#define DP_CONF_UFP_U_AS_UFP_D …
#define DP_CONF_SIGNALLING_MASK …
#define DP_CONF_SIGNALLING_SHIFT …
#define DP_CONF_SIGNALLING_HBR3 …
#define DP_CONF_SIGNALLING_UHBR10 …
#define DP_CONF_SIGNALLING_UHBR20 …
#define DP_CONF_PIN_ASSIGNEMENT_SHIFT …
#define DP_CONF_PIN_ASSIGNEMENT_MASK …
#define DP_CONF_SET_PIN_ASSIGN(_a_) …
#define DP_CONF_GET_PIN_ASSIGN(_conf_) …
#define DP_CONF_UHBR13_5_SUPPORT …
#define DP_CONF_CABLE_TYPE_MASK …
#define DP_CONF_CABLE_TYPE_SHIFT …
#define DP_CONF_CABLE_TYPE_PASSIVE …
#define DP_CONF_CABLE_TYPE_RE_TIMER …
#define DP_CONF_CABLE_TYPE_RE_DRIVER …
#define DP_CONF_CABLE_TYPE_OPTICAL …
#define DP_CONF_DPAM_VERSION …
#endif