Searched refs:clk_bus (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/arm64/boot/dts/lg/ |
| H A D | lg131x.dtsi | 97 clk_bus: clk_bus { label 117 clocks = <&clk_bus>, <&clk_bus>, <&clk_bus>; 124 clocks = <&clk_bus>, <&clk_bus>; 131 clocks = <&clk_bus>, <&clk_bus>; 139 clocks = <&clk_bus>, <&clk_bus>; 147 clocks = <&clk_bus>, <&clk_bus>; 155 clocks = <&clk_bus>, <&clk_bus>; 162 clocks = <&clk_bus>, <&clk_bus>; 169 clocks = <&clk_bus>; 178 clocks = <&clk_bus>; [all …]
|
| H A D | lg1312.dtsi | 27 clocks = <&clk_bus>, <&clk_bus>;
|
| H A D | lg1313.dtsi | 27 clocks = <&clk_bus>, <&clk_bus>;
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.c | 89 err = clk_prepare_enable(dev->clk_bus); in lima_clk_enable() 111 clk_disable_unprepare(dev->clk_bus); in lima_clk_enable() 120 clk_disable_unprepare(dev->clk_bus); in lima_clk_disable() 127 dev->clk_bus = devm_clk_get(dev->dev, "bus"); in lima_clk_init() 128 if (IS_ERR(dev->clk_bus)) { in lima_clk_init() 129 err = PTR_ERR(dev->clk_bus); in lima_clk_init() 132 dev->clk_bus = NULL; in lima_clk_init() 417 dev_info(ldev->dev, "bus rate = %lu\n", clk_get_rate(ldev->clk_bus)); in lima_device_init()
|
| H A D | lima_device.h | 88 struct clk *clk_bus; member
|
| /linux/drivers/devfreq/ |
| H A D | sun8i-a33-mbus.c | 82 struct clk *clk_bus; member 319 clk_disable_unprepare(priv->clk_bus); in sun8i_a33_mbus_suspend() 328 return clk_prepare_enable(priv->clk_bus); in sun8i_a33_mbus_resume() 363 priv->clk_bus = devm_clk_get_enabled(dev, "bus"); in sun8i_a33_mbus_probe() 364 if (IS_ERR(priv->clk_bus)) in sun8i_a33_mbus_probe() 365 return dev_err_probe(dev, PTR_ERR(priv->clk_bus), in sun8i_a33_mbus_probe()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_hdmi_phy.c | 528 ret = clk_prepare_enable(phy->clk_bus); in sun8i_hdmi_phy_init() 558 clk_disable_unprepare(phy->clk_bus); in sun8i_hdmi_phy_init() 568 clk_disable_unprepare(phy->clk_bus); in sun8i_hdmi_phy_deinit() 698 phy->clk_bus = devm_clk_get(dev, "bus"); in sun8i_hdmi_phy_probe() 699 if (IS_ERR(phy->clk_bus)) in sun8i_hdmi_phy_probe() 700 return dev_err_probe(dev, PTR_ERR(phy->clk_bus), in sun8i_hdmi_phy_probe()
|
| H A D | sun8i_dw_hdmi.h | 161 struct clk *clk_bus; member
|
| /linux/sound/soc/sunxi/ |
| H A D | sun8i-codec.c | 227 struct clk *clk_bus; member 251 ret = clk_prepare_enable(scodec->clk_bus); in sun8i_codec_runtime_resume() 275 clk_disable_unprepare(scodec->clk_bus); in sun8i_codec_runtime_suspend() 1622 scodec->clk_bus = devm_clk_get(&pdev->dev, "bus"); in sun8i_codec_probe() 1623 if (IS_ERR(scodec->clk_bus)) { in sun8i_codec_probe() 1625 return PTR_ERR(scodec->clk_bus); in sun8i_codec_probe()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gpu.h | 158 struct clk *clk_bus; member
|