Searched refs:kstrtouint (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kstrtox.h | 130 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint() function 192 return (kstrtouint(cp, base, res)); in kstrtou32() 310 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/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_disk.c | 1331 error = kstrtouint(buf, 0, &val); in param_set_min_auto_ashift() 1351 error = kstrtouint(buf, 0, &val); in param_set_max_auto_ashift()
|
| /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/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1454 ret = kstrtouint(buf, 0, &conf_id); in iwl_dbgfs_fw_dbg_conf_write()
|