Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy.c48 struct usb_phy_bind *phy_bind = NULL; in __usb_find_phy_dev() local
50 list_for_each_entry(phy_bind, list, list) { in __usb_find_phy_dev()
51 if (!(strcmp(phy_bind->dev_name, dev_name(dev))) && in __usb_find_phy_dev()
52 phy_bind->index == index) { in __usb_find_phy_dev()
53 if (phy_bind->phy) in __usb_find_phy_dev()
54 return phy_bind->phy; in __usb_find_phy_dev()
423 struct usb_phy_bind *phy_bind; in usb_add_phy_dev() local
434 list_for_each_entry(phy_bind, &phy_bind_list, list) in usb_add_phy_dev()
435 if (!(strcmp(phy_bind->phy_dev_name, dev_name(x->dev)))) in usb_add_phy_dev()
436 phy_bind->phy = x; in usb_add_phy_dev()
[all …]