Lines Matching refs:get

138  * clk_pm_runtime_get_all() - Runtime "get" all clk provider devices
164 * Runtime PM "get" all the devices that are needed for the clks
172 pr_err("clk: Failed to runtime PM get '%s' for clk '%s'\n",
470 * clock-controller@f00abcd without needing to get the globally unique name of
834 * also get under exclusive control of the calling consumer.
892 * clk_rate_exclusive_get - get exclusivity over the clk rate control
900 * also get under exclusive control of the calling consumer.
1501 * __clk_determine_rate - get the closest rate actually supported by a clock
2301 /* calculate new rates and get the topmost changed clock */
2376 * clk_set_rate_exclusive - specify a new rate and get exclusive control
2690 * prepared state, the clk will get enabled for the duration of this call. If
3610 * CCF to get an accurate view of clock for any other callbacks. It may
3671 pr_warn("%s: Failed to get phase for clk '%s'\n", __func__,
3698 * don't get accidentally disabled when walking the orphan tree and
4033 * @dev: Device to get device node of
4514 * @get: Get clock callback. Returns NULL or a struct clk for the
4518 * @data: context pointer to be passed into @get callback
4524 struct clk *(*get)(struct of_phandle_args *clkspec, void *data);
4600 cp->get = clk_src_get;
4620 * @get: callback for decoding clk_hw
4621 * @data: context pointer for @get callback.
4624 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
4637 cp->get_hw = get;
4681 * @get: callback for decoding clk_hw
4682 * @data: context pointer for @get callback
4693 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
4706 ret = of_clk_add_hw_provider(np, get, data);
4792 * To get a device_node for `clock-controller@2' node you may call this
4848 clk = provider->get(clkspec, provider->data);
4997 * Best effort to get the name if the clock has been