Searched refs:superhyway_device (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsuperhyway.h47 struct superhyway_device;
56 int (*probe)(struct superhyway_device *dev, const struct superhyway_device_id *id);
57 void (*remove)(struct superhyway_device *dev);
62 struct superhyway_device { struct
76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev)
82 superhyway_read_vcr(struct superhyway_device *dev, unsigned long base,
89 superhyway_write_vcr(struct superhyway_device *dev, unsigned long base,
100 int superhyway_add_device(unsigned long base, struct superhyway_device *, struct superhyway_bus *);
101 int superhyway_add_devices(struct superhyway_bus *bus, struct superhyway_device **devices, int nr_devices);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sh/superhyway/
H A Dsuperhyway.c30 struct superhyway_device *sdev = to_superhyway_device(dev);
43 * struct superhyway_device for the module being added if @sdev == NULL.
53 int superhyway_add_device(unsigned long base, struct superhyway_device *sdev,
56 struct superhyway_device *dev = sdev;
59 dev = kmalloc(sizeof(struct superhyway_device), GFP_KERNEL);
63 memset(dev, 0, sizeof(struct superhyway_device));
95 struct superhyway_device **devices,
101 struct superhyway_device *dev = devices[i];
125 struct superhyway_device *dev)
139 struct superhyway_device *shyway_de
[all...]
H A Dsuperhyway-sysfs.c20 struct superhyway_device *s = to_superhyway_device(dev); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/superhyway/
H A Dops-sh4-202.c41 static struct superhyway_device emi_device = {
60 static struct superhyway_device femi_device = {
79 static struct superhyway_device epbr_device = {
91 static struct superhyway_device dmac_device = {
110 static struct superhyway_device pbr_device = {
116 static struct superhyway_device *sh4202_devices[] __initdata = {

Completed in 53 milliseconds