Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c217 size = of_property_count_u8_elems(ulpi->dev.of_node, "qcom,init-seq"); in qcom_usb_hs_phy_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
Daspeed-pwm-tacho.c858 ret = of_property_count_u8_elems(child, "cooling-levels"); in aspeed_create_fan()
867 count = of_property_count_u8_elems(child, "aspeed,fan-tach-ch"); in aspeed_create_fan()
Dnpcm750-pwm-fan.c879 ret = of_property_count_u8_elems(child, "cooling-levels"); in npcm7xx_en_pwm_fan()
887 fan_cnt = of_property_count_u8_elems(child, "fan-tach-ch"); in npcm7xx_en_pwm_fan()
/kernel/linux/linux-5.10/include/linux/
Dof.h1070 static inline int of_property_count_u8_elems(const struct device_node *np, in of_property_count_u8_elems() function