Home
last modified time | relevance | path

Searched refs:kstrtou8 (Results 1 - 25 of 143) sorted by relevance

123456

/kernel/linux/linux-5.10/lib/
H A Dkstrtox.c297 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8() function
310 EXPORT_SYMBOL(kstrtou8); variable
413 kstrto_from_user(kstrtou8_from_user, kstrtou8, u8);
H A Dtest-kstrtox.c614 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()
/kernel/linux/linux-6.6/lib/
H A Dkstrtox.c307 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8() function
320 EXPORT_SYMBOL(kstrtou8); variable
430 kstrto_from_user(kstrtou8_from_user, kstrtou8, u8);
H A Dtest-kstrtox.c614 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()
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c79 ret = kstrtou8(buf, 10, &val); in boot_on_ac_store()
209 ret = kstrtou8(buf, 10, &val); in usb_charge_store()
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c79 ret = kstrtou8(buf, 10, &val); in boot_on_ac_store()
208 ret = kstrtou8(buf, 10, &val); in usb_charge_store()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c248 r = kstrtou8(buf, 0, &alpha); in overlay_global_alpha_store()
290 r = kstrtou8(buf, 0, &alpha); in overlay_pre_mult_alpha_store()
330 r = kstrtou8(buf, 0, &zorder); in overlay_zorder_store()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c249 r = kstrtou8(buf, 0, &alpha); in overlay_global_alpha_store()
291 r = kstrtou8(buf, 0, &alpha); in overlay_pre_mult_alpha_store()
331 r = kstrtou8(buf, 0, &zorder); in overlay_zorder_store()
/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-pin-error-inj.c152 } else if (!kstrtou8(token, 0, &op)) { in cec_pin_error_inj_parse_line()
177 has_pos = !kstrtou8(p, 0, &pos); in cec_pin_error_inj_parse_line()
/kernel/linux/linux-5.10/net/sunrpc/
H A Daddr.c304 * @uaddr does not have to be '\0'-terminated, but kstrtou8() and
327 if (unlikely(kstrtou8(c + 1, 10, &portlo) != 0)) in rpc_uaddr2sockaddr()
334 if (unlikely(kstrtou8(c + 1, 10, &porthi) != 0)) in rpc_uaddr2sockaddr()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H A Dcec-pin-error-inj.c152 } else if (!kstrtou8(token, 0, &op)) { in cec_pin_error_inj_parse_line()
177 has_pos = !kstrtou8(p, 0, &pos); in cec_pin_error_inj_parse_line()
/kernel/linux/linux-6.6/net/sunrpc/
H A Daddr.c304 * @uaddr does not have to be '\0'-terminated, but kstrtou8() and
327 if (unlikely(kstrtou8(c + 1, 10, &portlo) != 0)) in rpc_uaddr2sockaddr()
334 if (unlikely(kstrtou8(c + 1, 10, &porthi) != 0)) in rpc_uaddr2sockaddr()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dds2781_battery.c478 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pmod_enabled()
526 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_sense_resistor_value()
607 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pio_pin()
H A Dds2780_battery.c476 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pmod_enabled()
524 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_sense_resistor_value()
605 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pio_pin()
/kernel/linux/linux-5.10/drivers/staging/iio/resolver/
H A Dad2s1210.c297 ret = kstrtou8(buf, 16, &udata); in ad2s1210_store_control()
348 ret = kstrtou8(buf, 10, &udata); in ad2s1210_store_resolution()
446 ret = kstrtou8(buf, 10, &data); in ad2s1210_store_reg()
/kernel/linux/linux-6.6/drivers/staging/iio/resolver/
H A Dad2s1210.c298 ret = kstrtou8(buf, 16, &udata); in ad2s1210_store_control()
349 ret = kstrtou8(buf, 10, &udata); in ad2s1210_store_resolution()
447 ret = kstrtou8(buf, 10, &data); in ad2s1210_store_reg()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dds2781_battery.c478 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pmod_enabled()
526 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_sense_resistor_value()
607 ret = kstrtou8(buf, 0, &new_setting); in ds2781_set_pio_pin()
H A Dds2780_battery.c476 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pmod_enabled()
524 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_sense_resistor_value()
605 ret = kstrtou8(buf, 0, &new_setting); in ds2780_set_pio_pin()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1418 if (kstrtou8(token, 0, &pstream.user_pri)) in ath6kl_create_qos_write()
1424 if (kstrtou8(token, 0, &pstream.traffic_direc)) in ath6kl_create_qos_write()
1430 if (kstrtou8(token, 0, &pstream.traffic_class)) in ath6kl_create_qos_write()
1436 if (kstrtou8(token, 0, &pstream.traffic_type)) in ath6kl_create_qos_write()
1442 if (kstrtou8(token, 0, &pstream.voice_psc_cap)) in ath6kl_create_qos_write()
1483 if (kstrtou8(token, 0, &pstream.tsid)) in ath6kl_create_qos_write()
1595 if (kstrtou8(token, 0, &traffic_class)) in ath6kl_delete_qos_write()
1601 if (kstrtou8(token, 0, &tsid)) in ath6kl_delete_qos_write()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1418 if (kstrtou8(token, 0, &pstream.user_pri)) in ath6kl_create_qos_write()
1424 if (kstrtou8(token, 0, &pstream.traffic_direc)) in ath6kl_create_qos_write()
1430 if (kstrtou8(token, 0, &pstream.traffic_class)) in ath6kl_create_qos_write()
1436 if (kstrtou8(token, 0, &pstream.traffic_type)) in ath6kl_create_qos_write()
1442 if (kstrtou8(token, 0, &pstream.voice_psc_cap)) in ath6kl_create_qos_write()
1483 if (kstrtou8(token, 0, &pstream.tsid)) in ath6kl_create_qos_write()
1595 if (kstrtou8(token, 0, &traffic_class)) in ath6kl_delete_qos_write()
1601 if (kstrtou8(token, 0, &tsid)) in ath6kl_delete_qos_write()
/kernel/linux/linux-5.10/include/linux/
H A Dkstrtox.h96 int __must_check kstrtou8(const char *s, unsigned int base, u8 *res);
/kernel/linux/linux-6.6/include/linux/
H A Dkstrtox.h96 int __must_check kstrtou8(const char *s, unsigned int base, u8 *res);
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dops-tx4927.c200 if (kstrtou8(str + 7, 0, &val) == 0) in tx4927_pcibios_setup()
206 if (kstrtou8(str + 8, 0, &val) == 0) in tx4927_pcibios_setup()
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dops-tx4927.c200 if (kstrtou8(str + 7, 0, &val) == 0) in tx4927_pcibios_setup()
206 if (kstrtou8(str + 8, 0, &val) == 0) in tx4927_pcibios_setup()
/kernel/linux/linux-5.10/drivers/pci/endpoint/
H A Dpci-ep-cfs.c244 ret = kstrtou8(page, 0, &val); \
257 ret = kstrtou8(page, 0, &val); in pci_epf_msi_interrupts_store()

Completed in 21 milliseconds

123456