Searched refs:store_size (Results 1 – 2 of 2) sorted by relevance
421 static ssize_t store_size(struct device *dev, struct device_attribute *attr, in store_size() function544 __ATTR(size, S_IRUGO | S_IWUSR, show_size, store_size),
5413 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument5421 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()