summaryrefslogtreecommitdiff
path: root/include/usb_tc_sm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_tc_sm.h')
-rw-r--r--include/usb_tc_sm.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/usb_tc_sm.h b/include/usb_tc_sm.h
index 38fbe270a0..d8a68b08d3 100644
--- a/include/usb_tc_sm.h
+++ b/include/usb_tc_sm.h
@@ -107,14 +107,6 @@ void tc_set_data_role(int port, int role);
void set_usb_mux_with_current_data_role(int port);
/**
- * Get loop timeout value
- *
- * @param port USB-C port number
- * @return time in ms
- */
-uint64_t tc_get_timeout(int port);
-
-/**
* Policy Engine informs the Type-C state machine if the port partner
* is dualrole power.
*
@@ -160,14 +152,6 @@ void tc_partner_dr_data(int port, int en);
void tc_pd_connection(int port, int en);
/**
- * Set loop timeout value
- *
- * @param port USB-C port number
- * @timeout time in ms
- */
-void tc_set_timeout(int port, uint64_t timeout);
-
-/**
* Initiates a Power Role Swap from Attached.SRC to Attached.SNK. This function
* has no effect if the current Type-C state is not Attached.SRC.
*