Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h279 tcpc_vconn_discharge_cb_t vconn_discharge_cb;
Dps8xxx.c43 tcpc_vconn_discharge_cb_t vconn_discharge_cb;
157 void ps8xxx_tcpc_set_vconn_discharge_cb(const struct device *dev, tcpc_vconn_discharge_cb_t cb) in ps8xxx_tcpc_set_vconn_discharge_cb()
Drt1715.c46 tcpc_vconn_discharge_cb_t vconn_discharge_cb;
173 tcpc_vconn_discharge_cb_t cb) in rt1715_tcpc_set_vconn_discharge_cb()
Ducpd_numaker.c260 tcpc_vconn_discharge_cb_t vconn_discharge_cb;
1816 tcpc_vconn_discharge_cb_t cb) in numaker_tcpc_set_vconn_discharge_cb()
Ducpd_stm32.c1308 tcpc_vconn_discharge_cb_t cb) in ucpd_set_vconn_discharge_cb()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h125 typedef int (*tcpc_vconn_discharge_cb_t)(const struct device *dev, enum tc_cc_polarity pol, typedef
137 void (*set_vconn_discharge_cb)(const struct device *dev, tcpc_vconn_discharge_cb_t cb);
358 tcpc_vconn_discharge_cb_t cb) in tcpc_set_vconn_discharge_cb()
/Zephyr-latest/include/zephyr/usb_c/
Dusbc.h396 void usbc_set_vconn_discharge_cb(const struct device *dev, const tcpc_vconn_discharge_cb_t cb);
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.c330 const tcpc_vconn_discharge_cb_t cb) in usbc_set_vconn_discharge()