Searched refs:parse_strtoul (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 1273 if (parse_strtoul(buf, 1, &t)) in tpacpi_rfk_sysfs_enable_store() 1365 if (parse_strtoul(buf, 0xffff, &t)) in debug_level_store() 1397 if (parse_strtoul(buf, 1, &t)) in wlsw_emulstate_store() 1420 if (parse_strtoul(buf, 1, &t)) in bluetooth_emulstate_store() 1440 if (parse_strtoul(buf, 1, &t)) in wwan_emulstate_store() 1460 if (parse_strtoul(buf, 1, &t)) in uwb_emulstate_store() 2628 if (parse_strtoul(buf, 1, &t)) in hotkey_enable_store() 2798 if (parse_strtoul(buf, 25, &t)) in hotkey_poll_freq_store() 8549 if (parse_strtoul(buf, 2, &t)) in fan_pwm1_enable_store() 8616 if (parse_strtoul(buf, 255, &s)) in fan_pwm1_store() [all …]
|