Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c984 if (resp.events & PD_STATUS_EVENT_HARD_RESET) { in cros_typec_handle_status()
989 PD_STATUS_EVENT_HARD_RESET); in cros_typec_handle_status()
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5862 #define PD_STATUS_EVENT_HARD_RESET BIT(2) macro