Searched refs:ocp_device (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_rgmii.h40 void __rgmii_fini(struct ocp_device *ocpdev, int input);
41 static inline void rgmii_fini(struct ocp_device *ocpdev, int input)
47 void rgmii_set_speed(struct ocp_device *ocpdev, int input, int speed);
49 int __rgmii_get_regs_len(struct ocp_device *ocpdev);
50 static inline int rgmii_get_regs_len(struct ocp_device *ocpdev)
55 void *rgmii_dump_regs(struct ocp_device *ocpdev, void *buf);
H A Dibm_emac_zmii.h43 void __zmii_fini(struct ocp_device *ocpdev, int input);
44 static inline void zmii_fini(struct ocp_device *ocpdev, int input)
50 void __zmii_enable_mdio(struct ocp_device *ocpdev, int input);
51 static inline void zmii_enable_mdio(struct ocp_device *ocpdev, int input)
57 void __zmii_set_speed(struct ocp_device *ocpdev, int input, int speed);
58 static inline void zmii_set_speed(struct ocp_device *ocpdev, int input,
65 int __zmii_get_regs_len(struct ocp_device *ocpdev);
66 static inline int zmii_get_regs_len(struct ocp_device *ocpdev)
71 void *zmii_dump_regs(struct ocp_device *ocpdev, void *buf);
H A Dibm_emac_tah.h58 void __tah_fini(struct ocp_device *ocpdev);
59 static inline void tah_fini(struct ocp_device *ocpdev)
65 void __tah_reset(struct ocp_device *ocpdev);
66 static inline void tah_reset(struct ocp_device *ocpdev)
72 int __tah_get_regs_len(struct ocp_device *ocpdev);
73 static inline int tah_get_regs_len(struct ocp_device *ocpdev)
78 void *tah_dump_regs(struct ocp_device *ocpdev, void *buf);
H A Dibm_emac_tah.c20 static int __init tah_init(struct ocp_device *ocpdev)
66 void __tah_fini(struct ocp_device *ocpdev)
74 void __tah_reset(struct ocp_device *ocpdev)
94 int __tah_get_regs_len(struct ocp_device *ocpdev)
100 void *tah_dump_regs(struct ocp_device *ocpdev, void *buf)
H A Dibm_emac_rgmii.c79 static int __init rgmii_init(struct ocp_device *ocpdev, int input, int mode)
150 void rgmii_set_speed(struct ocp_device *ocpdev, int input, int speed)
165 void __rgmii_fini(struct ocp_device *ocpdev, int input)
184 int __rgmii_get_regs_len(struct ocp_device *ocpdev)
190 void *rgmii_dump_regs(struct ocp_device *ocpdev, void *buf)
H A Dibm_emac_zmii.c79 static int __init zmii_init(struct ocp_device *ocpdev, int input, int *mode)
193 void __zmii_enable_mdio(struct ocp_device *ocpdev, int input)
203 void __zmii_set_speed(struct ocp_device *ocpdev, int input, int speed)
218 void __zmii_fini(struct ocp_device *ocpdev, int input)
237 int __zmii_get_regs_len(struct ocp_device *ocpdev)
243 void *zmii_dump_regs(struct ocp_device *ocpdev, void *buf)
H A Dibm_emac_core.h170 struct ocp_device *tah_dev;
178 struct ocp_device *zmii_dev;
181 struct ocp_device *rgmii_dev;
H A Dibm_emac_mal.c402 static int __init mal_probe(struct ocp_device *ocpdev)
516 static void __exit mal_remove(struct ocp_device *ocpdev)
H A Dibm_emac_core.c1612 static void emac_remove(struct ocp_device *ocpdev)
1938 static int __init emac_probe(struct ocp_device *ocpdev)
1942 struct ocp_device *maldev;
2015 struct ocp_device *mdiodev =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Docp.h102 struct ocp_device { struct
118 int (*probe) (struct ocp_device *dev); /* New device inserted */
119 void (*remove) (struct ocp_device *dev); /* Device removed (NULL if not a hot-plug capable driver) */
120 int (*suspend) (struct ocp_device *dev, pm_message_t state); /* Device suspended */
121 int (*resume) (struct ocp_device *dev); /* Device woken up */
125 #define to_ocp_dev(n) container_of(n, struct ocp_device, dev)
133 ocp_get_drvdata(struct ocp_device *pdev)
139 ocp_set_drvdata(struct ocp_device *pdev, void *data)
150 ocp_force_power_off(struct ocp_device *odev)
156 ocp_force_power_on(struct ocp_device *ode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Docp.c72 struct ocp_device *odev = to_ocp_dev(dev); \
89 void ocp_create_sysfs_dev_files(struct ocp_device *odev)
115 struct ocp_device *ocp_dev = to_ocp_dev(dev);
138 struct ocp_device *ocp_dev;
156 struct ocp_device *ocp_dev = to_ocp_dev(dev);
169 struct ocp_device *ocp_dev = to_ocp_dev(dev);
180 struct ocp_device *ocp_dev = to_ocp_dev(dev);
237 static struct ocp_device *
241 struct ocp_device *dev, *found = NULL;
246 dev = list_entry(entry, struct ocp_device, lin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ibm_iic.c663 static int __devinit iic_probe(struct ocp_device *ocp){
770 static void __devexit iic_remove(struct ocp_device *ocp)

Completed in 153 milliseconds