Searched refs:of_get_available_child_count (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/sound/soc/qcom/
H A Dcommon.c65 num_links = of_get_available_child_count(dev->of_node);
/linux-master/drivers/virtio/
H A Dvirtio.c394 count = of_get_available_child_count(pnode);
/linux-master/drivers/net/dsa/
H A Dlantiq_gswip.c2065 priv->num_gphy_fw = of_get_available_child_count(gphy_fw_list_np);
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c1511 if (!of_get_available_child_count(pdev->dev.of_node))
/linux-master/drivers/misc/
H A Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1;
/linux-master/include/linux/
H A Dof.h1504 static inline int of_get_available_child_count(const struct device_node *np) function
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c766 num = of_get_available_child_count(dev->of_node);
/linux-master/drivers/phy/cadence/
H A Dphy-cadence-torrent.c2831 subnodes = of_get_available_child_count(dev->of_node);
/linux-master/drivers/spi/
H A Dspi-nxp-fspi.c1115 if (of_get_available_child_count(f->dev->of_node) == 1)
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1380 num_channels = of_get_available_child_count(np);
H A Dleds-ktd202x.c393 num_channels = of_get_available_child_count(np);
501 count = of_get_available_child_count(np);
/linux-master/drivers/leds/
H A Dleds-spi-byte.c90 if (of_get_available_child_count(dev_of_node(dev)) != 1) {
H A Dleds-aw2013.c270 count = of_get_available_child_count(np);
H A Dleds-turris-omnia.c460 count = of_get_available_child_count(np);
H A Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np);
H A Dleds-lp55xx-common.c672 num_channels = of_get_available_child_count(np);
H A Dleds-mc13783.c134 pdata->num_leds = of_get_available_child_count(parent);
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c634 num_mboxes = of_get_available_child_count(np);
H A Domap-mailbox.c719 info_count = of_get_available_child_count(node);
/linux-master/sound/soc/fsl/
H A Dfsl_qmc_audio.c678 qmc_audio->num_dais = of_get_available_child_count(np);
/linux-master/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c1044 core_count = of_get_available_child_count(dev_node);
H A Dti_k3_r5_remoteproc.c1742 num_cores = of_get_available_child_count(np);
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c1493 num = of_get_available_child_count(np);
/linux-master/drivers/clk/qcom/
H A Dgcc-msm8960.c3741 if (of_get_available_child_count(pdev->dev.of_node) != 0)
/linux-master/arch/mips/bmips/
H A Dsetup.c210 if (np && of_get_available_child_count(np) <= 1)

Completed in 301 milliseconds

12