Searched refs:of_property_count_u32_elems (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
D | irq-st.c | 122 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/ |
D | gpio-regulator.c | 179 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()
|
D | ti-abb-regulator.c | 522 num_entries = of_property_count_u32_elems(dev->of_node, pname); in ti_abb_init_table()
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle-powernv.c | 176 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/ |
D | pwm-fan.c | 182 ret = of_property_count_u32_elems(np, "cooling-levels"); in pwm_fan_of_get_cooling_data()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | setup.c | 413 dt_idle_states = of_property_count_u32_elems(power_mgt, in pnv_init_idle_states()
|
/linux-4.1.27/drivers/video/backlight/ |
D | sky81452-backlight.c | 198 ret = of_property_count_u32_elems(np, "led-sources"); in sky81452_bl_parse_dt()
|
/linux-4.1.27/include/linux/ |
D | of.h | 734 static inline int of_property_count_u32_elems(const struct device_node *np, in of_property_count_u32_elems() function
|