summaryrefslogtreecommitdiff
path: root/include/usb_tc_sm.h
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2021-03-16 15:39:11 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-17 01:25:14 +0000
commitc2d0bad3b700873f5d2bcbaebcd0f2543723e91e (patch)
treecc372277415594cd83530880d09cd8d18d046241 /include/usb_tc_sm.h
parent93f577fa6307fe28c289336eb9b6119269897df9 (diff)
downloadchrome-ec-c2d0bad3b700873f5d2bcbaebcd0f2543723e91e.tar.gz
TCPMV2: Remove unused TypeC State Machine Flag
The TC_FLAGS_DISC_IDENT_IN_PROGRESS TypeC State Machine flag is unused, so it has been removed. BUG=b:165934405 BRANCH=none TEST=make runtests Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: I888c53a90a68e0d3690f47ca54e6e765601e7c3c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2765156 Reviewed-by: Diana Z <dzigterman@chromium.org>
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 1faa23b45c..71b895b78f 100644
--- a/include/usb_tc_sm.h
+++ b/include/usb_tc_sm.h
@@ -181,22 +181,6 @@ void tc_request_power_swap(int port);
void tc_pr_swap_complete(int port, bool success);
/**
- * Informs the Type-C State Machine that a Discover Identity is in progress.
- * This function is called from the Policy Engine.
- *
- * @param port USB_C port number
- */
-void tc_disc_ident_in_progress(int port);
-
-/**
- * Informs the Type-C State Machine that a Discover Identity is complete.
- * This function is called from the Policy Engine.
- *
- * @param port USB_C port number
- */
-void tc_disc_ident_complete(int port);
-
-/**
* Instructs the Attached.SNK to stop drawing power. This function is called
* from the Policy Engine and only has effect if the current Type-C state
* Attached.SNK.