Lines Matching full:vconn
143 /* Vconn tracking variable */ in stm32_ucpd_state_init()
160 * When VCONN is enabled, it is supplied on the CC line that's in ucpd_get_cc_enable_mask()
167 /* Dissable CC line that's used for VCONN */ in ucpd_get_cc_enable_mask()
258 * @brief Enable or Disable VCONN
275 /* Update VCONN on/off status. Do this before getting cc enable mask */ in ucpd_set_vconn()
289 /* Get CC line that VCONN is active on */ in ucpd_set_vconn()
293 /* Call user supplied callback to set vconn */ in ucpd_set_vconn()
300 * @brief Discharge VCONN
311 /* VCONN should not be discharged while it's enabled */ in ucpd_vconn_discharge()
317 /* Use DPM supplied VCONN Discharge */ in ucpd_vconn_discharge()
321 /* Use TCPC VCONN Discharge */ in ucpd_vconn_discharge()
1288 * @brief Sets a callback that can enable or disable VCONN if the TCPC is
1290 * the VCONN control capabilities of the TCPC
1302 * @brief Sets a callback that can discharge VCONN if the TCPC is
1304 * the VCONN discharge capabilities of the TCPC