Lines Matching refs:size
115 if (!of_property_read_u32(np, "#size-cells", &cells))
118 /* No #size-cells property for the root node */
1113 int size;
1124 list = of_get_property(np, list_name, &size);
1131 it->list_end = list + size / sizeof(*list);
1226 int size)
1232 if (WARN_ON(size < count))
1233 count = size;
1511 int size;
1513 list = of_get_property(np, list_name, &size);
1517 return size / sizeof(*list);
1736 void of_alias_scan(void * (*dt_alloc)(u64 size, u64 align))