Home
last modified time | relevance | path

Searched +full:post +full:- +full:init +full:- +full:providers (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/
H A Dclk.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2010-2011 Canonical Ltd <jeremy.kerr@canonical.com>
4 * Copyright (C) 2011-2012 Linaro Ltd <mturquette@linaro.org>
6 * Standard functionality for the common clock API. See Documentation/driver-api/clk.rst
10 #include <linux/clk-provider.h>
11 #include <linux/clk/clk-conf.h>
20 #include <linux/init.h>
116 if (!core->rpm_enabled) in clk_pm_runtime_get()
119 return pm_runtime_resume_and_get(core->dev); in clk_pm_runtime_get()
124 if (!core->rpm_enabled) in clk_pm_runtime_put()
[all …]
/linux/drivers/of/
H A Dproperty.c1 // SPDX-License-Identifier: GPL-2.0+
3 * drivers/of/property.c - Procedures for accessing and interpreting
11 * Copyright (C) 1996-2005 Paul Mackerras.
35 * of_property_read_bool - Find a property
39 * Search for a boolean property in a device node. Usage on non-boolean
53 if (prop && prop->length) in of_property_read_bool()
61 * of_graph_is_present() - check graph's presence
64 * Return: True if @node has a port or ports (with a port) sub-node,
81 * of_property_count_elems_of_size - Count the number of elements in a property
90 * Return: The number of elements on sucess, -EINVAL if the property does not
[all …]