Home
last modified time | relevance | path

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

12

/linux/arch/mips/bmips/
A Dsetup.c188 if (np && of_get_available_child_count(np) <= 1) in device_tree_init()
/linux/drivers/leds/
A Dleds-spi-byte.c90 if (of_get_available_child_count(dev_of_node(dev)) != 1) { in spi_byte_probe()
A Dleds-tlc591xx.c165 count = of_get_available_child_count(np); in tlc591xx_probe()
A Dleds-turris-omnia.c213 count = of_get_available_child_count(np); in omnia_leds_probe()
A Dleds-mc13783.c134 pdata->num_leds = of_get_available_child_count(parent); in mc13xxx_led_probe_dt()
A Dleds-an30259a.c211 count = of_get_available_child_count(np); in an30259a_dt_init()
A Dleds-is31fl32xx.c436 count = of_get_available_child_count(dev_of_node(dev)); in is31fl32xx_probe()
A Dleds-aw2013.c268 count = of_get_available_child_count(np); in aw2013_probe_dt()
A Dleds-is31fl319x.c223 count = of_get_available_child_count(np); in is31fl319x_parse_dt()
A Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np); in sc27xx_led_probe()
A Dleds-netxbig.c496 num_leds = of_get_available_child_count(np); in netxbig_leds_get_of_pdata()
A Dleds-lp55xx-common.c670 num_channels = of_get_available_child_count(np); in lp55xx_of_populate_pdata()
/linux/sound/soc/qcom/
A Dcommon.c47 num_links = of_get_available_child_count(dev->of_node); in qcom_snd_parse_of()
/linux/drivers/mfd/
A Dtps6105x.c102 if (of_get_available_child_count(np) > 1) { in tps6105x_parse_dt()
/linux/drivers/input/keyboard/
A Dmtk-pmic-keys.c270 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/linux/drivers/virtio/
A Dvirtio.c344 count = of_get_available_child_count(pnode); in virtio_device_of_init()
/linux/drivers/misc/
A Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1; in sram_reserve_regions()
/linux/drivers/spi/
A Dspi-fsi.c539 ctlr->num_chipselect = of_get_available_child_count(np) ?: 1; in fsi_spi_probe()
A Dspi-fsl-qspi.c821 if (of_get_available_child_count(q->dev->of_node) == 1) in fsl_qspi_get_name()
/linux/drivers/thermal/qcom/
A Dqcom-spmi-adc-tm5.c537 adc_tm->nchannels = of_get_available_child_count(node); in adc_tm5_get_dt_data()
/linux/drivers/iio/adc/
A Dqcom-spmi-adc5.c813 adc->nchannels = of_get_available_child_count(node); in adc5_get_dt_data()
A Dab8500-gpadc.c1041 nchans = of_get_available_child_count(np); in ab8500_gpadc_parse_channels()
A Dad7124.c747 st->num_channels = of_get_available_child_count(np); in ad7124_of_parse_channel_config()
A Dqcom-spmi-vadc.c743 vadc->nchannels = of_get_available_child_count(node); in vadc_get_dt_data()
A Dqcom-pm8xxx-xoadc.c830 adc->nchans = of_get_available_child_count(np); in pm8xxx_xoadc_parse_channels()

Completed in 56 milliseconds

12