Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/ti/
Dphy-omap-usb2.c51 phy = phy_to_omapusb(x); in omap_usb2_set_comparator()
59 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus()
69 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp()
/Linux-v5.4/include/linux/phy/
Domap_usb.h68 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) macro