Home
last modified time | relevance | path

Searched refs:USB_PD_CTRL_ACTIVE_CABLE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c446 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_tbt()
519 else if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_usb4()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h4921 #define USB_PD_CTRL_ACTIVE_CABLE BIT(0) macro