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