/linux-4.4.14/lib/ |
D | kstrtox.c | 294 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8() function 307 EXPORT_SYMBOL(kstrtou8); 346 kstrto_from_user(kstrtou8_from_user, kstrtou8, u8);
|
D | test-kstrtox.c | 614 TEST_OK(kstrtou8, u8, "%hhu", test_u8_ok); in test_kstrtou8_ok() 649 TEST_FAIL(kstrtou8, u8, "%hhu", test_u8_fail); in test_kstrtou8_fail()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | overlay-sysfs.c | 259 r = kstrtou8(buf, 0, &alpha); in overlay_global_alpha_store() 301 r = kstrtou8(buf, 0, &alpha); in overlay_pre_mult_alpha_store() 341 r = kstrtou8(buf, 0, &zorder); in overlay_zorder_store()
|
/linux-4.4.14/net/sunrpc/ |
D | addr.c | 330 if (unlikely(kstrtou8(c + 1, 10, &portlo) != 0)) in rpc_uaddr2sockaddr() 337 if (unlikely(kstrtou8(c + 1, 10, &porthi) != 0)) in rpc_uaddr2sockaddr()
|
/linux-4.4.14/drivers/power/ |
D | ds2781_battery.c | 487 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pmod_enabled() 535 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_sense_resistor_value() 616 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pio_pin()
|
D | ds2780_battery.c | 485 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pmod_enabled() 533 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_sense_resistor_value() 614 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pio_pin()
|
D | bq24190_charger.c | 455 ret = kstrtou8(buf, 0, &v); in bq24190_sysfs_store()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1416 if (kstrtou8(token, 0, &pstream.user_pri)) in ath6kl_create_qos_write() 1422 if (kstrtou8(token, 0, &pstream.traffic_direc)) in ath6kl_create_qos_write() 1428 if (kstrtou8(token, 0, &pstream.traffic_class)) in ath6kl_create_qos_write() 1434 if (kstrtou8(token, 0, &pstream.traffic_type)) in ath6kl_create_qos_write() 1440 if (kstrtou8(token, 0, &pstream.voice_psc_cap)) in ath6kl_create_qos_write() 1481 if (kstrtou8(token, 0, &pstream.tsid)) in ath6kl_create_qos_write() 1593 if (kstrtou8(token, 0, &traffic_class)) in ath6kl_delete_qos_write() 1599 if (kstrtou8(token, 0, &tsid)) in ath6kl_delete_qos_write()
|
/linux-4.4.14/drivers/staging/iio/resolver/ |
D | ad2s1210.c | 293 ret = kstrtou8(buf, 16, &udata); in ad2s1210_store_control() 349 ret = kstrtou8(buf, 10, &udata); in ad2s1210_store_resolution() 451 ret = kstrtou8(buf, 10, &data); in ad2s1210_store_reg()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | idle.c | 177 if (kstrtou8(buf, 0, &val) || val != 1) in store_fastsleep_workaround_applyonce()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_ether_configfs.h | 127 ret = kstrtou8(page, 0, &val); \
|
D | f_sourcesink.c | 928 ret = kstrtou8(page, 0, &num); in f_ss_opts_pattern_store() 971 ret = kstrtou8(page, 0, &num); in f_ss_opts_isoc_interval_store() 1057 ret = kstrtou8(page, 0, &num); in f_ss_opts_isoc_mult_store() 1100 ret = kstrtou8(page, 0, &num); in f_ss_opts_isoc_maxburst_store()
|
D | uvc_configfs.c | 1407 ret = kstrtou8(page, 0, &num); \ 1608 ret = kstrtou8(page, 0, &num); \ 2252 UVCG_OPTS_ATTR(streaming_interval, identity_conv, kstrtou8, u8, identity_conv, 2256 UVCG_OPTS_ATTR(streaming_maxburst, identity_conv, kstrtou8, u8, identity_conv,
|
D | f_mass_storage.c | 3260 ret = kstrtou8(num_str, 0, &num); in fsg_lun_make() 3400 ret = kstrtou8(page, 0, &num); in fsg_opts_num_buffers_store()
|
/linux-4.4.14/drivers/input/misc/ |
D | ideapad_slidebar.c | 189 error = kstrtou8(buf, 0, &mode); in store_slidebar_mode()
|
D | adxl34x.c | 546 error = kstrtou8(buf, 10, &val); in adxl34x_rate_store()
|
D | ims-pcu.c | 1338 error = kstrtou8(buf, 0, &value); in ims_pcu_ofn_reg_data_store() 1376 error = kstrtou8(buf, 0, &value); in ims_pcu_ofn_reg_addr_store()
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-tx4927.c | 204 if (kstrtou8(str + 7, 0, &val) == 0) in tx4927_pcibios_setup() 210 if (kstrtou8(str + 8, 0, &val) == 0) in tx4927_pcibios_setup()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | configfs.c | 154 ret = kstrtou8(page, 0, &val); \ 486 ret = kstrtou8(page, 0, &val); in gadget_config_desc_bmAttributes_store() 648 ret = kstrtou8(num_str, 0, &num); in config_desc_make() 777 ret = kstrtou8(page, 0, &b_vendor_code); in os_desc_b_vendor_code_store() 917 ret = kstrtou8(page, 0, &type); in ext_prop_type_store()
|
/linux-4.4.14/drivers/edac/ |
D | highbank_mc_edac.c | 117 if (kstrtou8(buf, 16, &synd)) in highbank_mc_inject_ctrl()
|
/linux-4.4.14/drivers/mfd/ |
D | ab3100-core.c | 523 err = kstrtou8(&buf[regp], 16, &user_reg); in ab3100_get_set_reg() 555 err = kstrtou8(&buf[valp], 16, &user_value); in ab3100_get_set_reg()
|
D | lm3533-core.c | 306 if (kstrtou8(buf, 0, &val)) in store_output()
|
/linux-4.4.14/drivers/staging/iio/cdc/ |
D | ad7746.c | 379 ret = kstrtou8(buf, 10, &data); in ad7746_store_cap_filter_rate_setup() 419 ret = kstrtou8(buf, 10, &data); in ad7746_store_vt_filter_rate_setup()
|
D | ad7152.c | 189 ret = kstrtou8(buf, 10, &data); in ad7152_store_filter_rate_setup()
|
D | ad7150.c | 386 ret = kstrtou8(buf, 10, &data); in ad7150_store_timeout()
|
/linux-4.4.14/drivers/staging/iio/addac/ |
D | adt7316.c | 421 ret = kstrtou8(buf, 10, &data); in adt7316_store_ad_channel() 829 ret = kstrtou8(buf, 16, &data); in adt7316_store_DAC_2Vref_ch_mask() 889 ret = kstrtou8(buf, 10, &data); in adt7316_store_DAC_update_mode() 946 ret = kstrtou8(buf, 16, &data); in adt7316_store_update_DAC() 1088 ret = kstrtou8(buf, 16, &data); in adt7316_store_DAC_internal_Vref() 1098 ret = kstrtou8(buf, 16, &data); in adt7316_store_DAC_internal_Vref()
|
/linux-4.4.14/drivers/staging/iio/accel/ |
D | sca3000_ring.c | 174 ret = kstrtou8(buf, 10, &val); in sca3000_set_ring_int()
|
D | sca3000_core.c | 351 ret = kstrtou8(buf, 10, &val); in sca3000_store_measurement_mode() 907 ret = kstrtou8(buf, 10, &val); in sca3000_set_free_fall_mode()
|
/linux-4.4.14/drivers/hid/ |
D | hid-gt683r.c | 116 if (kstrtou8(buf, 10, &sysfs_mode) || sysfs_mode > 2) in mode_store()
|
D | wacom_sys.c | 1114 if (kstrtou8(buf, 0, &new_speed)) in wacom_store_speed()
|
/linux-4.4.14/drivers/leds/ |
D | leds-lm3533.c | 392 if (kstrtou8(buf, 0, &val) || val > LM3533_RISEFALLTIME_MAX) in store_risefalltime() 597 if (kstrtou8(buf, 0, &val)) in store_pwm()
|
D | leds-blinkm.c | 183 ret = kstrtou8(buf, 10, &value); in store_color_common()
|
/linux-4.4.14/drivers/video/backlight/ |
D | lm3533_bl.c | 214 if (kstrtou8(buf, 0, &val)) in store_pwm()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_netdev.c | 407 ret = kstrtou8(buf, 0, &val); in ieee80211_if_parse_uapsd_queues() 467 ret = kstrtou8(buf, 0, &val); in ieee80211_if_parse_tdls_wider_bw()
|
/linux-4.4.14/drivers/input/mouse/ |
D | trackpoint.c | 135 err = kstrtou8(buf, 10, &value); in trackpoint_set_int_attr()
|
D | elantech.c | 1313 err = kstrtou8(buf, 16, &value); in elantech_set_int_attr()
|
/linux-4.4.14/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.c | 377 ret = kstrtou8(buf, 10, &val); in ms_sensors_write_heater()
|
/linux-4.4.14/drivers/staging/iio/meter/ |
D | ade7759.c | 189 ret = kstrtou8(buf, 10, &val); in ade7759_write_8bit()
|
D | ade7753.c | 190 ret = kstrtou8(buf, 10, &val); in ade7753_write_8bit()
|
D | ade7754.c | 190 ret = kstrtou8(buf, 10, &val); in ade7754_write_8bit()
|
D | ade7854.c | 105 ret = kstrtou8(buf, 10, &val); in ade7854_write_8bit()
|
D | ade7758_core.c | 274 ret = kstrtou8(buf, 10, &val); in ade7758_write_8bit()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | viafbdev.c | 1158 if (kstrtou8(value, 0, ®_val) < 0) in viafb_dvp0_proc_write() 1229 if (kstrtou8(value, 0, ®_val) < 0) in viafb_dvp1_proc_write() 1388 if (kstrtou8(value, 0, ®_val.Data) < 0) in viafb_vt1636_proc_write() 1425 if (kstrtou8(value, 0, ®_val.Data) < 0) in viafb_vt1636_proc_write()
|
/linux-4.4.14/drivers/hwmon/ |
D | nct7802.c | 152 err = kstrtou8(buf, 0, &val); in store_pwm() 184 ret = kstrtou8(buf, 0, &val); in store_pwm_enable()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 357 int __must_check kstrtou8(const char *s, unsigned int base, u8 *res);
|
/linux-4.4.14/drivers/iio/light/ |
D | lm3533-als.c | 549 if (kstrtou8(buf, 0, &val)) in store_als_attr()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 593 if (kstrtou8(eoc, 16, &type) || kstrtou8(psep, 16, &value)) { in gigaset_handle_modem_response()
|
/linux-4.4.14/kernel/ |
D | params.c | 291 STANDARD_PARAM_DEF(byte, unsigned char, "%hhu", kstrtou8);
|
/linux-4.4.14/drivers/usb/core/ |
D | sysfs.c | 525 if (kstrtou8(buf, 0, &besl) || besl > 15) in usb2_lpm_besl_store()
|
/linux-4.4.14/net/ipv4/ |
D | ipconfig.c | 1587 if (kstrtou8(client_id, 0, dhcp_client_identifier)) in ic_proto_name()
|
/linux-4.4.14/drivers/platform/x86/ |
D | dell-laptop.c | 1954 ret = kstrtou8(buf, 10, &setting); in kbd_led_als_setting_store()
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 1502 ret = kstrtou8(buf, 0, &val); \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs-vif.c | 1261 ret = kstrtou8(buf, 0, &value); in iwl_dbgfs_low_latency_write()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1074 if (kstrtou8(buf, 0, &et_swtype)) in bgmac_chip_reset()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchipset.c | 552 if (kstrtou8(buf, 10, &tool_action)) in toolaction_store()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 1421 if (kstrtou8(buffer, 16, &key[i])) in crypt_decode_key()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_port.c | 2637 ret = kstrtou8(buf, 10, &bytes); in serial8250_set_attr_rx_trig_bytes()
|
/linux-4.4.14/drivers/scsi/ |
D | pmcraid.c | 4144 if (kstrtou8(buf, 10, &val)) in pmcraid_store_log_level()
|