Searched refs:of_property_count_u8_elems (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wcd937x-sdw.c | 1057 master_ch_mask_size = of_property_count_u8_elems(dev->of_node, in wcd9370_probe() 1064 master_ch_mask_size = of_property_count_u8_elems(dev->of_node, in wcd9370_probe()
|
/linux/drivers/hwmon/ |
H A D | nct7363.c | 358 fanin_cnt = of_property_count_u8_elems(child, "tach-ch"); in nct7363_present_pwm_fanin()
|
H A D | aspeed-pwm-tacho.c | 872 ret = of_property_count_u8_elems(child, "cooling-levels"); in aspeed_create_fan() 881 count = of_property_count_u8_elems(child, "aspeed,fan-tach-ch"); in aspeed_create_fan()
|
H A D | npcm750-pwm-fan.c | 898 ret = of_property_count_u8_elems(child, "cooling-levels"); in npcm7xx_en_pwm_fan() 906 fan_cnt = of_property_count_u8_elems(child, "fan-tach-ch"); in npcm7xx_en_pwm_fan()
|
H A D | aspeed-g6-pwm-tach.c | 433 count = of_property_count_u8_elems(child, "tach-ch"); in aspeed_create_fan_monitor()
|
/linux/include/linux/ |
H A D | of.h | 1122 * of_property_count_u8_elems - Count the number of u8 elements in a property 1134 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems() function
|