Lines Matching full:cpts

100 struct cpts {  struct
126 void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb); argument
127 void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb);
128 int cpts_register(struct cpts *cpts);
129 void cpts_unregister(struct cpts *cpts);
130 struct cpts *cpts_create(struct device *dev, void __iomem *regs,
132 void cpts_release(struct cpts *cpts);
133 void cpts_misc_interrupt(struct cpts *cpts);
135 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() argument
145 static inline void cpts_set_irqpoll(struct cpts *cpts, bool en) in cpts_set_irqpoll() argument
147 cpts->irq_poll = en; in cpts_set_irqpoll()
151 struct cpts;
153 static inline void cpts_rx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_rx_timestamp() argument
156 static inline void cpts_tx_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_tx_timestamp() argument
161 struct cpts *cpts_create(struct device *dev, void __iomem *regs, in cpts_create()
167 static inline void cpts_release(struct cpts *cpts) in cpts_release() argument
172 cpts_register(struct cpts *cpts) in cpts_register() argument
177 static inline void cpts_unregister(struct cpts *cpts) in cpts_unregister() argument
181 static inline bool cpts_can_timestamp(struct cpts *cpts, struct sk_buff *skb) in cpts_can_timestamp() argument
186 static inline void cpts_misc_interrupt(struct cpts *cpts) in cpts_misc_interrupt() argument
190 static inline void cpts_set_irqpoll(struct cpts *cpts, bool en) in cpts_set_irqpoll() argument