of_property_count_elems_of_size  251 include/linux/of.h extern int of_property_count_elems_of_size(const struct device_node *np,
of_property_count_elems_of_size  608 include/linux/of.h 	return of_property_count_elems_of_size(np, propname, sizeof(u8));
of_property_count_elems_of_size  625 include/linux/of.h 	return of_property_count_elems_of_size(np, propname, sizeof(u16));
of_property_count_elems_of_size  642 include/linux/of.h 	return of_property_count_elems_of_size(np, propname, sizeof(u32));
of_property_count_elems_of_size  659 include/linux/of.h 	return of_property_count_elems_of_size(np, propname, sizeof(u64));