Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/chrome/
Dcros_ec_typec.c1014 if (resp.events & PD_STATUS_EVENT_HARD_RESET) { in cros_typec_handle_status()
1019 PD_STATUS_EVENT_HARD_RESET); in cros_typec_handle_status()
/linux-6.1.9/include/linux/platform_data/
Dcros_ec_commands.h5834 #define PD_STATUS_EVENT_HARD_RESET BIT(2) macro