Home
last modified time | relevance | path

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

12

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

Completed in 62 milliseconds

12