summaryrefslogtreecommitdiff
path: root/include/usb_tc_sm.h
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2021-02-18 14:44:31 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-02 00:14:07 +0000
commit651068cf9f0b66de555660c863ee76806f8838bc (patch)
treecff6305bad33682a724c27754c4eb5886b1a9e19 /include/usb_tc_sm.h
parentc7b872774ee30f8f9923cc341cea950da85b380e (diff)
downloadchrome-ec-651068cf9f0b66de555660c863ee76806f8838bc.tar.gz
TCPMv2: PD Timers - Use NextExpiration for high priority
Use outstanding PD Timer expiration times to adjust to faster state machine ticks. BUG=b:178029034 BRANCH=none TEST=make runtests Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: Iee7f75baf29e70f5fd7ef31de5c53d5824b52871 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2707908 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Tested-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'include/usb_tc_sm.h')
-rw-r--r--include/usb_tc_sm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/usb_tc_sm.h b/include/usb_tc_sm.h
index ae8e6ecd78..1faa23b45c 100644
--- a/include/usb_tc_sm.h
+++ b/include/usb_tc_sm.h
@@ -340,13 +340,6 @@ void tc_pause_event_loop(int port);
bool tc_event_loop_is_paused(int port);
/**
- * Increase the frequency of waking the event loop for high priority cases
- *
- * @param port USB-C port number
- */
-void tc_high_priority_event(int port, bool high_pri);
-
-/**
* Allow system to override the control of TrySrc
*
* @param en TRY_SRC_OVERRIDE_OFF - Force TrySrc OFF