superhyway_device 38 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device emi_device = { superhyway_device 57 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device femi_device = { superhyway_device 76 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device epbr_device = { superhyway_device 88 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device dmac_device = { superhyway_device 107 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device pbr_device = { superhyway_device 113 arch/sh/drivers/superhyway/ops-sh4-202.c static struct superhyway_device *sh4202_devices[] __initdata = { superhyway_device 20 drivers/sh/superhyway/superhyway-sysfs.c struct superhyway_device *s = to_superhyway_device(dev); \ superhyway_device 30 drivers/sh/superhyway/superhyway.c struct superhyway_device *sdev = to_superhyway_device(dev); superhyway_device 53 drivers/sh/superhyway/superhyway.c int superhyway_add_device(unsigned long base, struct superhyway_device *sdev, superhyway_device 56 drivers/sh/superhyway/superhyway.c struct superhyway_device *dev = sdev; superhyway_device 59 drivers/sh/superhyway/superhyway.c dev = kzalloc(sizeof(struct superhyway_device), GFP_KERNEL); superhyway_device 94 drivers/sh/superhyway/superhyway.c struct superhyway_device **devices, superhyway_device 100 drivers/sh/superhyway/superhyway.c struct superhyway_device *dev = devices[i]; superhyway_device 125 drivers/sh/superhyway/superhyway.c struct superhyway_device *dev) superhyway_device 139 drivers/sh/superhyway/superhyway.c struct superhyway_device *shyway_dev = to_superhyway_device(dev); superhyway_device 155 drivers/sh/superhyway/superhyway.c struct superhyway_device *shyway_dev = to_superhyway_device(dev); superhyway_device 196 drivers/sh/superhyway/superhyway.c struct superhyway_device *shyway_dev = to_superhyway_device(dev); 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);