Searched refs:kstrtos32 (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/lib/ |
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()
|
/linux-6.3-rc2/include/linux/ |
A D | kstrtox.h | 89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() function
|
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/ |
A D | debug.c | 124 if (kstrtos32(begin, 0, &arg[i]) != 0) in write_file_dump()
|
/linux-6.3-rc2/drivers/base/power/ |
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()
|
/linux-6.3-rc2/drivers/leds/trigger/ |
A D | ledtrig-pattern.c | 168 err = kstrtos32(buf, 10, &res); in repeat_store()
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | asymmetric_type.c | 548 if (kstrtos32(key_text, 0, &serial) < 0) in asymmetric_lookup_restriction()
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_sysfs.c | 352 if (kstrtos32(buf, 10, &value)) \
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_midi.c | 1163 ret = kstrtos32(page, 0, &num); \
|
/linux-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target_configfs.c | 334 ret = kstrtos32(page, 0, &val); in iscsi_nacl_attrib_authentication_store()
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_user.c | 2726 ret = kstrtos32(page, 0, &val); in tcmu_qfull_time_out_store()
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_ocp.c | 3271 err = kstrtos32(buf, 0, &res); in tod_correction_store()
|
Completed in 32 milliseconds