/openbmc/linux/drivers/irqchip/ |
H A D | irq-st.c | 104 channels = of_property_count_u32_elems(np, "st,irq-device"); in st_irq_syscfg_enable() 110 channels = of_property_count_u32_elems(np, "st,fiq-device"); in st_irq_syscfg_enable()
|
H A D | irq-mvebu-gicp.c | 187 ret = of_property_count_u32_elems(node, "marvell,spi-ranges"); in mvebu_gicp_probe()
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-sun8i-bus-gates.c | 51 number = of_property_count_u32_elems(node, "clock-indices"); in sun8i_h3_bus_gates_init()
|
H A D | clk-simple-gates.c | 41 number = of_property_count_u32_elems(node, "clock-indices"); in sunxi_simple_gates_setup()
|
/openbmc/linux/drivers/of/ |
H A D | of_numa.c | 91 entry_count = of_property_count_u32_elems(map, "distance-matrix"); in of_numa_parse_distance_map_v1()
|
/openbmc/linux/drivers/mux/ |
H A D | mmio.c | 57 ret = of_property_count_u32_elems(np, "mux-reg-masks"); in mux_mmio_probe()
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_kms.c | 692 ret = of_property_count_u32_elems(np, vsps_prop_name); in rcar_du_vsps_init() 696 ret = of_property_count_u32_elems(np, vsps_prop_name); in rcar_du_vsps_init() 765 cells = of_property_count_u32_elems(np, "renesas,cmms"); in rcar_du_cmm_init()
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | context.c | 33 err = of_property_count_u32_elems(node, "iommu-map"); in host1x_memory_context_list_init()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzn1.c | 746 if (of_property_count_u32_elems(np, RZN1_PINS_PROP) > 0) in rzn1_pinctrl_count_function_groups() 750 if (of_property_count_u32_elems(child, RZN1_PINS_PROP) > 0) in rzn1_pinctrl_count_function_groups() 785 if (of_property_count_u32_elems(np, RZN1_PINS_PROP) > 0) { in rzn1_pinctrl_parse_functions()
|
/openbmc/linux/drivers/pinctrl/starfive/ |
H A D | pinctrl-starfive-jh7100.c | 496 int npinmux = of_property_count_u32_elems(child, "pinmux"); in starfive_dt_node_to_map() 497 int npins = of_property_count_u32_elems(child, "pins"); in starfive_dt_node_to_map() 542 if ((npins = of_property_count_u32_elems(child, "pinmux")) > 0) { in starfive_dt_node_to_map() 569 } else if ((npins = of_property_count_u32_elems(child, "pins")) > 0) { in starfive_dt_node_to_map()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-netxbig.c | 462 ret = of_property_count_u32_elems(np, "timers"); in netxbig_leds_get_of_pdata() 543 ret = of_property_count_u32_elems(child, "mode-val"); in netxbig_leds_get_of_pdata()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | denali_dt.c | 88 nsels = of_property_count_u32_elems(chip_np, "reg"); in denali_dt_chip_init()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-irqchip.c | 209 rc = of_property_count_u32_elems(opal_node, "opal-interrupts"); in opal_event_init()
|
H A D | opal-imc.c | 90 nr_chips = of_property_count_u32_elems(node, "chip-id"); in imc_get_mem_addr_nest()
|
/openbmc/linux/drivers/soc/sifive/ |
H A D | sifive_ccache.c | 234 intr_num = of_property_count_u32_elems(np, "interrupts"); in sifive_ccache_init()
|
/openbmc/linux/arch/powerpc/sysdev/xics/ |
H A D | ics-native.c | 202 count = of_property_count_u32_elems(np, "interrupt-ranges"); in ics_native_add_one()
|
/openbmc/linux/drivers/input/misc/ |
H A D | atmel_captouch.c | 214 capdev->num_btn = of_property_count_u32_elems(node, "linux,keymap"); in atmel_captouch_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | led_bl.c | 134 num_levels = of_property_count_u32_elems(node, "brightness-levels"); in led_bl_parse_levels()
|
H A D | sky81452-backlight.c | 208 ret = of_property_count_u32_elems(np, "led-sources"); in sky81452_bl_parse_dt()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_of.c | 455 ret = of_property_count_u32_elems(endpoint, "data-lanes"); in drm_of_get_data_lanes_count()
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8qxp-lpcg.c | 197 count = of_property_count_u32_elems(np, "clock-indices"); in imx_lpcg_parse_clks_from_dt()
|
/openbmc/linux/drivers/thermal/ |
H A D | qoriq_thermal.c | 192 len = of_property_count_u32_elems(np, "fsl,tmu-range"); in qoriq_tmu_calibration()
|
/openbmc/linux/drivers/counter/ |
H A D | microchip-tcb-capture.c | 332 priv->num_channels = of_property_count_u32_elems(np, "reg"); in mchp_tc_probe()
|
/openbmc/linux/arch/mips/lantiq/ |
H A D | irq.c | 391 exin_avail = of_property_count_u32_elems(eiu_node, in icu_of_init()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | rmtfs_mem.c | 230 num_vmids = of_property_count_u32_elems(node, "qcom,vmid"); in qcom_rmtfs_mem_probe()
|