Home
last modified time | relevance | path

Searched refs:remaining_steps (Results 1 – 1 of 1) sorted by relevance

/drivers/visorbus/
Dvisorchipset.c251 u16 remaining_steps = 0; in remaining_steps_show() local
257 &remaining_steps, sizeof(u16)); in remaining_steps_show()
260 return sprintf(buf, "%hu\n", remaining_steps); in remaining_steps_show()
267 u16 remaining_steps; in remaining_steps_store() local
270 if (kstrtou16(buf, 10, &remaining_steps)) in remaining_steps_store()
275 &remaining_steps, sizeof(u16)); in remaining_steps_store()
280 static DEVICE_ATTR_RW(remaining_steps);