Searched refs:phy_bind (Results 1 – 1 of 1) sorted by relevance
43 struct usb_phy_bind *phy_bind = NULL; in __usb_find_phy_dev() local45 list_for_each_entry(phy_bind, list, list) { in __usb_find_phy_dev()46 if (!(strcmp(phy_bind->dev_name, dev_name(dev))) && in __usb_find_phy_dev()47 phy_bind->index == index) { in __usb_find_phy_dev()48 if (phy_bind->phy) in __usb_find_phy_dev()49 return phy_bind->phy; in __usb_find_phy_dev()380 struct usb_phy_bind *phy_bind; in usb_add_phy_dev() local391 list_for_each_entry(phy_bind, &phy_bind_list, list) in usb_add_phy_dev()392 if (!(strcmp(phy_bind->phy_dev_name, dev_name(x->dev)))) in usb_add_phy_dev()393 phy_bind->phy = x; in usb_add_phy_dev()[all …]