Searched refs:kstrtouint (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 122 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint() function 179 return (kstrtouint(cp, base, res)); in kstrtou32() 291 return (kstrtouint(buf, base, p)); in kstrtouint_from_user()
|
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
H A D | adf_dh895xcc_hw_data.c | 264 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
|
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/ |
H A D | adf_c3xxx_hw_data.c | 241 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
|
/freebsd/sys/dev/qat/qat_hw/qat_c62x/ |
H A D | adf_c62x_hw_data.c | 245 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
|
/freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
H A D | adf_200xx_hw_data.c | 367 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | vdev_disk.c | 1607 error = kstrtouint(buf, 0, &val); in param_set_min_auto_ashift() 1627 error = kstrtouint(buf, 0, &val); in param_set_max_auto_ashift()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.c | 1488 ret = kstrtouint(buf, 0, &conf_id); in _iwl_dbgfs_inject_beacon_ie()
|