remaining_steps 251 drivers/visorbus/visorchipset.c u16 remaining_steps = 0; remaining_steps 257 drivers/visorbus/visorchipset.c &remaining_steps, sizeof(u16)); remaining_steps 260 drivers/visorbus/visorchipset.c return sprintf(buf, "%hu\n", remaining_steps); remaining_steps 267 drivers/visorbus/visorchipset.c u16 remaining_steps; remaining_steps 270 drivers/visorbus/visorchipset.c if (kstrtou16(buf, 10, &remaining_steps)) remaining_steps 275 drivers/visorbus/visorchipset.c &remaining_steps, sizeof(u16)); remaining_steps 280 drivers/visorbus/visorchipset.c static DEVICE_ATTR_RW(remaining_steps);