Searched refs:coregroup (Results 1 – 2 of 2) sorted by relevance
44 ptdev->clks.coregroup = devm_clk_get_optional(ptdev->base.dev, "coregroup"); in panthor_clk_init()45 if (IS_ERR(ptdev->clks.coregroup)) in panthor_clk_init()47 PTR_ERR(ptdev->clks.coregroup), in panthor_clk_init()510 ret = clk_prepare_enable(ptdev->clks.coregroup); in panthor_device_resume()556 clk_disable_unprepare(ptdev->clks.coregroup); in panthor_device_resume()608 clk_disable_unprepare(ptdev->clks.coregroup); in panthor_device_suspend()
152 struct clk *coregroup; member