Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/bmips/
Dsetup.c193 if (np && of_get_available_child_count(np) <= 1) in device_tree_init()
/kernel/linux/linux-5.10/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.c216 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.c435 count = of_get_available_child_count(dev_of_node(dev)); in is31fl32xx_probe()
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()
/kernel/linux/linux-5.10/drivers/mfd/
Dtps6105x.c102 if (of_get_available_child_count(np) > 1) { in tps6105x_parse_dt()
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dmtk-pmic-keys.c270 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/kernel/linux/linux-5.10/drivers/misc/
Dsram.c174 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1; in sram_reserve_regions()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-fsi.c586 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.c974 if (of_get_available_child_count(f->dev->of_node) == 1) in nxp_fspi_get_name()
/kernel/linux/linux-5.10/drivers/iio/adc/
Dqcom-spmi-adc5.c877 adc->nchannels = of_get_available_child_count(node); in adc5_get_dt_data()
Dad7124.c594 st->num_channels = of_get_available_child_count(np); in ad7124_of_parse_channel_config()
Dqcom-spmi-vadc.c744 vadc->nchannels = of_get_available_child_count(node); in vadc_get_dt_data()
Dab8500-gpadc.c1041 nchans = of_get_available_child_count(np); in ab8500_gpadc_parse_channels()
Dqcom-pm8xxx-xoadc.c831 adc->nchans = of_get_available_child_count(np); in pm8xxx_xoadc_parse_channels()
/kernel/linux/linux-5.10/drivers/mailbox/
Domap-mailbox.c730 info_count = of_get_available_child_count(node); in omap_mbox_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-mvebu.c1081 num = of_get_available_child_count(np); in mvebu_pcie_probe()

12