Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h39 enum tcpc_alert { enum
124 enum tcpc_alert alert);
145 void (*alert_handler_cb)(const struct device *dev, void *data, enum tcpc_alert alert);
/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32.c667 static void ucpd_notify_handler(struct alert_info *info, enum tcpc_alert alert) in ucpd_notify_handler()
774 enum tcpc_alert status; in ucpd_manage_tx()
/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_prl.c365 static void alert_handler(const struct device *tcpc, void *port_dev, enum tcpc_alert alert) in alert_handler()