Lines Matching refs:get

375  * clock-controller@f00abcd without needing to get the globally unique name of
725 * @hw: the hw clk we want to get the range from
856 * also get under exclusive control of the calling consumer.
914 * clk_rate_exclusive_get - get exclusivity over the clk rate control
922 * also get under exclusive control of the calling consumer.
1632 * __clk_determine_rate - get the closest rate actually supported by a clock
2439 /* calculate new rates and get the topmost changed clock */
2514 * clk_set_rate_exclusive - specify a new rate and get exclusive control
2837 * prepared state, the clk will get enabled for the duration of this call. If
3813 * CCF to get an accurate view of clock for any other callbacks. It may
3874 pr_warn("%s: Failed to get phase for clk '%s'\n", __func__,
3901 * don't get accidentally disabled when walking the orphan tree and
4040 * clk_hw_get_clk - get clk consumer given an clk_hw
4046 * to get a consumer clk and act on the clock element
4238 * @dev: Device to get device node of
4771 * @get: Get clock callback. Returns NULL or a struct clk for the
4775 * @data: context pointer to be passed into @get callback
4781 struct clk *(*get)(struct of_phandle_args *clkspec, void *data);
4860 cp->get = clk_src_get;
4882 * @get: callback for decoding clk_hw
4883 * @data: context pointer for @get callback.
4886 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
4902 cp->get_hw = get;
4948 * @get: callback for decoding clk_hw
4949 * @data: context pointer for @get callback
4960 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
4973 ret = of_clk_add_hw_provider(np, get, data);
5037 * To get a device_node for `clock-controller@2' node you may call this
5093 clk = provider->get(clkspec, provider->data);
5242 * Best effort to get the name if the clock has been