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