Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpts.h31 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
77 static inline void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() function
Dam65-cpts.c626 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() function
633 EXPORT_SYMBOL_GPL(am65_cpts_estf_disable);
Dam65-cpsw-qos.c760 am65_cpts_estf_disable(cpts, port->port_id - 1); in am65_cpsw_timer_stop()