Searched refs:clk_peripheral (Results 1 – 2 of 2) sorted by relevance
87 struct clk *clk_peripheral; member163 ret = clk_prepare_enable(priv->clk_peripheral); in phy_meson_gxl_usb3_init()178 clk_disable_unprepare(priv->clk_peripheral); in phy_meson_gxl_usb3_init()189 clk_disable_unprepare(priv->clk_peripheral); in phy_meson_gxl_usb3_exit()233 priv->clk_peripheral = devm_clk_get(dev, "peripheral"); in phy_meson_gxl_usb3_probe()234 if (IS_ERR(priv->clk_peripheral)) in phy_meson_gxl_usb3_probe()235 return PTR_ERR(priv->clk_peripheral); in phy_meson_gxl_usb3_probe()
36 struct clk_peripheral { struct42 #define to_clk_peripheral(hw) container_of(hw, struct clk_peripheral, hw) argument59 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_enable()74 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_disable()87 struct clk_peripheral *periph = to_clk_peripheral(hw); in clk_peripheral_is_enabled()111 struct clk_peripheral *periph; in at91_clk_register_peripheral()