Home
last modified time | relevance | path

Searched refs:kstrtos32 (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/lib/
Dtest-kstrtox.c472 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/
Dsysfs.c231 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/
Dasymmetric_type.c518 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
/Linux-v4.19/include/linux/
Dkernel.h426 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
/Linux-v4.19/drivers/thermal/
Dthermal_sysfs.c374 if (kstrtos32(buf, 10, &value)) \
/Linux-v4.19/drivers/target/
Dtarget_core_user.c2254 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()