Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/amlogic/
Dphy-meson-gxl-usb3.c87 struct clk *clk_peripheral; member
163 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()
/Linux-v4.19/drivers/clk/at91/
Dclk-peripheral.c36 struct clk_peripheral { struct
42 #define to_clk_peripheral(hw) container_of(hw, struct clk_peripheral, hw) argument
59 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()