Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c1038 if (resp.events & PD_STATUS_EVENT_VDM_REQ_REPLY) { in cros_typec_handle_status()
1040 ret = cros_typec_send_clear_event(typec, port_num, PD_STATUS_EVENT_VDM_REQ_REPLY); in cros_typec_handle_status()
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5866 #define PD_STATUS_EVENT_VDM_REQ_REPLY BIT(6) macro