of_get_available_child_count  193 arch/mips/bmips/setup.c 	if (np && of_get_available_child_count(np) <= 1)
of_get_available_child_count  896 drivers/gpu/drm/mcde/mcde_dsi.c 	if (!of_get_available_child_count(dev->of_node)) {
of_get_available_child_count  879 drivers/gpu/drm/sun4i/sun4i_tcon.c 	if (of_get_available_child_count(port) != 1)
of_get_available_child_count  451 drivers/iio/adc/ad7124.c 	st->num_channels = of_get_available_child_count(np);
of_get_available_child_count  830 drivers/iio/adc/qcom-pm8xxx-xoadc.c 	adc->nchans = of_get_available_child_count(np);
of_get_available_child_count  680 drivers/iio/adc/qcom-spmi-adc5.c 	adc->nchannels = of_get_available_child_count(node);
of_get_available_child_count  744 drivers/iio/adc/qcom-spmi-vadc.c 	vadc->nchannels = of_get_available_child_count(node);
of_get_available_child_count  270 drivers/input/keyboard/mtk-pmic-keys.c 	keycount = of_get_available_child_count(node);
of_get_available_child_count  730 drivers/mailbox/omap-mailbox.c 	info_count = of_get_available_child_count(node);
of_get_available_child_count  174 drivers/misc/sram.c 	nblocks = (np) ? of_get_available_child_count(np) + 1 : 1;
of_get_available_child_count 1797 drivers/net/dsa/lantiq_gswip.c 	priv->num_gphy_fw = of_get_available_child_count(gphy_fw_list_np);
of_get_available_child_count 1072 drivers/pci/controller/pci-mvebu.c 	num = of_get_available_child_count(np);
of_get_available_child_count 2071 drivers/phy/qualcomm/phy-qcom-qmp.c 	num = of_get_available_child_count(dev->of_node);
of_get_available_child_count  804 drivers/spi/spi-fsl-qspi.c 	if (of_get_available_child_count(q->dev->of_node) == 1)
of_get_available_child_count  921 drivers/spi/spi-nxp-fspi.c 	if (of_get_available_child_count(f->dev->of_node) == 1)
of_get_available_child_count 1246 drivers/tty/serial/8250/8250_omap.c 	if (!of_get_available_child_count(pdev->dev.of_node))