Searched refs:stacks (Results 1 – 3 of 3) sorted by relevance
51 ptdev->clks.stacks = devm_clk_get_optional(ptdev->base.dev, "stacks"); in panthor_clk_init()52 if (IS_ERR(ptdev->clks.stacks)) in panthor_clk_init()54 PTR_ERR(ptdev->clks.stacks), in panthor_clk_init()470 ret = clk_prepare_enable(ptdev->clks.stacks); in panthor_device_resume()523 clk_disable_unprepare(ptdev->clks.stacks); in panthor_device_resume()572 clk_disable_unprepare(ptdev->clks.stacks); in panthor_device_suspend()
108 struct clk *stacks; member
27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
Completed in 6 milliseconds