Searched refs:kstrtos32 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/base/power/ |
D | sysfs.c | 231 if (!kstrtos32(buf, 0, &value)) { in pm_qos_resume_latency_us_store() 275 if (kstrtos32(buf, 0, &value) == 0) { in pm_qos_latency_tolerance_us_store()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 518 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 426 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_sysfs.c | 374 if (kstrtos32(buf, 10, &value)) \
|
/Linux-v4.19/drivers/target/ |
D | target_core_user.c | 2254 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()
|