Home
last modified time | relevance | path

Searched refs:kstrtouint (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h122 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 Dadf_dh895xcc_hw_data.c264 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c241 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c245 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c367 if (kstrtouint(val, 0, storage_enabled)) in get_storage_enabled()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1607 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 Ddebugfs.c1488 ret = kstrtouint(buf, 0, &conf_id); in _iwl_dbgfs_inject_beacon_ie()