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

/linux-master/lib/
H A Dtest-kstrtox.c472 TEST_OK(kstrtos32, s32, "%d", test_s32_ok);
493 TEST_FAIL(kstrtos32, s32, "%d", test_s32_fail);
/linux-master/include/linux/
H A Dkstrtox.h89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) function
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c124 if (kstrtos32(begin, 0, &arg[i]) != 0)
/linux-master/drivers/base/power/
H A Dsysfs.c232 if (!kstrtos32(buf, 0, &value)) {
276 if (kstrtos32(buf, 0, &value) == 0) {
/linux-master/drivers/leds/trigger/
H A Dledtrig-pattern.c168 err = kstrtos32(buf, 10, &res);
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c547 if (kstrtos32(key_text, 0, &serial) < 0)
/linux-master/drivers/thermal/
H A Dthermal_sysfs.c314 if (kstrtos32(buf, 10, &value)) \
/linux-master/drivers/target/iscsi/
H A Discsi_target_configfs.c334 ret = kstrtos32(page, 0, &val);
/linux-master/drivers/usb/gadget/function/
H A Df_midi.c1153 ret = kstrtos32(page, 0, &num); \
/linux-master/drivers/target/
H A Dtarget_core_user.c2726 ret = kstrtos32(page, 0, &val);
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c2137 ret = kstrtos32(buf, 0, &mode);
/linux-master/drivers/ptp/
H A Dptp_ocp.c3566 err = kstrtos32(buf, 0, &res);

Completed in 218 milliseconds