Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/ti/
Dphy-omap-usb2.c57 phy = phy_to_omapusb(x); in omap_usb2_set_comparator()
65 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus()
75 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp()
/Linux-v4.19/include/linux/phy/
Domap_usb.h78 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) macro