Symbol: of_get_available_child_count
arch/mips/bmips/setup.c
224
if (of_get_available_child_count(np) <= 1)
drivers/clk/qcom/gcc-msm8960.c
3740
if (of_get_available_child_count(pdev->dev.of_node) != 0)
drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c
238
ep_cnt = of_get_available_child_count(port);
drivers/gpu/drm/mcde/mcde_dsi.c
1081
if (!of_get_available_child_count(dev->of_node)) {
drivers/gpu/drm/sun4i/sun4i_tcon.c
905
if (of_get_available_child_count(port) != 1)
drivers/input/keyboard/mtk-pmic-keys.c
359
keycount = of_get_available_child_count(node);
drivers/leds/leds-an30259a.c
206
count = of_get_available_child_count(np);
drivers/leds/leds-aw2013.c
270
count = of_get_available_child_count(np);
drivers/leds/leds-is31fl32xx.c
579
count = of_get_available_child_count(dev_of_node(dev));
drivers/leds/leds-lp55xx-common.c
1217
num_channels = of_get_available_child_count(np);
drivers/leds/leds-max77705.c
179
int num_channels = of_get_available_child_count(to_of_node(np));
drivers/leds/leds-mc13783.c
136
pdata->num_leds = of_get_available_child_count(parent);
drivers/leds/leds-netxbig.c
512
num_leds = of_get_available_child_count(np);
drivers/leds/leds-sc27xx-bltc.c
284
count = of_get_available_child_count(np);
drivers/leds/leds-tlc591xx.c
163
count = of_get_available_child_count(np);
drivers/leds/leds-turris-omnia.c
476
count = of_get_available_child_count(np);
drivers/leds/rgb/leds-lp5812.c
547
num_channels = of_get_available_child_count(np);
drivers/leds/rgb/leds-qcom-lpg.c
1386
num_channels = of_get_available_child_count(np);
drivers/mailbox/omap-mailbox.c
474
info_count = of_get_available_child_count(node);
drivers/mailbox/zynqmp-ipi-mailbox.c
914
num_mboxes = of_get_available_child_count(np);
drivers/mfd/tps6105x.c
102
if (of_get_available_child_count(np) > 1) {
drivers/misc/sram.c
193
nblocks = (np) ? of_get_available_child_count(np) + 1 : 1;
drivers/net/dsa/lantiq/lantiq_gswip.c
271
priv->num_gphy_fw = of_get_available_child_count(gphy_fw_list_np);
drivers/pci/controller/pci-mvebu.c
1470
num = of_get_available_child_count(np);
drivers/phy/cadence/phy-cadence-torrent.c
2940
subnodes = of_get_available_child_count(dev->of_node);
drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c
765
num = of_get_available_child_count(dev->of_node);
drivers/remoteproc/ti_k3_r5_remoteproc.c
1386
num_cores = of_get_available_child_count(np);
drivers/remoteproc/xlnx_r5_remoteproc.c
1331
core_count = of_get_available_child_count(dev_node);
drivers/spi/spi-aspeed-smc.c
1011
ctlr->num_chipselect = of_get_available_child_count(dev->of_node);
drivers/spi/spi-fsi.c
562
ctlr->num_chipselect = of_get_available_child_count(np) ?: 1;
drivers/spi/spi-fsl-qspi.c
848
if (of_get_available_child_count(q->dev->of_node) == 1)
drivers/spi/spi-nxp-fspi.c
1235
if (of_get_available_child_count(f->dev->of_node) == 1)
drivers/spi/spi-nxp-xspi.c
1162
if (of_get_available_child_count(xspi->dev->of_node) == 1)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
945
adc_tm->nchannels = of_get_available_child_count(node);
drivers/tty/serial/8250/8250_omap.c
1539
if (!of_get_available_child_count(pdev->dev.of_node))
drivers/virtio/virtio.c
475
count = of_get_available_child_count(pnode);
sound/soc/fsl/fsl_qmc_audio.c
918
qmc_audio->num_dais = of_get_available_child_count(np);
sound/soc/qcom/common.c
75
num_links = of_get_available_child_count(dev->of_node);