Searched refs:parse_strtoul (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 1069 static int parse_strtoul(const char *buf, in parse_strtoul() function 1347 if (parse_strtoul(buf, 1, &t)) in tpacpi_rfk_sysfs_enable_store() 1442 if (parse_strtoul(buf, 0xffff, &t)) in debug_level_store() 1474 if (parse_strtoul(buf, 1, &t)) in wlsw_emulstate_store() 1497 if (parse_strtoul(buf, 1, &t)) in bluetooth_emulstate_store() 1517 if (parse_strtoul(buf, 1, &t)) in wwan_emulstate_store() 1537 if (parse_strtoul(buf, 1, &t)) in uwb_emulstate_store() 2751 if (parse_strtoul(buf, 1, &t)) in hotkey_enable_store() 2777 if (parse_strtoul(buf, 0xffffffffUL, &t)) in hotkey_mask_store() 2872 if (parse_strtoul(bu in hotkey_source_mask_store() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 995 static int parse_strtoul(const char *buf, in parse_strtoul() function 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() 2654 if (parse_strtoul(buf, 0xffffffffUL, &t)) in hotkey_mask_store() 2749 if (parse_strtoul(bu in hotkey_source_mask_store() [all...] |
Completed in 16 milliseconds