Home
last modified time | relevance | path

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

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