Lines Matching refs:phy_ctrl
16 struct phy_control phy_ctrl;
31 static void am335x_phy_wkup(struct phy_control *phy_ctrl, u32 id, bool on)
37 usb_ctrl = container_of(phy_ctrl, struct am335x_control_usb, phy_ctrl);
63 static void am335x_phy_power(struct phy_control *phy_ctrl, u32 id,
70 usb_ctrl = container_of(phy_ctrl, struct am335x_control_usb, phy_ctrl);
146 return &ctrl_usb->phy_ctrl;
154 const struct phy_control *phy_ctrl;
160 phy_ctrl = of_id->data;
168 ctrl_usb->phy_reg = devm_platform_ioremap_resource_byname(pdev, "phy_ctrl");
177 ctrl_usb->phy_ctrl = *phy_ctrl;