Lines Matching full:cpts
2 /* TI K3 AM65 CPTS driver interface
21 void am65_cpts_release(struct am65_cpts *cpts);
24 int am65_cpts_phc_index(struct am65_cpts *cpts);
25 void am65_cpts_rx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
26 void am65_cpts_tx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
27 void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, struct sk_buff *skb);
28 u64 am65_cpts_ns_gettime(struct am65_cpts *cpts);
29 int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx,
31 void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx);
32 void am65_cpts_suspend(struct am65_cpts *cpts);
33 void am65_cpts_resume(struct am65_cpts *cpts);
35 static inline void am65_cpts_release(struct am65_cpts *cpts) in am65_cpts_release() argument
46 static inline int am65_cpts_phc_index(struct am65_cpts *cpts) in am65_cpts_phc_index() argument
51 static inline void am65_cpts_rx_timestamp(struct am65_cpts *cpts, in am65_cpts_rx_timestamp() argument
56 static inline void am65_cpts_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_tx_timestamp() argument
61 static inline void am65_cpts_prep_tx_timestamp(struct am65_cpts *cpts, in am65_cpts_prep_tx_timestamp() argument
66 static inline s64 am65_cpts_ns_gettime(struct am65_cpts *cpts) in am65_cpts_ns_gettime() argument
71 static inline int am65_cpts_estf_enable(struct am65_cpts *cpts, int idx, in am65_cpts_estf_enable() argument
77 static inline void am65_cpts_estf_disable(struct am65_cpts *cpts, int idx) in am65_cpts_estf_disable() argument
81 static inline void am65_cpts_suspend(struct am65_cpts *cpts) in am65_cpts_suspend() argument
85 static inline void am65_cpts_resume(struct am65_cpts *cpts) in am65_cpts_resume() argument