Home
last modified time | relevance | path

Searched refs:kstrtos32 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A 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()
/kernel/linux/linux-6.6/lib/
H A 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()
/kernel/linux/linux-5.10/include/linux/
H A Dkstrtox.h89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
/kernel/linux/linux-6.6/include/linux/
H A Dkstrtox.h89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c124 if (kstrtos32(begin, 0, &arg[i]) != 0) in write_file_dump()
/kernel/linux/linux-5.10/drivers/base/power/
H A Dsysfs.c232 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()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dsysfs.c232 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()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasymmetric_type.c515 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-pattern.c168 err = kstrtos32(buf, 10, &res); in repeat_store()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dasymmetric_type.c547 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
/kernel/linux/linux-6.6/drivers/leds/trigger/
H A Dledtrig-pattern.c168 err = kstrtos32(buf, 10, &res); in repeat_store()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_sysfs.c375 if (kstrtos32(buf, 10, &value)) \
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_sysfs.c353 if (kstrtos32(buf, 10, &value)) \
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c1153 ret = kstrtos32(page, 0, &num); \
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_configfs.c334 ret = kstrtos32(page, 0, &val); in iscsi_nacl_attrib_authentication_store()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c2492 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_user.c2726 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c3278 err = kstrtos32(buf, 0, &res); in tod_correction_store()

Completed in 28 milliseconds