summaryrefslogtreecommitdiff
path: root/driver/usb_mux/tusb1064.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux/tusb1064.h')
-rw-r--r--driver/usb_mux/tusb1064.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/driver/usb_mux/tusb1064.h b/driver/usb_mux/tusb1064.h
index f6aa8e612e..5ab8b60e16 100644
--- a/driver/usb_mux/tusb1064.h
+++ b/driver/usb_mux/tusb1064.h
@@ -137,7 +137,17 @@
* or when no HPD physical pin is connected.
* Writes HPD infomration to the General_1 Registor.
*/
-void tusb1044_hpd_update(const struct usb_mux *me, mux_state_t mux_state);
+void tusb1044_hpd_update(const struct usb_mux *me, mux_state_t mux_state,
+ bool *ack_required);
#endif
+/**
+ * Set DP Rx Equalization value
+ *
+ * @param *me pointer to usb_mux descriptor
+ * @param db requested gain setting for DP Rx path
+ * @return EC_SUCCESS if db param is valid and I2C is successful
+ */
+int tusb1064_set_dp_rx_eq(const struct usb_mux *me, int db);
+
#endif /* __CROS_EC_TUSB1064_H */