| /linux-6.15/drivers/most/ |
| H A D | configfs.c | 174 strim(mdev_link->direction); in mdev_link_direction_store() 193 strim(mdev_link->datatype); in mdev_link_datatype_store() 208 strim(mdev_link->device); in mdev_link_device_store() 223 strim(mdev_link->channel); in mdev_link_channel_store() 238 strim(mdev_link->comp); in mdev_link_comp_store() 254 strim(mdev_link->comp_params); in mdev_link_comp_params_store()
|
| /linux-6.15/drivers/ssb/ |
| H A D | host_soc.c | 187 err = kstrtou16(strim(buf), 0, &iv->boardinfo.vendor); in ssb_host_soc_get_invariants() 197 err = kstrtou16(strim(buf), 0, &iv->boardinfo.type); in ssb_host_soc_get_invariants()
|
| /linux-6.15/tools/bootconfig/include/linux/ |
| H A D | bootconfig.h | 32 static inline char *strim(char *s) in strim() function
|
| /linux-6.15/tools/include/linux/ |
| H A D | string.h | 49 extern char *strim(char *);
|
| /linux-6.15/security/loadpin/ |
| H A D | loadpin.c | 313 p = strim(p); in read_trusted_verity_root_digests() 315 p = strim(data); in read_trusted_verity_root_digests()
|
| /linux-6.15/arch/s390/boot/ |
| H A D | string.c | 48 char *strim(char *s) in strim() function
|
| /linux-6.15/net/core/ |
| H A D | skb_fault_injection.c | 67 strim(skb_realloc.devname); in devname_write()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_mitigations.c | 48 tok = strim(tok); in mitigations_set()
|
| /linux-6.15/drivers/thermal/testing/ |
| H A D | command.c | 157 strim(buf); in tt_command_process()
|
| /linux-6.15/drivers/misc/lkdtm/ |
| H A D | core.c | 248 strim(buf); in lkdtm_debugfs_entry() 325 strim(buf); in direct_entry()
|
| /linux-6.15/arch/s390/hypfs/ |
| H A D | hypfs_diag_fs.c | 93 strim(name); in part_hdr__part_name() 363 strim(name); in diag224_idx2name()
|
| H A D | hypfs_vm_fs.c | 41 strim(guest_name); in hypfs_vm_create_guest()
|
| /linux-6.15/tools/lib/ |
| H A D | string.c | 139 char *strim(char *s) in strim() function
|
| /linux-6.15/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptpf_ucode.c | 1343 val = strim(val); in ucode_load_store() 1350 tmp = strim(strsep(&val, ":")); in ucode_load_store() 1357 val = strim(val); in ucode_load_store() 1365 tmp = strim(strsep(&val, ":")); in ucode_load_store() 1370 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store() 1377 tmp = strim(strsep(&val, ":")); in ucode_load_store() 1382 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store()
|
| /linux-6.15/lib/ |
| H A D | bootconfig.c | 594 v = strim(v); in __xbc_parse_value() 681 k = strim(k); in __xbc_parse_keys() 751 *k = strim(*k); in xbc_parse_key()
|
| H A D | string_helpers.c | 858 char *strim(char *s) in strim() function 874 EXPORT_SYMBOL(strim);
|
| /linux-6.15/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_ucode.c | 1608 val = strim(val); in otx2_cpt_dl_custom_egrp_create() 1618 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create() 1623 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create() 1633 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create() 1638 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create() 1648 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create() 1653 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
|
| /linux-6.15/drivers/dma/ |
| H A D | dmatest.c | 1112 strscpy(params->channel, strim(test_channel), sizeof(params->channel)); in add_threaded_test() 1113 strscpy(params->device, strim(test_device), sizeof(params->device)); in add_threaded_test() 1253 strim(test_channel)) == 0) { in dmatest_chan_set() 1277 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set() 1278 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()
|
| /linux-6.15/include/linux/ |
| H A D | string.h | 187 extern char *strim(char *); 191 return strim(str); in strstrip()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | early.c | 95 s = strim(str); in strim_all()
|
| /linux-6.15/drivers/staging/fbtft/ |
| H A D | fbtft-sysfs.c | 47 str_p = strim(tmp); in fbtft_gamma_parse_str()
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | qcom_stats.c | 164 strim(stat_type); in qcom_create_soc_sleep_stat_files()
|
| /linux-6.15/security/apparmor/include/ |
| H A D | lib.h | 162 hname = strim((char *)hname); in basename()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-init.c | 98 *str = strim(*str); in str_field_delimit()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | auth.c | 63 host->dhchap_ctrl_secret = strim(dhchap_secret); in nvmet_auth_set_key() 67 host->dhchap_secret = strim(dhchap_secret); in nvmet_auth_set_key()
|