Home
last modified time | relevance | path

Searched refs:of_get_available_child_count (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/arch/mips/bmips/
H A Dsetup.c224 if (of_get_available_child_count(np) <= 1) in device_tree_init()
/linux-6.15/drivers/mfd/
H A Dtps6105x.c102 if (of_get_available_child_count(np) > 1) { in tps6105x_parse_dt()
/linux-6.15/drivers/leds/
H A Dleds-tlc591xx.c163 count = of_get_available_child_count(np); in tlc591xx_probe()
H A Dleds-max77705.c179 int num_channels = of_get_available_child_count(to_of_node(np)); in max77705_add_led()
H A Dleds-mc13783.c136 pdata->num_leds = of_get_available_child_count(parent); in mc13xxx_led_probe_dt()
H A Dleds-an30259a.c206 count = of_get_available_child_count(np); in an30259a_dt_init()
H A Dleds-is31fl32xx.c428 count = of_get_available_child_count(dev_of_node(dev)); in is31fl32xx_probe()
H A Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np); in sc27xx_led_probe()
H A Dleds-aw2013.c270 count = of_get_available_child_count(np); in aw2013_probe_dt()
H A Dleds-turris-omnia.c476 count = of_get_available_child_count(np); in omnia_leds_probe()
H A Dleds-netxbig.c496 num_leds = of_get_available_child_count(np); in netxbig_leds_get_of_pdata()
/linux-6.15/sound/soc/qcom/
H A Dcommon.c75 num_links = of_get_available_child_count(dev->of_node); in qcom_snd_parse_of()
/linux-6.15/drivers/input/keyboard/
H A Dmtk-pmic-keys.c339 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/linux-6.15/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pxl2dpi.c230 ep_cnt = of_get_available_child_count(port); in imx8qxp_pxl2dpi_get_available_ep_from_port()
/linux-6.15/drivers/misc/
H A Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1; in sram_reserve_regions()
/linux-6.15/drivers/spi/
H A Dspi-fsi.c565 ctlr->num_chipselect = of_get_available_child_count(np) ?: 1; in fsi_spi_probe()
H A Dspi-fsl-qspi.c821 if (of_get_available_child_count(q->dev->of_node) == 1) in fsl_qspi_get_name()
/linux-6.15/drivers/virtio/
H A Dvirtio.c469 count = of_get_available_child_count(pnode); in virtio_device_of_init()
/linux-6.15/drivers/mailbox/
H A Domap-mailbox.c476 info_count = of_get_available_child_count(node); in omap_mbox_probe()
H A Dzynqmp-ipi-mailbox.c914 num_mboxes = of_get_available_child_count(np); in zynqmp_ipi_probe()
/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c765 num = of_get_available_child_count(dev->of_node); in qmp_pcie_msm8996_probe()
/linux-6.15/sound/soc/fsl/
H A Dfsl_qmc_audio.c935 qmc_audio->num_dais = of_get_available_child_count(np); in qmc_audio_probe()
/linux-6.15/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c945 adc_tm->nchannels = of_get_available_child_count(node); in adc_tm5_get_dt_data()
/linux-6.15/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c1306 core_count = of_get_available_child_count(dev_node); in zynqmp_r5_cluster_init()
/linux-6.15/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c1080 if (!of_get_available_child_count(dev->of_node)) { in mcde_dsi_bind()

12