Lines Matching +full:wait +full:- +full:pin +full:- +full:polarity
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright 2015-2017 Google, Inc
31 /* Time to wait for TCPC to complete transmit */
56 #define TCPC_MUX_POLARITY_INVERTED BIT(2) /* Polarity inverted */
59 * struct tcpc_dev - Port configuration and callback functions
64 * and cc=Rp-def. This allows the tcpm to provide a fallback
65 * current-limit detection method for the cc=Rp-def case.
71 * @get_cc: Called to read current CC pin values
73 * Called to set polarity
82 * Optional; if supported by hardware, called to start dual-role
83 * toggling or single-role connection detection. Toggling stops
116 * (e.g. D+/- or SS Tx/Rx). Called to notify the status of the bit.
131 enum typec_cc_polarity polarity);
135 enum typec_cc_polarity polarity);