Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof.h279 extern int of_property_count_elems_of_size(const struct device_node *np,
503 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() function
709 return of_property_count_elems_of_size(np, propname, sizeof(u8)); in of_property_count_u8_elems()
726 return of_property_count_elems_of_size(np, propname, sizeof(u16)); in of_property_count_u16_elems()
743 return of_property_count_elems_of_size(np, propname, sizeof(u32)); in of_property_count_u32_elems()
760 return of_property_count_elems_of_size(np, propname, sizeof(u64)); in of_property_count_u64_elems()
/linux-4.4.14/drivers/leds/
Dleds-bcm6328.c206 cnt = of_property_count_elems_of_size(nc, "brcm,link-signal-sources", in bcm6328_hwled()
232 cnt = of_property_count_elems_of_size(nc, in bcm6328_hwled()
/linux-4.4.14/drivers/devfreq/
Ddevfreq-event.c278 count = of_property_count_elems_of_size(dev->of_node, "devfreq-events", in devfreq_event_get_edev_count()
/linux-4.4.14/drivers/base/
Dproperty.c314 : of_property_count_elems_of_size((node), (propname), sizeof(type))
/linux-4.4.14/drivers/of/
Dbase.c1092 int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() function
1110 EXPORT_SYMBOL_GPL(of_property_count_elems_of_size);