/linux-6.3-rc2/sound/soc/meson/ |
A D | meson-card-utils.c | 148 num_codecs = of_get_child_count(node); in meson_card_set_be_link() 218 num = of_get_child_count(node); in meson_card_add_links()
|
/linux-6.3-rc2/drivers/clk/at91/ |
A D | dt-compat.c | 142 num = of_get_child_count(np); in of_sama5d2_clk_generated_setup() 471 num = of_get_child_count(np); in of_at91_clk_periph_setup() 754 num = of_get_child_count(np); in of_at91_clk_prog_setup() 881 num = of_get_child_count(np); in of_at91rm9200_clk_sys_setup()
|
/linux-6.3-rc2/drivers/pinctrl/freescale/ |
A D | pinctrl-imx.c | 664 func->num_group_names = of_get_child_count(np); in imx_pinctrl_parse_functions() 744 nfuncs = of_get_child_count(np); in imx_pinctrl_probe_dt() 767 pctl->num_groups = of_get_child_count(np); in imx_pinctrl_probe_dt() 771 pctl->num_groups += of_get_child_count(child); in imx_pinctrl_probe_dt()
|
A D | pinctrl-imx1-core.c | 523 func->num_groups = of_get_child_count(np); in imx1_pinctrl_parse_functions() 561 ngroups += of_get_child_count(child); in imx1_pinctrl_parse_dt()
|
/linux-6.3-rc2/drivers/i2c/muxes/ |
A D | i2c-mux-gpmux.c | 97 children = of_get_child_count(np); in i2c_mux_probe()
|
A D | i2c-mux-reg.c | 105 mux->data.n_values = of_get_child_count(np); in i2c_mux_reg_probe_dt()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-psr.c | 135 psr_attrs = kcalloc(of_get_child_count(psr), sizeof(*psr_attrs), in opal_psr_init()
|
A D | opal-powercap.c | 153 pcaps = kcalloc(of_get_child_count(powercap), sizeof(*pcaps), in opal_powercap_init()
|
A D | opal-sensor-groups.c | 171 sgs = kcalloc(of_get_child_count(sg), sizeof(*sgs), GFP_KERNEL); in opal_sensor_groups_init()
|
/linux-6.3-rc2/drivers/phy/broadcom/ |
A D | phy-bcm-cygnus-pcie.c | 122 if (of_get_child_count(node) == 0) { in cygnus_pcie_phy_probe()
|
/linux-6.3-rc2/scripts/coccinelle/tests/ |
A D | unsigned_lesser_than_zero.cocci | 40 …64|gameport_time|get_write_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_ch…
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | oxnas_nand.c | 103 count = of_get_child_count(np); in oxnas_nand_probe()
|
/linux-6.3-rc2/drivers/video/ |
A D | of_display_timing.c | 180 disp->num_timings = of_get_child_count(timings_np); in of_get_display_timings()
|
/linux-6.3-rc2/drivers/mtd/parsers/ |
A D | scpart.c | 174 parts = kcalloc(of_get_child_count(ofpart_node), sizeof(*parts), in scpart_parse()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | mc13xxx-regulator-core.c | 152 num = of_get_child_count(parent); in mc13xxx_get_num_regulators_dt()
|
/linux-6.3-rc2/drivers/pinctrl/sprd/ |
A D | pinctrl-sprd.c | 923 group_cnt = of_get_child_count(np); in sprd_pinctrl_get_groups() 926 cnt = of_get_child_count(child); in sprd_pinctrl_get_groups() 976 if (of_get_child_count(child) > 0) { in sprd_pinctrl_parse_dt()
|
/linux-6.3-rc2/drivers/interconnect/qcom/ |
A D | icc-rpmh.c | 238 if (of_get_child_count(dev->of_node) > 0) in qcom_icc_rpmh_probe()
|
/linux-6.3-rc2/drivers/bus/ |
A D | tegra-gmi.c | 109 if (of_get_child_count(gmi->dev->of_node) > 1) in tegra_gmi_parse_dt()
|
/linux-6.3-rc2/drivers/phy/marvell/ |
A D | phy-berlin-sata.c | 214 priv->nphys = of_get_child_count(dev->of_node); in phy_berlin_sata_probe()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-sun6i-p2wi.c | 204 if (of_get_child_count(np) > 1) { in p2wi_probe()
|
/linux-6.3-rc2/sound/soc/sh/rcar/ |
A D | ctu.c | 334 nr = of_get_child_count(node); in rsnd_ctu_probe()
|
A D | mix.c | 306 nr = of_get_child_count(node); in rsnd_mix_probe()
|
A D | dvc.c | 342 nr = of_get_child_count(node); in rsnd_dvc_probe()
|
/linux-6.3-rc2/drivers/input/keyboard/ |
A D | sun4i-lradc-keys.c | 212 lradc->chan0_map_count = of_get_child_count(np); in sun4i_lradc_load_dt_keymap()
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-mvebu-icu.c | 370 if (!of_get_child_count(pdev->dev.of_node)) in mvebu_icu_probe()
|