Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c1223 if (resp.events & PD_STATUS_EVENT_VDM_ATTENTION) { in cros_typec_handle_status()
1225 ret = cros_typec_send_clear_event(typec, port_num, PD_STATUS_EVENT_VDM_ATTENTION); in cros_typec_handle_status()
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h6116 #define PD_STATUS_EVENT_VDM_ATTENTION BIT(8) macro