Home
last modified time | relevance | path

Searched refs:phandle_name (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c1012 * @phandle_name - name of property holding a phandle value
1017 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, const char *phandle_name, int index) in devfreq_get_devfreq_by_phandle() argument
1022 if (!dev || !phandle_name) { in devfreq_get_devfreq_by_phandle()
1030 node = of_parse_phandle(dev->of_node, phandle_name, index); in devfreq_get_devfreq_by_phandle()
1047 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, const char *phandle_name, int index) in devfreq_get_devfreq_by_phandle() argument

Completed in 3 milliseconds