Searched refs:tcpc_alert_handler_cb_t (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32_priv.h | 248 tcpc_alert_handler_cb_t handler;
|
D | ps8xxx.c | 38 tcpc_alert_handler_cb_t alert_handler; 435 int ps8xxx_tcpc_set_alert_handler_cb(const struct device *dev, tcpc_alert_handler_cb_t handler, in ps8xxx_tcpc_set_alert_handler_cb()
|
D | rt1715.c | 41 tcpc_alert_handler_cb_t alert_handler; 467 tcpc_alert_handler_cb_t handler, void *handler_data) in rt1715_tcpc_set_alert_handler_cb()
|
D | ucpd_numaker.c | 245 tcpc_alert_handler_cb_t handler; 834 tcpc_alert_handler_cb_t alert_handler = data->tcpc_alert.handler; in numaker_utcpd_notify_tcpc_alert() 2159 tcpc_alert_handler_cb_t alert_handler, in numaker_tcpc_set_alert_handler_cb()
|
D | ucpd_stm32.c | 1277 tcpc_alert_handler_cb_t handler, void *alert_data) in ucpd_set_alert_handler_cb()
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tcpc.h | 127 typedef void (*tcpc_alert_handler_cb_t)(const struct device *dev, void *data, typedef 166 int (*set_alert_handler_cb)(const struct device *dev, tcpc_alert_handler_cb_t handler, 557 tcpc_alert_handler_cb_t handler, void *data) in tcpc_set_alert_handler_cb()
|