Home
last modified time | relevance | path

Searched refs:tcpc_vconn_discharge_cb_t (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h279 tcpc_vconn_discharge_cb_t vconn_discharge_cb;
Ducpd_stm32.c1328 tcpc_vconn_discharge_cb_t cb) in ucpd_set_vconn_discharge_cb()
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h121 typedef int (*tcpc_vconn_discharge_cb_t)(const struct device *dev, typedef
133 void (*set_vconn_discharge_cb)(const struct device *dev, tcpc_vconn_discharge_cb_t cb);
369 tcpc_vconn_discharge_cb_t cb) in tcpc_set_vconn_discharge_cb()
/Zephyr-Core-3.4.0/include/zephyr/usb_c/
Dusbc.h385 void usbc_set_vconn_discharge_cb(const struct device *dev, const tcpc_vconn_discharge_cb_t cb);
/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_stack.c316 const tcpc_vconn_discharge_cb_t cb) in usbc_set_vconn_discharge()