Lines Matching defs:cpts
49 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low) in cpts_fifo_pop()
65 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read()
109 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
136 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
161 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
174 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettime() local
190 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
224 struct cpts *cpts = container_of(work, struct cpts, overflow_work.work); in cpts_overflow_check() local
233 static void cpts_clk_init(struct device *dev, struct cpts *cpts) in cpts_clk_init()
244 static void cpts_clk_release(struct cpts *cpts) in cpts_clk_release()
286 static u64 cpts_find_ts(struct cpts *cpts, struct sk_buff *skb, int ev_type) in cpts_find_ts()
323 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
338 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
355 int cpts_register(struct device *dev, struct cpts *cpts, in cpts_register()
398 void cpts_unregister(struct cpts *cpts) in cpts_unregister()