Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/most/
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-6.3-rc2/drivers/ssb/
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-6.3-rc2/tools/bootconfig/include/linux/
A Dbootconfig.h32 static inline char *strim(char *s) in strim() function
/linux-6.3-rc2/tools/include/linux/
A Dstring.h47 extern char *strim(char *);
/linux-6.3-rc2/include/linux/
A Dstring.h74 extern char *strim(char *);
78 return strim(str); in strstrip()
/linux-6.3-rc2/arch/s390/boot/
A Dstring.c32 char *strim(char *s) in strim() function
A Dipl_parm.c194 strcpy(early_command_line, strim(parmarea.command_line)); in setup_boot_command_line()
/linux-6.3-rc2/security/loadpin/
A Dloadpin.c314 p = strim(p); in read_trusted_verity_root_digests()
316 p = strim(data); in read_trusted_verity_root_digests()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_mitigations.c48 tok = strim(tok); in mitigations_set()
/linux-6.3-rc2/drivers/misc/lkdtm/
A Dcore.c245 strim(buf); in lkdtm_debugfs_entry()
321 strim(buf); in direct_entry()
/linux-6.3-rc2/tools/lib/
A Dstring.c139 char *strim(char *s) in strim() function
/linux-6.3-rc2/lib/
A Dbootconfig.c593 v = strim(v); in __xbc_parse_value()
680 k = strim(k); in __xbc_parse_keys()
750 *k = strim(*k); in xbc_parse_key()
A Dstring_helpers.c867 char *strim(char *s) in strim() function
883 EXPORT_SYMBOL(strim);
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.c1353 val = strim(val); in ucode_load_store()
1360 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1367 val = strim(val); in ucode_load_store()
1375 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1380 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store()
1387 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1392 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_ucode.c1601 val = strim(val); in otx2_cpt_dl_custom_egrp_create()
1611 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1616 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1626 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1631 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
1641 tmp = strim(tmp); in otx2_cpt_dl_custom_egrp_create()
1646 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in otx2_cpt_dl_custom_egrp_create()
/linux-6.3-rc2/drivers/dma/
A Ddmatest.c1097 strscpy(params->channel, strim(test_channel), sizeof(params->channel)); in add_threaded_test()
1098 strscpy(params->device, strim(test_device), sizeof(params->device)); in add_threaded_test()
1238 strim(test_channel)) == 0) { in dmatest_chan_set()
1262 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set()
1263 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()
/linux-6.3-rc2/tools/perf/tests/
A Dbuiltin-test-list.c82 return description ? strim(description + 1) : NULL; in shell_test__description()
/linux-6.3-rc2/arch/s390/hypfs/
A Dhypfs_diag.c100 strim(name); in part_hdr__part_name()
380 strim(name); in diag224_idx2name()
/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Dctrlmondata.c226 dom = strim(dom); in parse_line()
406 resname = strim(strsep(&tok, ":")); in rdtgroup_schemata_write()
/linux-6.3-rc2/drivers/staging/fbtft/
A Dfbtft-sysfs.c51 str_p = strim(tmp); in fbtft_gamma_parse_str()
/linux-6.3-rc2/drivers/soc/qcom/
A Dqcom_stats.c160 strim(stat_type); in qcom_create_soc_sleep_stat_files()
/linux-6.3-rc2/security/apparmor/include/
A Dlib.h161 hname = strim((char *)hname); in basename()
/linux-6.3-rc2/drivers/nvme/target/
A Dauth.c49 host->dhchap_ctrl_secret = strim(dhchap_secret); in nvmet_auth_set_key()
53 host->dhchap_secret = strim(dhchap_secret); in nvmet_auth_set_key()
/linux-6.3-rc2/drivers/md/
A Ddm-init.c98 *str = strim(*str); in str_field_delimit()
/linux-6.3-rc2/arch/s390/kernel/
A Dearly.c114 s = strim(str); in strim_all()

Completed in 50 milliseconds

123