Home
last modified time | relevance | path

Searched refs:_phy (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/phy/
Dphy-sun4i-usb.c144 static int sun4i_usb_phy_init(struct phy *_phy) in sun4i_usb_phy_init() argument
146 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_init()
175 static int sun4i_usb_phy_exit(struct phy *_phy) in sun4i_usb_phy_exit() argument
177 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_exit()
186 static int sun4i_usb_phy_power_on(struct phy *_phy) in sun4i_usb_phy_power_on() argument
188 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_power_on()
197 static int sun4i_usb_phy_power_off(struct phy *_phy) in sun4i_usb_phy_power_off() argument
199 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_power_off()
Dphy-rockchip-usb.c53 static int rockchip_usb_phy_power_off(struct phy *_phy) in rockchip_usb_phy_power_off() argument
55 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_off()
68 static int rockchip_usb_phy_power_on(struct phy *_phy) in rockchip_usb_phy_power_on() argument
70 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_on()
Dphy-sun9i-usb.c75 static int sun9i_usb_phy_init(struct phy *_phy) in sun9i_usb_phy_init() argument
77 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_init()
105 static int sun9i_usb_phy_exit(struct phy *_phy) in sun9i_usb_phy_exit() argument
107 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_exit()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c207 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
208 bnx2x_cl45_write(_bp, _phy, \
209 (_phy)->def_md_devad, \
213 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
214 bnx2x_cl45_read(_bp, _phy, \
215 (_phy)->def_md_devad, \