Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c915 if (resp.events & PD_STATUS_EVENT_HARD_RESET) { in cros_typec_handle_status()
920 PD_STATUS_EVENT_HARD_RESET); in cros_typec_handle_status()
/Linux-v5.15/include/linux/platform_data/
Dcros_ec_commands.h5749 #define PD_STATUS_EVENT_HARD_RESET BIT(2) macro