Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/mips/bmips/
Dsetup.c200 if (np && of_get_available_child_count(np) <= 1) in device_tree_init()
/linux-6.1.9/drivers/leds/
Dleds-spi-byte.c90 if (of_get_available_child_count(dev_of_node(dev)) != 1) { in spi_byte_probe()
Dleds-tlc591xx.c165 count = of_get_available_child_count(np); in tlc591xx_probe()
Dleds-turris-omnia.c213 count = of_get_available_child_count(np); in omnia_leds_probe()
Dleds-mc13783.c134 pdata->num_leds = of_get_available_child_count(parent); in mc13xxx_led_probe_dt()
Dleds-an30259a.c211 count = of_get_available_child_count(np); in an30259a_dt_init()
Dleds-is31fl32xx.c436 count = of_get_available_child_count(dev_of_node(dev)); in is31fl32xx_probe()
Dleds-aw2013.c268 count = of_get_available_child_count(np); in aw2013_probe_dt()
Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np); in sc27xx_led_probe()
Dleds-netxbig.c496 num_leds = of_get_available_child_count(np); in netxbig_leds_get_of_pdata()
Dleds-lp55xx-common.c672 num_channels = of_get_available_child_count(np); in lp55xx_of_populate_pdata()
/linux-6.1.9/drivers/mfd/
Dtps6105x.c102 if (of_get_available_child_count(np) > 1) { in tps6105x_parse_dt()
/linux-6.1.9/sound/soc/qcom/
Dcommon.c60 num_links = of_get_available_child_count(dev->of_node); in qcom_snd_parse_of()
/linux-6.1.9/drivers/input/keyboard/
Dmtk-pmic-keys.c322 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/linux-6.1.9/drivers/gpu/drm/bridge/imx/
Dimx8qxp-pxl2dpi.c237 ep_cnt = of_get_available_child_count(port); in imx8qxp_pxl2dpi_get_available_ep_from_port()
/linux-6.1.9/drivers/virtio/
Dvirtio.c376 count = of_get_available_child_count(pnode); in virtio_device_of_init()
/linux-6.1.9/drivers/misc/
Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1; in sram_reserve_regions()
/linux-6.1.9/drivers/spi/
Dspi-fsi.c552 ctlr->num_chipselect = of_get_available_child_count(np) ?: 1; in fsi_spi_probe()
Dspi-fsl-qspi.c821 if (of_get_available_child_count(q->dev->of_node) == 1) in fsl_qspi_get_name()
Dspi-nxp-fspi.c1053 if (of_get_available_child_count(f->dev->of_node) == 1) in nxp_fspi_get_name()
/linux-6.1.9/drivers/phy/qualcomm/
Dphy-qcom-qmp-pcie-msm8996.c881 num = of_get_available_child_count(dev->of_node); in qmp_pcie_msm8996_probe()
/linux-6.1.9/drivers/mailbox/
Domap-mailbox.c733 info_count = of_get_available_child_count(node); in omap_mbox_probe()
/linux-6.1.9/drivers/iio/adc/
Dad7124.c821 st->num_channels = of_get_available_child_count(np); in ad7124_of_parse_channel_config()
/linux-6.1.9/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c951 adc_tm->nchannels = of_get_available_child_count(node); in adc_tm5_get_dt_data()
/linux-6.1.9/drivers/gpu/drm/mcde/
Dmcde_dsi.c1080 if (!of_get_available_child_count(dev->of_node)) { in mcde_dsi_bind()

12