Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_typec.c1011 if (resp.events & PD_STATUS_EVENT_HARD_RESET) { in cros_typec_handle_status()
1016 PD_STATUS_EVENT_HARD_RESET); in cros_typec_handle_status()
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_commands.h5834 #define PD_STATUS_EVENT_HARD_RESET BIT(2) macro