Lines Matching defs:cpts

45 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low)  in cpts_fifo_pop()
58 static int cpts_purge_events(struct cpts *cpts) in cpts_purge_events()
78 static void cpts_purge_txq(struct cpts *cpts) in cpts_purge_txq()
97 static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event) in cpts_match_tx_ts()
142 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read()
195 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
222 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
247 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
260 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettime() local
276 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
295 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
367 static u64 cpts_find_ts(struct cpts *cpts, struct sk_buff *skb, int ev_type) in cpts_find_ts()
417 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
431 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
447 int cpts_register(struct cpts *cpts) in cpts_register()
481 void cpts_unregister(struct cpts *cpts) in cpts_unregister()
499 static void cpts_calc_mult_shift(struct cpts *cpts) in cpts_calc_mult_shift()
536 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup()
612 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse()
637 struct cpts *cpts; in cpts_create() local
681 void cpts_release(struct cpts *cpts) in cpts_release()