| /linux-4.4.14/drivers/clk/rockchip/ | 
| D | clk-rockchip.c | 40 	qty = of_property_count_strings(node, "clock-output-names");  in rk2928_gate_clk_init()
  | 
| /linux-4.4.14/drivers/clk/shmobile/ | 
| D | clk-rz.c | 75 	num_clks = of_property_count_strings(np, "clock-output-names");  in rz_cpg_clocks_init()
  | 
| D | clk-r8a7778.c | 87 	num_clks = of_property_count_strings(np, "clock-output-names");  in r8a7778_cpg_clocks_init()
  | 
| D | clk-r8a7779.c | 131 	num_clks = of_property_count_strings(np, "clock-output-names");  in r8a7779_cpg_clocks_init()
  | 
| D | clk-r8a7740.c | 157 	num_clks = of_property_count_strings(np, "clock-output-names");  in r8a7740_cpg_clocks_init()
  | 
| D | clk-sh73a0.c | 171 	num_clks = of_property_count_strings(np, "clock-output-names");  in sh73a0_cpg_clocks_init()
  | 
| D | clk-r8a73a4.c | 199 	num_clks = of_property_count_strings(np, "clock-output-names");  in r8a73a4_cpg_clocks_init()
  | 
| D | clk-rcar-gen2.c | 375 	num_clks = of_property_count_strings(np, "clock-output-names");  in rcar_gen2_cpg_clocks_init()
  | 
| /linux-4.4.14/drivers/pinctrl/ | 
| D | pinconf-generic.c | 292 	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()
  | 
| D | pinctrl-lantiq.c | 144 	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()
  | 
| D | pinctrl-tz1090-pdc.c | 427 	ret = of_property_count_strings(np, "tz1090,pins");  in tz1090_pdc_pinctrl_dt_subnode_to_map()
  | 
| D | pinctrl-tegra.c | 163 	ret = of_property_count_strings(np, "nvidia,pins");  in tegra_pinctrl_dt_subnode_to_map()
  | 
| D | pinctrl-tegra-xusb.c | 202 	err = of_property_count_strings(np, "nvidia,lanes");  in tegra_xusb_padctl_parse_subnode()
  | 
| D | pinctrl-tz1090.c | 1143 	ret = of_property_count_strings(np, "tz1090,pins");  in tz1090_pinctrl_dt_subnode_to_map()
  | 
| /linux-4.4.14/drivers/dma/ | 
| D | of-dma.c | 255 	count = of_property_count_strings(np, "dma-names");  in of_dma_request_slave_channel()
  | 
| /linux-4.4.14/drivers/clk/nxp/ | 
| D | clk-lpc18xx-ccu.c | 285 	clk_data->num = of_property_count_strings(np, "clock-names");  in lpc18xx_ccu_init()
  | 
| /linux-4.4.14/arch/powerpc/platforms/powernv/ | 
| D | opal-sysparam.c | 194 	count = of_property_count_strings(sysparam, "param-name");  in opal_sys_param_init()
  | 
| /linux-4.4.14/drivers/pinctrl/sh-pfc/ | 
| D | pinctrl.c | 161 	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/ | 
| D | ufshcd-pltfrm.c | 61 	cnt = of_property_count_strings(np, "clock-names");  in ufshcd_parse_clock_info()
  | 
| D | ufs-qcom.c | 826 	err = of_property_count_strings(np, "qcom,bus-vector-names");  in ufs_qcom_bus_register()
  | 
| /linux-4.4.14/drivers/hsi/clients/ | 
| D | nokia-modem.c | 98 	gpio_name_count = of_property_count_strings(np, "gpio-names");  in nokia_modem_gpio_probe()
  | 
| /linux-4.4.14/drivers/i2c/muxes/ | 
| D | i2c-mux-pinctrl.c | 73 	num_names = of_property_count_strings(np, "pinctrl-names");  in i2c_mux_pinctrl_parse_dt()
  | 
| /linux-4.4.14/drivers/pinctrl/berlin/ | 
| D | berlin.c | 75 	ngroups = of_property_count_strings(node, "groups");  in berlin_pinctrl_dt_node_to_map()
  | 
| /linux-4.4.14/drivers/clk/ | 
| D | clk-scpi.c | 209 	count = of_property_count_strings(np, "clock-output-names");  in scpi_clk_add()
  | 
| D | clk-qoriq.c | 1029 	count = of_property_count_strings(np, "clock-output-names");  in legacy_pll_init()
  | 
| /linux-4.4.14/drivers/of/ | 
| D | unittest.c | 418 	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/ | 
| D | qoriq-cpufreq.c | 228 	count = of_property_count_strings(pnode, "clock-names");  in qoriq_cpufreq_cpu_init()
  | 
| /linux-4.4.14/drivers/bus/ | 
| D | brcmstb_gisb.c | 329 	num_masters = of_property_count_strings(dn,  in brcmstb_gisb_arb_probe()
  | 
| /linux-4.4.14/drivers/clk/st/ | 
| D | clk-flexgen.c | 289 	ret = of_property_count_strings(np, "clock-output-names");  in st_of_flexgen_setup()
  | 
| /linux-4.4.14/drivers/base/ | 
| D | property.c | 463 			of_property_count_strings(to_of_node(fwnode), propname);  in fwnode_property_read_string_array()
  | 
| /linux-4.4.14/drivers/pinctrl/spear/ | 
| D | pinctrl-spear.c | 163 		ret = of_property_count_strings(np, "st,pins");  in spear_pinctrl_dt_node_to_map()
  | 
| /linux-4.4.14/drivers/pinctrl/nomadik/ | 
| D | pinctrl-abx500.c | 886 		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()
  | 
| D | pinctrl-nomadik.c | 1554 		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/ | 
| D | pci-dra7xx.c | 373 	phy_count = of_property_count_strings(np, "phy-names");  in dra7xx_pcie_probe()
  | 
| /linux-4.4.14/drivers/pinctrl/samsung/ | 
| D | pinctrl-samsung.c | 227 	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/ | 
| D | omap_device.c | 129 	oh_cnt = of_property_count_strings(node, "ti,hwmods");  in omap_device_build_from_dt()
  | 
| D | omap_hwmod.c | 2327 	count = of_property_count_strings(np, "ti,hwmods");  in of_dev_find_hwmod()
  | 
| /linux-4.4.14/drivers/usb/musb/ | 
| D | musb_cppi41.c | 626 	count = of_property_count_strings(np, "dma-names");  in cppi41_dma_controller_start()
  | 
| /linux-4.4.14/drivers/pinctrl/mvebu/ | 
| D | pinctrl-mvebu.c | 394 	nmaps = of_property_count_strings(np, "marvell,pins");  in mvebu_pinctrl_dt_node_to_map()
  | 
| /linux-4.4.14/include/linux/ | 
| D | of.h | 795 static inline int of_property_count_strings(struct device_node *np,  in of_property_count_strings()  function
  | 
| /linux-4.4.14/drivers/pinctrl/sirf/ | 
| D | pinctrl-sirf.c | 91 		ret = of_property_count_strings(np, "sirf,pins");  in sirfsoc_dt_node_to_map()
  | 
| /linux-4.4.14/drivers/pinctrl/sunxi/ | 
| D | pinctrl-sunxi.c | 173 	nmaps = of_property_count_strings(node, "allwinner,pins") * 2;  in sunxi_pctrl_dt_node_to_map()
  | 
| /linux-4.4.14/drivers/iio/adc/ | 
| D | at91_adc.c | 738 	count = of_property_count_strings(np, "atmel,adc-res-names");  in at91_adc_of_get_resolution()
  | 
| /linux-4.4.14/drivers/tty/serial/8250/ | 
| D | 8250_omap.c | 1207 		ret = of_property_count_strings(pdev->dev.of_node, "dma-names");  in omap8250_probe()
  | 
| /linux-4.4.14/sound/soc/ | 
| D | soc-core.c | 3222 	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/ | 
| D | dw_mmc.c | 2702 		if ((of_property_count_strings(np, "dma-names") < 0) ||  in dw_mci_init_dma()
  |