Searched refs:tcpc_alert (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/include/zephyr/drivers/usb_c/ | 
| D | tcpci_priv.h | 104 enum tcpc_alert tcpci_alert_reg_to_enum(uint16_t reg);
 | 
| D | usbc_tcpc.h | 41 enum tcpc_alert {  enum128 					enum tcpc_alert alert);
 148 	void (*alert_handler_cb)(const struct device *dev, void *data, enum tcpc_alert alert);
 
 | 
| /Zephyr-latest/drivers/usb_c/tcpc/ | 
| D | ucpd_numaker.c | 247 	} tcpc_alert;  member831 static void numaker_utcpd_notify_tcpc_alert(const struct device *dev, enum tcpc_alert alert)  in numaker_utcpd_notify_tcpc_alert()
 834 	tcpc_alert_handler_cb_t alert_handler = data->tcpc_alert.handler;  in numaker_utcpd_notify_tcpc_alert()
 835 	void *alert_data = data->tcpc_alert.data;  in numaker_utcpd_notify_tcpc_alert()
 2164 	data->tcpc_alert.handler = alert_handler;  in numaker_tcpc_set_alert_handler_cb()
 2165 	data->tcpc_alert.data = alert_data;  in numaker_tcpc_set_alert_handler_cb()
 
 | 
| D | ps8xxx.c | 329 void ps8xxx_tcpc_alert_handler_cb(const struct device *dev, void *data, enum tcpc_alert alert)  in ps8xxx_tcpc_alert_handler_cb()508 		enum tcpc_alert alert_type = tcpci_alert_reg_to_enum(alert_reg);  in ps8xxx_alert_work_cb()
 
 | 
| D | rt1715.c | 374 void rt1715_tcpc_alert_handler_cb(const struct device *dev, void *data, enum tcpc_alert alert)  in rt1715_tcpc_alert_handler_cb()531 		enum tcpc_alert alert_type = tcpci_alert_reg_to_enum(alert_reg);  in rt1715_alert_work_cb()
 
 | 
| D | ucpd_stm32.c | 667 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()
 
 | 
| D | tcpci.c | 310 enum tcpc_alert tcpci_alert_reg_to_enum(uint16_t reg)  in tcpci_alert_reg_to_enum()
 | 
| /Zephyr-latest/subsys/usb/usb_c/ | 
| D | usbc_prl.c | 365 static void alert_handler(const struct device *tcpc, void *port_dev, enum tcpc_alert alert)  in alert_handler()
 |