Searched refs:remaining_steps (Results 1 – 1 of 1) sorted by relevance
275 static DEVICE_ATTR_RW(remaining_steps);481 u16 remaining_steps; in remaining_steps_show() local486 &remaining_steps, sizeof(u16)); in remaining_steps_show()487 return scnprintf(buf, PAGE_SIZE, "%hu\n", remaining_steps); in remaining_steps_show()494 u16 remaining_steps; in remaining_steps_store() local497 if (kstrtou16(buf, 10, &remaining_steps) != 0) in remaining_steps_store()503 &remaining_steps, sizeof(u16)); in remaining_steps_store()