Searched refs:numaker_utcpd_notify_tcpc_alert (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 831 static void numaker_utcpd_notify_tcpc_alert(const struct device *dev, enum tcpc_alert alert) in numaker_utcpd_notify_tcpc_alert() function 875 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_CC_STATUS); in numaker_utcpd_isr() 880 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_POWER_STATUS); in numaker_utcpd_isr() 898 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_MSG_STATUS); in numaker_utcpd_isr() 905 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_RX_BUFFER_OVERFLOW); in numaker_utcpd_isr() 910 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_HARD_RESET_RECEIVED); in numaker_utcpd_isr() 917 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_TRANSMIT_MSG_FAILED); in numaker_utcpd_isr() 922 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_TRANSMIT_MSG_DISCARDED); in numaker_utcpd_isr() 929 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_TRANSMIT_MSG_SUCCESS); in numaker_utcpd_isr() 937 numaker_utcpd_notify_tcpc_alert(dev, TCPC_ALERT_VBUS_ALARM_HI); in numaker_utcpd_isr() [all …]
|