Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpts.h31 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
76 static inline void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() function
H A Dam65-cpts.c619 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() function
626 EXPORT_SYMBOL_GPL(am65_cpts_estf_disable);
H A Dam65-cpsw-qos.c383 am65_cpts_estf_disable(cpts, port->port_id - 1); in am65_cpsw_timer_stop()