Searched refs:phy_getvar (Results 1 – 2 of 2) sorted by relevance
986 extern char *phy_getvar(phy_info_t *pi, const char *name);988 #define PHY_GETVAR(pi, name) phy_getvar(pi, name)
152 char *phy_getvar(phy_info_t *pi, const char *name) in phy_getvar() function