Searched refs:cmos_cmd (Results 1 – 1 of 1) sorted by relevance
720 static int issue_thinkpad_cmos_command(int cmos_cmd) in issue_thinkpad_cmos_command() argument5404 unsigned long cmos_cmd; in cmos_command_store() local5407 if (parse_strtoul(buf, 21, &cmos_cmd)) in cmos_command_store()5410 res = issue_thinkpad_cmos_command(cmos_cmd); in cmos_command_store()5464 int cmos_cmd, res; in cmos_write() local5467 if (sscanf(cmd, "%u", &cmos_cmd) == 1 && in cmos_write()5468 cmos_cmd >= 0 && cmos_cmd <= 21) { in cmos_write()5473 res = issue_thinkpad_cmos_command(cmos_cmd); in cmos_write()6536 int cmos_cmd, inc; in tpacpi_brightness_set_ucmsstep() local6546 cmos_cmd = (value > current_value) ? in tpacpi_brightness_set_ucmsstep()[all …]