Home
last modified time | relevance | path

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

/linux/arch/mips/bmips/
H A Dsetup.c224 if (of_get_available_child_count(np) <= 1) in device_tree_init()
/linux/drivers/leds/
H A Dleds-mc13783.c136 pdata->num_leds = of_get_available_child_count(parent); in mc13xxx_led_probe_dt()
H A Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np); in sc27xx_led_probe()
H A Dleds-aw2013.c270 count = of_get_available_child_count(np); in aw2013_probe_dt()
/linux/drivers/input/keyboard/
H A Dmtk-pmic-keys.c359 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip.c271 priv->num_gphy_fw = of_get_available_child_count(gphy_fw_list_np); in gswip_gphy_fw_list()
/linux/drivers/mailbox/
H A Domap-mailbox.c472 info_count = of_get_available_child_count(node); in omap_mbox_probe()
/linux/drivers/virtio/
H A Dvirtio.c497 count = of_get_available_child_count(pnode); in virtio_device_of_init()
/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c917 qmc_audio->num_dais = of_get_available_child_count(np); in qmc_audio_probe()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c942 adc_tm->nchannels = of_get_available_child_count(node); in adc_tm5_get_dt_data()
/linux/include/linux/
H A Dof.h1600 static inline int of_get_available_child_count(const struct device_node *np) in of_get_available_child_count() function
/linux/drivers/pci/controller/
H A Dpci-mvebu.c1469 num = of_get_available_child_count(np); in mvebu_pcie_probe()
/linux/drivers/spi/
H A Dspi-nxp-fspi.c1343 if (of_get_available_child_count(f->dev->of_node) == 1) in nxp_fspi_get_name()
/linux/drivers/tty/serial/8250/
H A D8250_omap.c1540 if (!of_get_available_child_count(pdev->dev.of_node)) in omap8250_probe()