pll_u 772 drivers/usb/phy/phy-tegra-usb.c clk_disable_unprepare(phy->pll_u); pll_u 844 drivers/usb/phy/phy-tegra-usb.c phy->pll_u = devm_clk_get(phy->u_phy.dev, "pll_u"); pll_u 845 drivers/usb/phy/phy-tegra-usb.c if (IS_ERR(phy->pll_u)) { pll_u 846 drivers/usb/phy/phy-tegra-usb.c err = PTR_ERR(phy->pll_u); pll_u 852 drivers/usb/phy/phy-tegra-usb.c err = clk_prepare_enable(phy->pll_u); pll_u 856 drivers/usb/phy/phy-tegra-usb.c parent_rate = clk_get_rate(clk_get_parent(phy->pll_u)); pll_u 890 drivers/usb/phy/phy-tegra-usb.c clk_disable_unprepare(phy->pll_u); pll_u 69 include/linux/usb/tegra_usb_phy.h struct clk *pll_u;