Symbol: cpts
function parameter
Defined...
-
drivers/net/ethernet/ti/cpts.c:50:26-50:39: static int cpts_fifo_pop(struct cpts *cpts, u32 *high, u32 *low)
-
drivers/net/ethernet/ti/cpts.c:63:30-63:43: static int cpts_purge_events(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:83:28-83:41: static void cpts_purge_txq(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:105:27-105:40: static int cpts_fifo_read(struct cpts *cpts, int match)
-
drivers/net/ethernet/ti/cpts.c:178:26-178:39: void cpts_misc_interrupt(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:191:34-191:47: static void cpts_update_cur_time(struct cpts *cpts, int match,
-
drivers/net/ethernet/ti/cpts.c:275:30-275:43: static int cpts_extts_enable(struct cpts *cpts, u32 index, int on)
-
drivers/net/ethernet/ti/cpts.c:314:30-314:43: static bool cpts_match_tx_ts(struct cpts *cpts, struct cpts_event *event)
-
drivers/net/ethernet/ti/cpts.c:365:33-365:46: static void cpts_process_events(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:457:25-457:38: static u64 cpts_find_ts(struct cpts *cpts, struct sk_buff *skb,
-
drivers/net/ethernet/ti/cpts.c:493:24-493:37: void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb)
-
drivers/net/ethernet/ti/cpts.c:523:24-523:37: void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb)
-
drivers/net/ethernet/ti/cpts.c:549:19-549:32: int cpts_register(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:585:22-585:35: void cpts_unregister(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:604:34-604:47: static void cpts_calc_mult_shift(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.c:641:34-641:47: static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node)
-
drivers/net/ethernet/ti/cpts.c:717:26-717:39: static int cpts_of_parse(struct cpts *cpts, struct device_node *node)
-
drivers/net/ethernet/ti/cpts.c:793:19-793:32: void cpts_release(struct cpts *cpts)
-
drivers/net/ethernet/ti/cpts.h:135:39-135:52: static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb)
-
drivers/net/ethernet/ti/cpts.h:145:37-145:50: static inline void cpts_set_irqpoll(struct cpts *cpts, bool en)
record
Defined...
variable
Defined...
-
drivers/net/ethernet/ti/cpsw.c:903:2-903:28: struct cpts *cpts = cpsw->cpts;
-
drivers/net/ethernet/ti/cpsw_new.c:918:2-918:28: struct cpts *cpts = cpsw->cpts;
-
drivers/net/ethernet/ti/cpts.c:186:2-186:22: struct cpts *cpts = container_of(cc, struct cpts, cc);
-
drivers/net/ethernet/ti/cpts.c:218:2-218:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:232:2-232:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:245:2-245:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:263:2-263:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:302:2-302:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:394:2-394:22: struct cpts *cpts = container_of(ptp, struct cpts, info);
-
drivers/net/ethernet/ti/cpts.c:742:2-742:15: struct cpts *cpts;