Home
last modified time | relevance | path

Searched refs:of_property_count_strings (Results 1 – 46 of 46) sorted by relevance

/linux-4.4.14/drivers/clk/rockchip/
Dclk-rockchip.c40 qty = of_property_count_strings(node, "clock-output-names"); in rk2928_gate_clk_init()
/linux-4.4.14/drivers/clk/shmobile/
Dclk-rz.c75 num_clks = of_property_count_strings(np, "clock-output-names"); in rz_cpg_clocks_init()
Dclk-r8a7778.c87 num_clks = of_property_count_strings(np, "clock-output-names"); in r8a7778_cpg_clocks_init()
Dclk-r8a7779.c131 num_clks = of_property_count_strings(np, "clock-output-names"); in r8a7779_cpg_clocks_init()
Dclk-r8a7740.c157 num_clks = of_property_count_strings(np, "clock-output-names"); in r8a7740_cpg_clocks_init()
Dclk-sh73a0.c171 num_clks = of_property_count_strings(np, "clock-output-names"); in sh73a0_cpg_clocks_init()
Dclk-r8a73a4.c199 num_clks = of_property_count_strings(np, "clock-output-names"); in r8a73a4_cpg_clocks_init()
Dclk-rcar-gen2.c375 num_clks = of_property_count_strings(np, "clock-output-names"); in rcar_gen2_cpg_clocks_init()
/linux-4.4.14/drivers/pinctrl/
Dpinconf-generic.c292 ret = of_property_count_strings(np, "pins"); in pinconf_generic_dt_subnode_to_map()
294 ret = of_property_count_strings(np, "groups"); in pinconf_generic_dt_subnode_to_map()
Dpinctrl-lantiq.c144 ret = of_property_count_strings(np, "lantiq,groups"); in ltq_pinctrl_dt_subnode_size()
146 ret = of_property_count_strings(np, "lantiq,pins"); in ltq_pinctrl_dt_subnode_size()
Dpinctrl-tz1090-pdc.c427 ret = of_property_count_strings(np, "tz1090,pins"); in tz1090_pdc_pinctrl_dt_subnode_to_map()
Dpinctrl-tegra.c163 ret = of_property_count_strings(np, "nvidia,pins"); in tegra_pinctrl_dt_subnode_to_map()
Dpinctrl-tegra-xusb.c202 err = of_property_count_strings(np, "nvidia,lanes"); in tegra_xusb_padctl_parse_subnode()
Dpinctrl-tz1090.c1143 ret = of_property_count_strings(np, "tz1090,pins"); in tz1090_pinctrl_dt_subnode_to_map()
/linux-4.4.14/drivers/dma/
Dof-dma.c255 count = of_property_count_strings(np, "dma-names"); in of_dma_request_slave_channel()
/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c285 clk_data->num = of_property_count_strings(np, "clock-names"); in lpc18xx_ccu_init()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-sysparam.c194 count = of_property_count_strings(sysparam, "param-name"); in opal_sys_param_init()
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpinctrl.c161 ret = of_property_count_strings(np, pmx->pins_prop_name); in sh_pfc_dt_subnode_to_map()
171 ret = of_property_count_strings(np, pmx->groups_prop_name); in sh_pfc_dt_subnode_to_map()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd-pltfrm.c61 cnt = of_property_count_strings(np, "clock-names"); in ufshcd_parse_clock_info()
Dufs-qcom.c826 err = of_property_count_strings(np, "qcom,bus-vector-names"); in ufs_qcom_bus_register()
/linux-4.4.14/drivers/hsi/clients/
Dnokia-modem.c98 gpio_name_count = of_property_count_strings(np, "gpio-names"); in nokia_modem_gpio_probe()
/linux-4.4.14/drivers/i2c/muxes/
Di2c-mux-pinctrl.c73 num_names = of_property_count_strings(np, "pinctrl-names"); in i2c_mux_pinctrl_parse_dt()
/linux-4.4.14/drivers/pinctrl/berlin/
Dberlin.c75 ngroups = of_property_count_strings(node, "groups"); in berlin_pinctrl_dt_node_to_map()
/linux-4.4.14/drivers/clk/
Dclk-scpi.c209 count = of_property_count_strings(np, "clock-output-names"); in scpi_clk_add()
Dclk-qoriq.c1029 count = of_property_count_strings(np, "clock-output-names"); in legacy_pll_init()
/linux-4.4.14/drivers/of/
Dunittest.c418 rc = of_property_count_strings(np, "string-property"); in of_unittest_property_string()
420 rc = of_property_count_strings(np, "phandle-list-names"); in of_unittest_property_string()
422 rc = of_property_count_strings(np, "unterminated-string"); in of_unittest_property_string()
424 rc = of_property_count_strings(np, "unterminated-string-list"); in of_unittest_property_string()
/linux-4.4.14/drivers/cpufreq/
Dqoriq-cpufreq.c228 count = of_property_count_strings(pnode, "clock-names"); in qoriq_cpufreq_cpu_init()
/linux-4.4.14/drivers/bus/
Dbrcmstb_gisb.c329 num_masters = of_property_count_strings(dn, in brcmstb_gisb_arb_probe()
/linux-4.4.14/drivers/clk/st/
Dclk-flexgen.c289 ret = of_property_count_strings(np, "clock-output-names"); in st_of_flexgen_setup()
/linux-4.4.14/drivers/base/
Dproperty.c463 of_property_count_strings(to_of_node(fwnode), propname); in fwnode_property_read_string_array()
/linux-4.4.14/drivers/pinctrl/spear/
Dpinctrl-spear.c163 ret = of_property_count_strings(np, "st,pins"); in spear_pinctrl_dt_node_to_map()
/linux-4.4.14/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c886 ret = of_property_count_strings(np, "groups"); in abx500_dt_subnode_to_map()
908 ret = of_property_count_strings(np, "pins"); in abx500_dt_subnode_to_map()
Dpinctrl-nomadik.c1554 ret = of_property_count_strings(np, "groups"); in nmk_pinctrl_dt_subnode_to_map()
1580 ret = of_property_count_strings(np, "pins"); in nmk_pinctrl_dt_subnode_to_map()
/linux-4.4.14/drivers/pci/host/
Dpci-dra7xx.c373 phy_count = of_property_count_strings(np, "phy-names"); in dra7xx_pcie_probe()
/linux-4.4.14/drivers/pinctrl/samsung/
Dpinctrl-samsung.c227 ret = of_property_count_strings(np, "samsung,pins"); in samsung_dt_subnode_to_map()
672 npins = of_property_count_strings(func_np, "samsung,pins"); in samsung_pinctrl_create_function()
/linux-4.4.14/arch/arm/mach-omap2/
Domap_device.c129 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt()
Domap_hwmod.c2327 count = of_property_count_strings(np, "ti,hwmods"); in of_dev_find_hwmod()
/linux-4.4.14/drivers/usb/musb/
Dmusb_cppi41.c626 count = of_property_count_strings(np, "dma-names"); in cppi41_dma_controller_start()
/linux-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.c394 nmaps = of_property_count_strings(np, "marvell,pins"); in mvebu_pinctrl_dt_node_to_map()
/linux-4.4.14/include/linux/
Dof.h795 static inline int of_property_count_strings(struct device_node *np, in of_property_count_strings() function
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-sirf.c91 ret = of_property_count_strings(np, "sirf,pins"); in sirfsoc_dt_node_to_map()
/linux-4.4.14/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.c173 nmaps = of_property_count_strings(node, "allwinner,pins") * 2; in sunxi_pctrl_dt_node_to_map()
/linux-4.4.14/drivers/iio/adc/
Dat91_adc.c738 count = of_property_count_strings(np, "atmel,adc-res-names"); in at91_adc_of_get_resolution()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_omap.c1207 ret = of_property_count_strings(pdev->dev.of_node, "dma-names"); in omap8250_probe()
/linux-4.4.14/sound/soc/
Dsoc-core.c3222 num_widgets = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_simple_widgets()
3376 num_routes = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_routing()
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.c2702 if ((of_property_count_strings(np, "dma-names") < 0) || in dw_mci_init_dma()