/linux-4.1.27/drivers/pinctrl/freescale/ |
D | pinctrl-imx.c | 592 func->num_groups = of_get_child_count(np); in imx_pinctrl_parse_functions() 620 nfuncs = of_get_child_count(np); in imx_pinctrl_probe_dt() 634 info->ngroups += of_get_child_count(child); in imx_pinctrl_probe_dt()
|
D | pinctrl-imx1-core.c | 527 func->num_groups = of_get_child_count(np); in imx1_pinctrl_parse_functions() 563 ngroups += of_get_child_count(child); in imx1_pinctrl_parse_dt()
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-system.c | 155 num = of_get_child_count(np); in of_at91_clk_sys_setup()
|
D | clk-programmable.c | 250 num = of_get_child_count(np); in of_at91_clk_prog_setup()
|
D | clk-peripheral.c | 364 num = of_get_child_count(np); in of_at91_clk_periph_setup()
|
/linux-4.1.27/drivers/leds/ |
D | leds-pwm.c | 181 count = of_get_child_count(pdev->dev.of_node); in led_pwm_probe()
|
D | leds-ns2.c | 266 num_leds = of_get_child_count(np); in ns2_leds_get_of_pdata()
|
D | leds-mc13783.c | 147 pdata->num_leds = of_get_child_count(parent); in mc13xxx_led_probe_dt()
|
D | leds-pca963x.c | 282 count = of_get_child_count(np); in pca963x_dt_init()
|
D | leds-lp55xx-common.c | 558 num_channels = of_get_child_count(np); in lp55xx_of_populate_pdata()
|
D | leds-tca6507.c | 694 count = of_get_child_count(np); in tca6507_led_dt_init()
|
/linux-4.1.27/drivers/video/ |
D | of_display_timing.c | 176 disp->num_timings = of_get_child_count(timings_np); in of_get_display_timings()
|
/linux-4.1.27/drivers/regulator/ |
D | mc13xxx-regulator-core.c | 156 num = of_get_child_count(parent); in mc13xxx_get_num_regulators_dt()
|
D | max8998.c | 672 pdata->num_regulators = of_get_child_count(regulators_np); in max8998_pmic_dt_parse_pdata()
|
D | s5m8767.c | 553 pdata->num_regulators = of_get_child_count(regulators_np); in s5m8767_pmic_dt_parse_pdata()
|
D | lp872x.c | 867 if (of_get_child_count(np) == 0) in lp872x_populate_pdata_from_dt()
|
D | max8997.c | 933 pdata->num_regulators = of_get_child_count(regulators_np); in max8997_pmic_dt_parse_pdata()
|
/linux-4.1.27/drivers/thermal/ |
D | of-thermal.c | 762 tz->ntrips = of_get_child_count(child); in thermal_of_build_thermal_zone() 788 tz->num_tbps = of_get_child_count(child); in thermal_of_build_thermal_zone()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | sun4i-lradc-keys.c | 169 lradc->chan0_map_count = of_get_child_count(np); in sun4i_lradc_load_dt_keymap()
|
D | samsung-keypad.c | 282 key_count = of_get_child_count(np); in samsung_keypad_parse_dt()
|
D | gpio_keys.c | 605 nbuttons = of_get_child_count(node); in gpio_keys_get_devtree_pdata()
|
/linux-4.1.27/drivers/phy/ |
D | phy-berlin-sata.c | 217 priv->nphys = of_get_child_count(dev->of_node); in phy_berlin_sata_probe()
|
D | phy-rcar-gen2.c | 276 drv->num_channels = of_get_child_count(dev->of_node); in rcar_gen2_phy_probe()
|
D | phy-miphy365x.c | 551 miphy_dev->nphys = of_get_child_count(np); in miphy365x_probe()
|
D | phy-miphy28lp.c | 1211 miphy_dev->nphys = of_get_child_count(np); in miphy28lp_probe()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-sun6i-p2wi.c | 205 if (of_get_child_count(np) > 1) { in p2wi_probe()
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | i2c-mux-gpio.c | 85 mux->data.n_values = of_get_child_count(np); in i2c_mux_gpio_probe_dt()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | dvc.c | 308 nr = of_get_child_count(node); in rsnd_of_parse_dvc()
|
D | ssi.c | 639 nr = of_get_child_count(node); in rsnd_of_parse_ssi()
|
D | src.c | 968 nr = of_get_child_count(src_node); in rsnd_of_parse_src()
|
D | core.c | 553 nr = of_get_child_count(dai_node); in rsnd_of_parse_dai()
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 283 if (!of_get_child_count(np_config)) in samsung_dt_node_to_map() 726 if (!of_get_child_count(cfg_np)) { in samsung_pinctrl_create_functions() 758 if (!of_get_child_count(cfg_np)) { in samsung_pinctrl_create_functions()
|
D | pinctrl-exynos5440.c | 682 grp_cnt = of_get_child_count(dev_np); in exynos5440_pinctrl_parse_dt()
|
/linux-4.1.27/drivers/devfreq/event/ |
D | exynos-ppmu.c | 218 count = of_get_child_count(events_np); in of_get_devfreq_events()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 385 if (dev->of_node && of_get_child_count(dev->of_node)) { in davinci_mdio_probe()
|
/linux-4.1.27/drivers/video/backlight/ |
D | lp855x_bl.c | 367 rom_length = of_get_child_count(node); in lp855x_parse_dt()
|
/linux-4.1.27/drivers/ata/ |
D | libahci_platform.c | 395 hpriv->nports = child_nodes = of_get_child_count(dev->of_node); in ahci_platform_get_resources()
|
/linux-4.1.27/drivers/power/ |
D | lp8727_charger.c | 519 if (of_get_child_count(np) == 0) in lp8727_parse_dt()
|
D | charger-manager.c | 1558 desc->num_charger_regulators = of_get_child_count(np); in of_cm_parse_desc() 1579 chg_regs->num_cables = of_get_child_count(child); in of_cm_parse_desc()
|
/linux-4.1.27/sound/soc/generic/ |
D | simple-card.c | 505 num_links = of_get_child_count(np); in asoc_simple_card_probe()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-dwapb.c | 468 nports = of_get_child_count(node); in dwapb_gpio_get_pdata_of()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tb10x.c | 775 of_get_child_count(of_node) in tb10x_pinctrl_probe()
|
D | pinctrl-st.c | 1106 info->ngroups += of_get_child_count(child); in st_pctl_dt_child_count() 1310 func->ngroups = of_get_child_count(np); in st_pctl_parse_functions()
|
D | pinctrl-at91.c | 1009 info->ngroups += of_get_child_count(child); in at91_pinctrl_child_count() 1111 func->ngroups = of_get_child_count(np); in at91_pinctrl_parse_functions()
|
D | pinctrl-rockchip.c | 1085 info->ngroups += of_get_child_count(child); in rockchip_pinctrl_child_count() 1171 func->ngroups = of_get_child_count(np); in rockchip_pinctrl_parse_functions()
|
/linux-4.1.27/include/linux/ |
D | of.h | 904 static inline int of_get_child_count(const struct device_node *np) in of_get_child_count() function
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 803 q->nor_num = of_get_child_count(dev->of_node); in fsl_qspi_probe()
|
/linux-4.1.27/drivers/iio/adc/ |
D | at91_adc.c | 908 st->trigger_number = of_get_child_count(node); in at91_adc_probe_dt()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | sunxi_nand.c | 1281 int nchips = of_get_child_count(np); in sunxi_nand_chips_init()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 1131 for (i = 0; i < of_get_child_count(timings_np); i++) { in atmel_lcdfb_of_init()
|