Searched refs:vconn_discharge (Results 1 – 4 of 4) sorted by relevance
137 int (*vconn_discharge)(const struct device *dev, bool enable); member382 if (api->vconn_discharge == NULL) { in tcpc_vconn_discharge()386 return api->vconn_discharge(dev, enable); in tcpc_vconn_discharge()
203 struct gpio_dt_spec vconn_discharge; member1161 spec = &config->utcpd.gpios.vconn_discharge; in numaker_utcpd_gpios_init()1846 const struct gpio_dt_spec *vconn_discharge_spec = &config->utcpd.gpios.vconn_discharge; in numaker_tcpc_vconn_discharge()2315 .vconn_discharge = numaker_tcpc_vconn_discharge,2367 .vconn_discharge = NUMAKER_GPIO_DT_SPEC_INST_GET_BY_NAME_OR(inst, gpios, \2368 vconn_discharge, {0}), \
554 .vconn_discharge = ps8xxx_tcpc_vconn_discharge,
1435 .vconn_discharge = ucpd_vconn_discharge,