Searched +full:post +full:- +full:init +full:- +full:providers (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * 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.rst10 #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 …]
1 // SPDX-License-Identifier: GPL-2.0+3 * drivers/of/property.c - Procedures for accessing and interpreting11 * Copyright (C) 1996-2005 Paul Mackerras.35 * of_property_read_bool - Find a property39 * Search for a boolean property in a device node. Usage on non-boolean53 if (prop && prop->length) in of_property_read_bool()61 * of_graph_is_present() - check graph's presence64 * 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 property90 * Return: The number of elements on sucess, -EINVAL if the property does not[all …]