Searched refs:parse_strtoul (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 1065 static int parse_strtoul(const char *buf, in parse_strtoul() function 1353 if (parse_strtoul(buf, 1, &t)) in tpacpi_rfk_sysfs_enable_store() 1453 if (parse_strtoul(buf, 0xffff, &t)) in tpacpi_driver_debug_store() 1491 if (parse_strtoul(buf, 1, &t)) in tpacpi_driver_wlsw_emulstate_store() 1520 if (parse_strtoul(buf, 1, &t)) in tpacpi_driver_bluetooth_emulstate_store() 1546 if (parse_strtoul(buf, 1, &t)) in tpacpi_driver_wwan_emulstate_store() 1572 if (parse_strtoul(buf, 1, &t)) in tpacpi_driver_uwb_emulstate_store() 2663 if (parse_strtoul(buf, 1, &t)) in hotkey_enable_store() 2689 if (parse_strtoul(buf, 0xffffffffUL, &t)) in hotkey_mask_store() 2773 if (parse_strtoul(buf, 0xffffffffUL, &t) || in hotkey_source_mask_store() [all …]
|