Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlinux_string.h6 extern char *strim(char *);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/env/
H A Dattr.c89 attributes = strim(attributes); in env_attr_walk()
92 name = strim(entry_cpy); in env_attr_walk()
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dlinux_string.su
/OK3568_Linux_fs/u-boot/lib/
H A Dlinux_string.su
H A Dlinux_string.c35 char *strim(char *s) in strim() function
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dcortina.c210 strim(reg_addr); in cs4340_upload_firmware()
211 strim(reg_data); in cs4340_upload_firmware()
/OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/
H A Dstring.h15 static inline char *strim(char *s) in strim() function
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dstring.h47 extern char *strim(char *);
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-utils.h29 static inline char *strim(char *string) in strim() function
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dstring.c32 char *strim(char *s) in strim() function
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c528 v = strim(v); in __xbc_parse_value()
615 k = strim(k); in __xbc_parse_keys()
685 *k = strim(*k); in xbc_parse_key()
H A Dstring.c541 char *strim(char *s) in strim() function
557 EXPORT_SYMBOL(strim);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_mitigations.c47 tok = strim(tok); in mitigations_set()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c1354 val = strim(val); in ucode_load_store()
1361 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1368 val = strim(val); in ucode_load_store()
1376 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1381 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store()
1388 tmp = strim(strsep(&val, ":")); in ucode_load_store()
1393 if (kstrtoint(strim(val), 10, &engs[grp_idx].count)) in ucode_load_store()
/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Dcore.c310 strim(buf); in lkdtm_debugfs_entry()
379 strim(buf); in direct_entry()
/OK3568_Linux_fs/kernel/tools/lib/
H A Dstring.c139 char *strim(char *s) in strim() function
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmatest.c1095 strlcpy(params->channel, strim(test_channel), sizeof(params->channel)); in add_threaded_test()
1096 strlcpy(params->device, strim(test_device), sizeof(params->device)); in add_threaded_test()
1236 strim(test_channel)) == 0) { in dmatest_chan_set()
1260 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set()
1261 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c211 dom = strim(dom); in parse_line()
336 resname = strim(strsep(&tok, ":")); in rdtgroup_schemata_write()
/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dhypfs_diag.c108 strim(name); in part_hdr__part_name()
388 strim(name); in diag224_idx2name()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h74 extern char *strim(char *);
78 return strim(str); in strstrip()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-init.c93 *str = strim(*str); in str_field_delimit()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfbtft-sysfs.c51 str_p = strim(tmp); in fbtft_gamma_parse_str()
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dlib.h150 hname = strim((char *)hname); in basename()

1234