Lines Matching refs:phynode
93 static int awusb3phy_phy_enable(struct phynode *phy, bool enable);
94 static int awusb3phy_get_mode(struct phynode *phy, int *mode);
95 static int awusb3phy_set_mode(struct phynode *phy, int mode);
110 awusb3phy_phy_enable(struct phynode *phynode, bool enable) in awusb3phy_phy_enable() argument
117 dev = phynode_get_device(phynode); in awusb3phy_phy_enable()
176 awusb3phy_get_mode(struct phynode *phynode, int *mode) in awusb3phy_get_mode() argument
181 dev = phynode_get_device(phynode); in awusb3phy_get_mode()
190 awusb3phy_set_mode(struct phynode *phynode, int mode) in awusb3phy_set_mode() argument
195 dev = phynode_get_device(phynode); in awusb3phy_set_mode()
222 struct phynode *phynode; in awusb3phy_attach() local
263 phynode = phynode_create(dev, &awusb3phy_phynode_class, in awusb3phy_attach()
265 if (phynode == NULL) { in awusb3phy_attach()
269 if (phynode_register(phynode) == NULL) { in awusb3phy_attach()