Home
last modified time | relevance | path

Searched refs:strim (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/most/
H A Dconfigfs.c174 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/drivers/ssb/
H A Dhost_soc.c187 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/tools/bootconfig/include/linux/
H A Dbootconfig.h32 static inline char *strim(char *s) in strim() function
/linux/security/loadpin/
H A Dloadpin.c304 p = strim(p); in read_trusted_verity_root_digests()
306 p = strim(data); in read_trusted_verity_root_digests()
/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c92 strim(name); in part_hdr__part_name()
344 strim(name); in diag224_idx2name()
H A Dhypfs_vm_fs.c40 strim(guest_name); in hypfs_vm_create_guest()
/linux/drivers/thermal/testing/
H A Dcommand.c147 strim(s); in tt_command_process()
/linux/drivers/misc/lkdtm/
H A Dcore.c248 strim(buf); in lkdtm_debugfs_entry()
325 strim(buf); in direct_entry()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c1343 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/drivers/gpu/drm/i915/
H A Di915_mitigations.c48 tok = strim(tok); in mitigations_set()
/linux/lib/
H A Dbootconfig.c590 v = strim(v); in __xbc_parse_value()
684 k = strim(k); in __xbc_parse_keys()
762 *k = strim(*k); in xbc_parse_key()
H A Dstring_helpers.c862 char *strim(char *s) in strim() function
878 EXPORT_SYMBOL(strim);
/linux/tools/lib/
H A Dstring.c139 char *strim(char *s) in strim() function
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1628 val = strim(val); in otx2_cpt_dl_custom_egrp_create()
1638 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1643 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1653 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1658 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1668 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1673 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
/linux/drivers/dma/
H A Ddmatest.c1112 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/include/linux/
H A Dstring.h187 extern char *strim(char *);
191 return strim(str); in strstrip()
/linux/drivers/md/
H A Ddm-init.c98 *str = strim(*str); in str_field_delimit()
/linux/drivers/nvme/target/
H A Dauth.c63 host->dhchap_ctrl_secret = strim(dhchap_secret); in nvmet_auth_set_key()
67 host->dhchap_secret = strim(dhchap_secret); in nvmet_auth_set_key()
/linux/security/apparmor/include/
H A Dlib.h217 hname = strim((char *)hname); in basename()
/linux/tools/perf/ui/gtk/
H A Dhists.c463 gtk_tree_store_set(store, &iter, col_idx, strim(bf), -1); in perf_gtk__add_hierarchy_entries()
559 strcat(buf, strim(hpp.buf)); in perf_gtk__show_hierarchy()
/linux/kernel/trace/rv/
H A Drv_reactors.c224 ptr = strim(buff); in monitor_reactors_write()
/linux/kernel/trace/
H A Dtrace_events_inject.c299 strim(buf); in event_inject_write()
/linux/drivers/nvdimm/
H A Dclaim.c132 strim(name); in nd_namespace_store()
/linux/tools/perf/util/
H A Daddr2line.c238 *function = strdup(strim(line)); in read_addr2line_record()
/linux/drivers/soc/qcom/
H A Dqcom_stats.c280 strim(stat_type); in qcom_create_soc_sleep_stat_files()

123