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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dphy.h233 struct phy_driver *drv;
295 /* struct phy_driver: Driver structure for a particular PHY type
315 struct phy_driver { struct
354 #define to_phy_driver(d) container_of(d, struct phy_driver, driver)
387 void phy_driver_unregister(struct phy_driver *drv);
388 int phy_driver_register(struct phy_driver *new_driver);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dbroadcom.c102 static struct phy_driver bcm5411_driver = {
116 static struct phy_driver bcm5421_driver = {
130 static struct phy_driver bcm5461_driver = {
H A Ddavicom.c142 static struct phy_driver dm9161e_driver = {
153 static struct phy_driver dm9161a_driver = {
164 static struct phy_driver dm9131_driver = {
H A Dcicada.c106 static struct phy_driver cis8201_driver = {
121 static struct phy_driver cis8204_driver = {
H A Dlxt.c123 static struct phy_driver lxt970_driver = {
137 static struct phy_driver lxt971_driver = {
H A Dsmsc.c64 static struct phy_driver lan83c185_driver = {
H A Dqsemi.c104 static struct phy_driver qs6612_driver = {
H A Dvitesse.c86 static struct phy_driver vsc8244_driver = {
H A Dmarvell.c241 static struct phy_driver m88e1101_driver = {
254 static struct phy_driver m88e1111_driver = {
268 static struct phy_driver m88e1145_driver = {
H A Dphy_device.c43 static struct phy_driver genphy_driver;
204 * to the phy_driver. If no driver is attached, then the
631 struct phy_driver *phydrv;
685 * phy_driver_register - register a phy_driver with the PHY layer
686 * @new_driver: new phy_driver to register
688 int phy_driver_register(struct phy_driver *new_driver)
713 void phy_driver_unregister(struct phy_driver *drv)
719 static struct phy_driver genphy_driver = {
H A Dmdio_bus.c132 struct phy_driver *phydrv = to_phy_driver(drv);
H A Dfixed.c184 static struct phy_driver fixed_mdio_driver = {

Completed in 102 milliseconds