Home
last modified time | relevance | path

Searched refs:tcpc_alert_handler_cb_t (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h248 tcpc_alert_handler_cb_t handler;
Ducpd_stm32.c1297 tcpc_alert_handler_cb_t handler, void *alert_data) in ucpd_set_alert_handler_cb()
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h123 typedef void (*tcpc_alert_handler_cb_t)(const struct device *dev, void *data, typedef
161 int (*set_alert_handler_cb)(const struct device *dev, tcpc_alert_handler_cb_t handler,
606 tcpc_alert_handler_cb_t handler, in tcpc_set_alert_handler_cb()