Symbol: kstrtou8
arch/mips/pci/ops-tx4927.c
204
if (kstrtou8(str + 7, 0, &val) == 0)
arch/mips/pci/ops-tx4927.c
210
if (kstrtou8(str + 8, 0, &val) == 0)
arch/powerpc/platforms/powernv/idle.c
185
if (kstrtou8(buf, 0, &val) || val != 1)
drivers/acpi/sysfs.c
829
ret = kstrtou8(val, 0, &gpe);
drivers/counter/counter-sysfs.c
150
err = kstrtou8(buf, 0, &data);
drivers/cpufreq/amd-pstate-ut.c
350
ret = kstrtou8(buf, 0, &val);
drivers/cpufreq/amd-pstate.c
1413
ret = kstrtou8(buf, 0, &epp);
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
523
if (kstrtou8(buf, 0, &sso_pf_func_ovrd))
drivers/edac/highbank_mc_edac.c
106
if (kstrtou8(buf, 16, &synd))
drivers/edac/versal_edac.c
871
ret = kstrtou8(token[0], 0, &ue0);
drivers/edac/versal_edac.c
875
ret = kstrtou8(token[1], 0, &ue1);
drivers/edac/zynqmp_edac.c
316
ret = kstrtou8(token[0], 0, &priv->ue_bitpos[0]);
drivers/edac/zynqmp_edac.c
320
ret = kstrtou8(token[1], 0, &priv->ue_bitpos[1]);
drivers/fpga/dfl-fme-error.c
184
if (kstrtou8(buf, 0, &inject_error))
drivers/gpu/drm/drm_mipi_dbi.c
1275
ret = kstrtou8(token, 16, &val);
drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
741
ret = kstrtou8(buf, 10, &val);
drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
775
ret = kstrtou8(buf, 10, &val);
drivers/gpu/drm/xe/xe_configfs.c
490
if (kstrtou8(pattern, 10, &instance))
drivers/hid/hid-appletb-kbd.c
134
ret = kstrtou8(buf, 0, &mode);
drivers/hid/hid-corsair-void.c
380
if (kstrtou8(buf, 10, &alert_id) || alert_id >= 2)
drivers/hid/hid-ft260.c
890
u8, u8, kstrtou8)
drivers/hid/hid-gt683r.c
105
if (kstrtou8(buf, 10, &sysfs_mode) || sysfs_mode > 2)
drivers/hid/hid-lenovo-go-s.c
1028
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-lenovo-go-s.c
502
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-lenovo-go-s.c
549
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-lenovo-go.c
1639
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-lenovo-go.c
908
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-lenovo-go.c
911
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-oxp.c
1285
ret = kstrtou8(buf, 10, &val);
drivers/hid/hid-oxp.c
905
ret = kstrtou8(buf, 10, &val);
drivers/hid/wacom_sys.c
1874
if (kstrtou8(buf, 0, &new_speed))
drivers/hwmon/amc6821.c
649
ret = kstrtou8(buf, 10, &val);
drivers/hwmon/max31760.c
435
ret = kstrtou8(buf, 10, &pwm);
drivers/hwmon/nct7802.c
164
err = kstrtou8(buf, 0, &val);
drivers/hwmon/nct7802.c
196
ret = kstrtou8(buf, 0, &val);
drivers/hwmon/sht3x.c
633
ret = kstrtou8(buf, 0, &val);
drivers/hwtracing/coresight/coresight-tmc-core.c
547
ret = kstrtou8(buf, 0, &val);
drivers/i2c/busses/i2c-taos-evm.c
130
if (kstrtou8(p + 1, 16, &data->byte))
drivers/iio/common/ms_sensors/ms_sensors_i2c.c
376
ret = kstrtou8(buf, 10, &val);
drivers/iio/light/lm3533-als.c
545
if (kstrtou8(buf, 0, &val))
drivers/infiniband/core/cma_configfs.c
172
ret = kstrtou8(buf, 0, &tos);
drivers/input/misc/adxl34x.c
544
error = kstrtou8(buf, 10, &val);
drivers/input/misc/ideapad_slidebar.c
173
error = kstrtou8(buf, 0, &mode);
drivers/input/misc/ims-pcu.c
1389
error = kstrtou8(buf, 0, &value);
drivers/input/misc/ims-pcu.c
1426
error = kstrtou8(buf, 0, &value);
drivers/input/mouse/elantech.c
1297
err = kstrtou8(buf, 16, &value);
drivers/input/mouse/trackpoint.c
128
err = kstrtou8(buf, 10, &value);
drivers/leds/leds-blinkm.c
174
ret = kstrtou8(buf, 10, &value);
drivers/leds/leds-lm3533.c
374
if (kstrtou8(buf, 0, &val) || val > LM3533_RISEFALLTIME_MAX)
drivers/leds/leds-lm3533.c
579
if (kstrtou8(buf, 0, &val))
drivers/leds/trigger/ledtrig-gpio.c
59
ret = kstrtou8(buf, 10, &desired_brightness);
drivers/media/cec/core/cec-pin-error-inj.c
191
} else if (!kstrtou8(token, 0, &op)) {
drivers/media/cec/core/cec-pin-error-inj.c
216
has_pos = !kstrtou8(p, 0, &pos);
drivers/mfd/lm3533-core.c
300
if (kstrtou8(buf, 0, &val))
drivers/net/can/grcan.c
1483
ret = kstrtou8(buf, 0, &val); \
drivers/net/ethernet/broadcom/bgmac.c
949
if (kstrtou8(buf, 0, &et_swtype))
drivers/net/ethernet/broadcom/bgmac.c
972
if (kstrtou8(buf, 0, &et_swtype))
drivers/net/usb/qmi_wwan.c
416
if (kstrtou8(buf, 0, &mux_id))
drivers/net/usb/qmi_wwan.c
455
if (kstrtou8(buf, 0, &mux_id))
drivers/net/wireless/ath/ath6kl/debug.c
1419
if (kstrtou8(token, 0, &pstream.user_pri))
drivers/net/wireless/ath/ath6kl/debug.c
1425
if (kstrtou8(token, 0, &pstream.traffic_direc))
drivers/net/wireless/ath/ath6kl/debug.c
1431
if (kstrtou8(token, 0, &pstream.traffic_class))
drivers/net/wireless/ath/ath6kl/debug.c
1437
if (kstrtou8(token, 0, &pstream.traffic_type))
drivers/net/wireless/ath/ath6kl/debug.c
1443
if (kstrtou8(token, 0, &pstream.voice_psc_cap))
drivers/net/wireless/ath/ath6kl/debug.c
1484
if (kstrtou8(token, 0, &pstream.tsid))
drivers/net/wireless/ath/ath6kl/debug.c
1596
if (kstrtou8(token, 0, &traffic_class))
drivers/net/wireless/ath/ath6kl/debug.c
1602
if (kstrtou8(token, 0, &tsid))
drivers/net/wireless/intel/iwlwifi/mld/debugfs.c
648
ret = kstrtou8(buf, 0, &value);
drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c
476
ret = kstrtou8(buf, 0, &value);
drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c
514
ret = kstrtou8(buf, 0, &value);
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1580
ret = kstrtou8(token, 16, ptr);
drivers/net/wireless/realtek/rtw89/debug.c
3791
ret = kstrtou8(buf, 0, &crash_type);
drivers/pci/endpoint/pci-ep-cfs.c
372
if (kstrtou8(page, 0, &val) < 0) \
drivers/pci/endpoint/pci-ep-cfs.c
383
if (kstrtou8(page, 0, &val) < 0)
drivers/platform/chrome/wilco_ec/debugfs.c
83
if (kstrtou8(tmp, 16, &byte))
drivers/platform/chrome/wilco_ec/sysfs.c
208
ret = kstrtou8(buf, 10, &val);
drivers/platform/chrome/wilco_ec/sysfs.c
79
ret = kstrtou8(buf, 10, &val);
drivers/platform/x86/asus-wmi.c
3554
result = kstrtou8(buf, 10, &new_mode);
drivers/platform/x86/asus-wmi.c
3731
err = kstrtou8(buf, 10, &value);
drivers/platform/x86/asus-wmi.c
4150
result = kstrtou8(buf, 10, &new_mode);
drivers/platform/x86/dell/dell-laptop.c
1936
ret = kstrtou8(buf, 10, &setting);
drivers/platform/x86/msi-ec.c
1211
result = kstrtou8(buf, 10, &wdata);
drivers/power/supply/bq24190_charger.c
525
ret = kstrtou8(buf, 0, &v);
drivers/power/supply/ds2780_battery.c
476
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/ds2780_battery.c
524
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/ds2780_battery.c
605
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/ds2781_battery.c
478
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/ds2781_battery.c
526
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/ds2781_battery.c
607
ret = kstrtou8(buf, 0, &new_setting);
drivers/power/supply/huawei-gaokun-battery.c
526
if (kstrtou8(buf, 10, &delay))
drivers/ptp/ptp_ocp.c
3859
err = kstrtou8(buf, 0, &val);
drivers/scsi/pmcraid.c
3568
if (kstrtou8(buf, 10, &val))
drivers/scsi/smartpqi/smartpqi_init.c
7067
if (kstrtou8(buffer, 0, &set_stream_detection))
drivers/scsi/smartpqi/smartpqi_init.c
7094
if (kstrtou8(buffer, 0, &set_r5_writes))
drivers/scsi/smartpqi/smartpqi_init.c
7121
if (kstrtou8(buffer, 0, &set_r6_writes))
drivers/scsi/smartpqi/smartpqi_init.c
7493
if (kstrtou8(buf, 0, &ncq_prio_enable))
drivers/soundwire/mipi_disco.c
396
ret = kstrtou8(&prop_val[len - 1], 10, &lane);
drivers/staging/greybus/light.c
194
ret = kstrtou8(buf, 0, &fade); \
drivers/staging/iio/addac/adt7316.c
1056
ret = kstrtou8(buf, 16, &data);
drivers/staging/iio/addac/adt7316.c
1066
ret = kstrtou8(buf, 16, &data);
drivers/staging/iio/addac/adt7316.c
413
ret = kstrtou8(buf, 10, &data);
drivers/staging/iio/addac/adt7316.c
812
ret = kstrtou8(buf, 16, &data);
drivers/staging/iio/addac/adt7316.c
872
ret = kstrtou8(buf, 10, &data);
drivers/staging/iio/addac/adt7316.c
927
ret = kstrtou8(buf, 16, &data);
drivers/staging/media/atomisp/pci/atomisp_csi2_bridge.c
225
if (str_has_prefix(name, "CLK") && !kstrtou8(&name[3], 10, &clock_num) &&
drivers/target/iscsi/cxgbit/cxgbit_target.c
737
if (kstrtou8(param->value, 0, &erl) < 0)
drivers/target/target_core_configfs.c
1259
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_configfs.c
1277
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_user.c
282
ret = kstrtou8(str, 0, &val);
drivers/target/target_core_user.c
2966
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_user.c
3003
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_user.c
3045
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_user.c
3077
ret = kstrtou8(page, 0, &val);
drivers/target/target_core_user.c
328
ret = kstrtou8(str, 0, &val);
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c
63
if (kstrtou8(buf, 0, &state))
drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
103
ret = kstrtou8(arg, 16, &offset);
drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
68
ret = kstrtou8(arg, 16, &slider_val);
drivers/thermal/intel/int340x_thermal/processor_thermal_wt_hint.c
97
if (kstrtou8(buf, 10, &mode) || mode > 1)
drivers/thermal/intel/intel_powerclamp.c
227
ret = kstrtou8(arg, 10, &new_max_idle);
drivers/thunderbolt/debugfs.c
314
if (kstrtou8(field, 0, reg))
drivers/thunderbolt/debugfs.c
322
if (kstrtou8(field, 0, &data[i]))
drivers/tty/serial/8250/8250_port.c
3078
ret = kstrtou8(buf, 10, &bytes);
drivers/usb/core/sysfs.c
565
if (kstrtou8(buf, 0, &besl) || besl > 15)
drivers/usb/gadget/configfs.c
1045
ret = kstrtou8(page, 0, &b_vendor_code);
drivers/usb/gadget/configfs.c
1164
ret = kstrtou8(page, 0, &b_vendor_code);
drivers/usb/gadget/configfs.c
1299
ret = kstrtou8(page, 0, &type);
drivers/usb/gadget/configfs.c
162
ret = kstrtou8(page, 0, &val); \
drivers/usb/gadget/configfs.c
561
ret = kstrtou8(page, 0, &val);
drivers/usb/gadget/configfs.c
726
ret = kstrtou8(num_str, 0, &num);
drivers/usb/gadget/function/f_acm.c
843
ret = kstrtou8(page, 0, &opts->protocol);
drivers/usb/gadget/function/f_mass_storage.c
3307
ret = kstrtou8(num_str, 0, &num);
drivers/usb/gadget/function/f_mass_storage.c
3448
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_sourcesink.c
1051
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_sourcesink.c
1094
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_sourcesink.c
1137
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_sourcesink.c
922
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_sourcesink.c
965
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/f_uac2.c
1881
#define uac2_kstrtou8 kstrtou8
drivers/usb/gadget/function/u_ether_configfs.h
124
ret = kstrtou8(page, 0, &val); \
drivers/usb/gadget/function/uvc_configfs.c
1525
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/uvc_configfs.c
2404
ret = kstrtou8(page, 0, &num); \
drivers/usb/gadget/function/uvc_configfs.c
2601
ret = kstrtou8(page, 0, &num); \
drivers/usb/gadget/function/uvc_configfs.c
2793
ret = kstrtou8(page, 0, &num); \
drivers/usb/gadget/function/uvc_configfs.c
712
result = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/uvc_configfs.c
829
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/uvc_configfs.c
864
ret = kstrtou8(page, 0, &num);
drivers/usb/gadget/function/uvc_configfs.c
917
ret = kstrtou8(page, 0, &num);
drivers/usb/host/xhci-dbgcap.c
1435
ret = kstrtou8(buf, 0, &value);
drivers/usb/serial/ftdi_sio.c
1650
if (kstrtou8(valbuf, 10, &v))
drivers/usb/typec/class.c
507
int err = kstrtou8(buf, 10, &val);
drivers/video/backlight/lm3533_bl.c
203
if (kstrtou8(buf, 0, &val))
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
249
r = kstrtou8(buf, 0, &alpha);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
291
r = kstrtou8(buf, 0, &alpha);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
331
r = kstrtou8(buf, 0, &zorder);
drivers/video/fbdev/via/viafbdev.c
1145
if (kstrtou8(value, 0, &reg_val) < 0)
drivers/video/fbdev/via/viafbdev.c
1215
if (kstrtou8(value, 0, &reg_val) < 0)
drivers/video/fbdev/via/viafbdev.c
1371
if (kstrtou8(value, 0, &reg_val.Data) < 0)
drivers/video/fbdev/via/viafbdev.c
1408
if (kstrtou8(value, 0, &reg_val.Data) < 0)
fs/btrfs/sysfs.c
2434
ret = kstrtou8(buf, 10, &new_thres);
fs/nfsd/export.c
114
if (kstrtou8(buf, 10, &fsidtype))
include/linux/kstrtox.h
96
int __must_check kstrtou8(const char *s, unsigned int base, u8 *res);
kernel/params.c
234
STANDARD_PARAM_DEF(byte, unsigned char, "%hhu", kstrtou8);
lib/kstrtox.c
327
EXPORT_SYMBOL(kstrtou8);
lib/kstrtox.c
441
kstrto_from_user(kstrtou8_from_user, kstrtou8, u8);
lib/test-kstrtox.c
620
TEST_OK(kstrtou8, u8, "%hhu", test_u8_ok);
lib/test-kstrtox.c
655
TEST_FAIL(kstrtou8, u8, "%hhu", test_u8_fail);
lib/test_firmware.c
427
ret = kstrtou8(buf, 10, &val);
mm/mempolicy.c
3647
kstrtou8(buf, 0, &weight) || weight == 0)
net/ipv4/ipconfig.c
1686
if (kstrtou8(client_id, 0, dhcp_client_identifier))
net/mac80211/debugfs_netdev.c
533
ret = kstrtou8(buf, 0, &val);
net/mac80211/debugfs_netdev.c
593
ret = kstrtou8(buf, 0, &val);
net/sunrpc/addr.c
327
if (unlikely(kstrtou8(c + 1, 10, &portlo) != 0))
net/sunrpc/addr.c
334
if (unlikely(kstrtou8(c + 1, 10, &porthi) != 0))