Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/chrome/ !
Dcros_ec_typec.c504 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_tbt()
581 else if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_usb4()
/linux-6.1.9/include/linux/platform_data/ !
Dcros_ec_commands.h4946 #define USB_PD_CTRL_ACTIVE_CABLE BIT(0) macro