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_adjfine() local
232 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_adjtime() local
245 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_gettimeex() local
263 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_settime() local
275 static int cpts_extts_enable(struct cpts *cpts, u32 index, int on) in cpts_extts_enable()
302 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_ptp_enable() local
314 static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event) in cpts_match_tx_ts()
365 static void cpts_process_events(struct cpts *cpts) in cpts_process_events()
394 struct cpts *cpts = container_of(ptp, struct cpts, info); in cpts_overflow_check() local
457 static u64 cpts_find_ts(struct cpts *cpts, struct sk_buff *skb, in cpts_find_ts()
493 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp()
523 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp()
549 int cpts_register(struct cpts *cpts) in cpts_register()
585 void cpts_unregister(struct cpts *cpts) in cpts_unregister()
604 static void cpts_calc_mult_shift(struct cpts *cpts) in cpts_calc_mult_shift()
641 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup()
717 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse()
742 struct cpts *cpts; in cpts_create() local
793 void cpts_release(struct cpts *cpts) in cpts_release()