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) superhyway_device 82 include/linux/superhyway.h superhyway_read_vcr(struct superhyway_device *dev, unsigned long base, superhyway_device 89 include/linux/superhyway.h superhyway_write_vcr(struct superhyway_device *dev, unsigned long base, superhyway_device 100 include/linux/superhyway.h int superhyway_add_device(unsigned long base, struct superhyway_device *, struct superhyway_bus *); superhyway_device 101 include/linux/superhyway.h int superhyway_add_devices(struct superhyway_bus *bus, struct superhyway_device **devices, int nr_devices);