Lines Matching defs:softing
37 struct softing { struct
38 const struct softing_platform_data *pdat; argument
39 struct platform_device *pdev;
40 struct net_device *net[2];
41 spinlock_t spin; /* protect this structure & DPRAM access */
42 ktime_t ts_ref;
43 ktime_t ts_overflow; /* timestamp overflow value, in ktime */
45 struct {
50 } fw;
51 struct {
77 ktime_t softing_raw2ktime(struct softing *card, u32 raw); argument