Home
last modified time | relevance | path

Searched refs:PD_T_SAFE_0V (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd.h475 #define PD_T_SAFE_0V 650 macro
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd.h475 #define PD_T_SAFE_0V 650 macro
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c552 (((port)->auto_vbus_discharge_enabled && !(port)->vbus_vsafe0v) ? PD_T_SAFE_0V : 0)
4534 tcpm_set_state(port, SRC_HARD_RESET_VBUS_ON, PD_T_SAFE_0V + PD_T_SRC_RECOVER); in run_state_machine()
4559 tcpm_set_state(port, SNK_HARD_RESET_SINK_ON, PD_T_SAFE_0V); in run_state_machine()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c2551 tcpm_set_state(port, SNK_HARD_RESET_SINK_ON, PD_T_SAFE_0V); in run_state_machine()