Home
last modified time | relevance | path

Searched refs:of_property_count_u32_elems (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/irqchip/
Dirq-st.c122 channels = of_property_count_u32_elems(np, "st,irq-device"); in st_irq_syscfg_enable()
128 channels = of_property_count_u32_elems(np, "st,fiq-device"); in st_irq_syscfg_enable()
/linux-4.1.27/drivers/regulator/
Dgpio-regulator.c179 proplen = of_property_count_u32_elems(np, "gpios-states"); in of_get_gpio_regulator_config()
205 proplen = of_property_count_u32_elems(np, "states"); in of_get_gpio_regulator_config()
Dti-abb-regulator.c522 num_entries = of_property_count_u32_elems(dev->of_node, pname); in ti_abb_init_table()
/linux-4.1.27/drivers/cpuidle/
Dcpuidle-powernv.c176 dt_idle_states = of_property_count_u32_elems(power_mgt, "ibm,cpu-idle-state-flags"); in powernv_add_idle_states()
/linux-4.1.27/drivers/hwmon/
Dpwm-fan.c182 ret = of_property_count_u32_elems(np, "cooling-levels"); in pwm_fan_of_get_cooling_data()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c413 dt_idle_states = of_property_count_u32_elems(power_mgt, in pnv_init_idle_states()
/linux-4.1.27/drivers/video/backlight/
Dsky81452-backlight.c198 ret = of_property_count_u32_elems(np, "led-sources"); in sky81452_bl_parse_dt()
/linux-4.1.27/include/linux/
Dof.h734 static inline int of_property_count_u32_elems(const struct device_node *np, in of_property_count_u32_elems() function