Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/mips/bmips/
Dsetup.c188 if (np && of_get_available_child_count(np) <= 1) in device_tree_init()
/Linux-v5.15/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-is31fl32xx.c436 count = of_get_available_child_count(dev_of_node(dev)); in is31fl32xx_probe()
Dleds-an30259a.c211 count = of_get_available_child_count(np); in an30259a_dt_init()
Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np); in sc27xx_led_probe()
Dleds-aw2013.c268 count = of_get_available_child_count(np); in aw2013_probe_dt()
Dleds-is31fl319x.c223 count = of_get_available_child_count(np); in is31fl319x_parse_dt()
Dleds-netxbig.c496 num_leds = of_get_available_child_count(np); in netxbig_leds_get_of_pdata()
Dleds-lp55xx-common.c670 num_channels = of_get_available_child_count(np); in lp55xx_of_populate_pdata()
/Linux-v5.15/drivers/mfd/
Dtps6105x.c102 if (of_get_available_child_count(np) > 1) { in tps6105x_parse_dt()
/Linux-v5.15/drivers/input/keyboard/
Dmtk-pmic-keys.c270 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/Linux-v5.15/drivers/virtio/
Dvirtio.c344 count = of_get_available_child_count(pnode); in virtio_device_of_init()
/Linux-v5.15/drivers/misc/
Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1; in sram_reserve_regions()
/Linux-v5.15/drivers/spi/
Dspi-fsi.c502 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()
/Linux-v5.15/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c505 adc_tm->nchannels = of_get_available_child_count(node); in adc_tm5_get_dt_data()
/Linux-v5.15/drivers/iio/adc/
Dqcom-spmi-adc5.c813 adc->nchannels = of_get_available_child_count(node); in adc5_get_dt_data()
Dad7124.c747 st->num_channels = of_get_available_child_count(np); in ad7124_of_parse_channel_config()
Dab8500-gpadc.c1041 nchans = of_get_available_child_count(np); in ab8500_gpadc_parse_channels()
Dqcom-spmi-vadc.c743 vadc->nchannels = of_get_available_child_count(node); in vadc_get_dt_data()
Dqcom-pm8xxx-xoadc.c830 adc->nchans = of_get_available_child_count(np); in pm8xxx_xoadc_parse_channels()
/Linux-v5.15/drivers/mailbox/
Domap-mailbox.c734 info_count = of_get_available_child_count(node); in omap_mbox_probe()

12