superhyway_device   47 include/linux/superhyway.h struct superhyway_device;
superhyway_device   56 include/linux/superhyway.h 	int (*probe)(struct superhyway_device *dev, const struct superhyway_device_id *id);
superhyway_device   57 include/linux/superhyway.h 	void (*remove)(struct superhyway_device *dev);
superhyway_device   76 include/linux/superhyway.h #define to_superhyway_device(d)	container_of((d), struct superhyway_device, dev)