Lines Matching defs:cpts
50 static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low) in cpts_fifo_pop()
63 static int cpts_purge_events(struct cpts *cpts) in cpts_purge_events()
83 static void cpts_purge_txq(struct cpts *cpts) in cpts_purge_txq()
105 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read()
178 void cpts_misc_interrupt(struct cpts *cpts) in cpts_misc_interrupt()
186 struct cpts *cpts = container_of(cc, struct cpts, cc); in cpts_systim_read() local
191 static void cpts_update_cur_time(struct cpts *cpts, int match, in cpts_update_cur_time()
218 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjfreq() local
244 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
257 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local
275 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
287 static int cpts_extts_enable(struct cpts *cpts, u32 index, int on) in cpts_extts_enable()
314 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_enable() local
326 static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event) in cpts_match_tx_ts()
377 static void cpts_process_events(struct cpts *cpts) in cpts_process_events()
406 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
469 static u64 cpts_find_ts(struct cpts *cpts, struct sk_buff *skb, in cpts_find_ts()
505 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
535 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
561 int cpts_register(struct cpts *cpts) in cpts_register()
597 void cpts_unregister(struct cpts *cpts) in cpts_unregister()
616 static void cpts_calc_mult_shift(struct cpts *cpts) in cpts_calc_mult_shift()
653 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup()
729 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse()
754 struct cpts *cpts; in cpts_create() local
805 void cpts_release(struct cpts *cpts) in cpts_release()