Searched refs:parse_strtoul (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 980 static int parse_strtoul(const char *buf, in parse_strtoul() function 1258 if (parse_strtoul(buf, 1, &t)) in tpacpi_rfk_sysfs_enable_store() 1350 if (parse_strtoul(buf, 0xffff, &t)) in debug_level_store() 1382 if (parse_strtoul(buf, 1, &t)) in wlsw_emulstate_store() 1405 if (parse_strtoul(buf, 1, &t)) in bluetooth_emulstate_store() 1425 if (parse_strtoul(buf, 1, &t)) in wwan_emulstate_store() 1445 if (parse_strtoul(buf, 1, &t)) in uwb_emulstate_store() 2653 if (parse_strtoul(buf, 1, &t)) in hotkey_enable_store() 2679 if (parse_strtoul(buf, 0xffffffffUL, &t)) in hotkey_mask_store() 2774 if (parse_strtoul(buf, 0xffffffffUL, &t) || in hotkey_source_mask_store() [all …]
|