clk_peripheral     30 drivers/clk/at91/clk-peripheral.c #define to_clk_peripheral(hw) container_of(hw, struct clk_peripheral, hw)
clk_peripheral     48 drivers/clk/at91/clk-peripheral.c 	struct clk_peripheral *periph = to_clk_peripheral(hw);
clk_peripheral     63 drivers/clk/at91/clk-peripheral.c 	struct clk_peripheral *periph = to_clk_peripheral(hw);
clk_peripheral     76 drivers/clk/at91/clk-peripheral.c 	struct clk_peripheral *periph = to_clk_peripheral(hw);
clk_peripheral    100 drivers/clk/at91/clk-peripheral.c 	struct clk_peripheral *periph;
clk_peripheral     87 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	struct clk		*clk_peripheral;
clk_peripheral    164 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	ret = clk_prepare_enable(priv->clk_peripheral);
clk_peripheral    179 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	clk_disable_unprepare(priv->clk_peripheral);
clk_peripheral    190 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	clk_disable_unprepare(priv->clk_peripheral);
clk_peripheral    234 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	priv->clk_peripheral = devm_clk_get(dev, "peripheral");
clk_peripheral    235 drivers/phy/amlogic/phy-meson-gxl-usb3.c 	if (IS_ERR(priv->clk_peripheral))
clk_peripheral    236 drivers/phy/amlogic/phy-meson-gxl-usb3.c 		return PTR_ERR(priv->clk_peripheral);