Searched refs:kstrtos32 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/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-v5.10/drivers/base/power/ |
D | sysfs.c | 232 if (!kstrtos32(buf, 0, &value)) { in pm_qos_resume_latency_us_store() 276 if (kstrtos32(buf, 0, &value) == 0) { in pm_qos_latency_tolerance_us_store()
|
/Linux-v5.10/drivers/leds/trigger/ |
D | ledtrig-pattern.c | 168 err = kstrtos32(buf, 10, &res); in repeat_store()
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 515 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 410 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
|
/Linux-v5.10/drivers/thermal/ |
D | thermal_sysfs.c | 375 if (kstrtos32(buf, 10, &value)) \
|
/Linux-v5.10/drivers/target/ |
D | target_core_user.c | 2486 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()
|