Home
last modified time | relevance | path

Searched refs:of_property_count_u8_elems (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c218 size = of_property_count_u8_elems(ulpi->dev.of_node, "qcom,init-seq"); in qcom_usb_hs_phy_probe()
/openbmc/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c863 ret = of_property_count_u8_elems(child, "cooling-levels"); in aspeed_create_fan()
872 count = of_property_count_u8_elems(child, "aspeed,fan-tach-ch"); in aspeed_create_fan()
H A Dnpcm750-pwm-fan.c896 ret = of_property_count_u8_elems(child, "cooling-levels"); in npcm7xx_en_pwm_fan()
904 fan_cnt = of_property_count_u8_elems(child, "fan-tach-ch"); in npcm7xx_en_pwm_fan()
H A Daspeed-g6-pwm-tach.c434 count = of_property_count_u8_elems(child, "tach-ch"); in aspeed_create_fan_monitor()
/openbmc/linux/include/linux/
H A Dof.h1083 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems() function