Searched refs:kstrtos32 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/lib/ |
D | test-kstrtox.c | 472 TEST_OK(kstrtos32, s32, "%d", test_s32_ok); in test_kstrtos32_ok() 493 TEST_FAIL(kstrtos32, s32, "%d", test_s32_fail); in test_kstrtos32_fail()
|
/linux-4.4.14/drivers/base/power/ |
D | sysfs.c | 231 if (kstrtos32(buf, 0, &value)) in pm_qos_resume_latency_store() 266 if (kstrtos32(buf, 0, &value)) { in pm_qos_latency_tolerance_store()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 350 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_core.c | 973 if (kstrtos32(buf, 10, &value)) \
|