Home
last modified time | relevance | path

Searched refs:switchtec_dev (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dswitchtec.h473 struct switchtec_dev { struct
510 void (*link_notifier)(struct switchtec_dev *stdev); argument
519 static inline struct switchtec_dev *to_stdev(struct device *dev) in to_stdev() argument
521 return container_of(dev, struct switchtec_dev, dev); in to_stdev()