Searched refs:remaining_steps (Results 1 – 1 of 1) sorted by relevance
274 static DEVICE_ATTR_RW(remaining_steps);663 u16 remaining_steps; in remaining_steps_show() local668 &remaining_steps, sizeof(u16)); in remaining_steps_show()669 return scnprintf(buf, PAGE_SIZE, "%hu\n", remaining_steps); in remaining_steps_show()676 u16 remaining_steps; in remaining_steps_store() local679 if (kstrtou16(buf, 10, &remaining_steps)) in remaining_steps_store()685 &remaining_steps, sizeof(u16)); in remaining_steps_store()