Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/chrome/
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()
/Linux-v6.6/include/linux/platform_data/
Dcros_ec_commands.h5862 #define PD_STATUS_EVENT_HARD_RESET BIT(2) macro