Searched refs:string (Results 1 - 25 of 3814) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Ddebug.c26 char *string; local
29 string = kzalloc(count+1, GFP_KERNEL);
30 if (!string)
33 size = simple_write_to_buffer(string, count, ppos, buffer, count);
36 kfree(string);
/linux-master/sound/soc/intel/avs/
H A Dtopology.c191 snprintf(val, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, "%s", tuple->string);
231 tuple = &tuples->string[i];
234 /* Ignore non-string tokens. */
381 * If there is %d present in fmt string it should be replaced by either
406 * Dynamic naming - string formats, e.g.: ssp%d - supported only for
418 avs_ssp_sprint(val, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, tuple->string, ssp_port, tdm_slot);
/linux-master/sound/hda/
H A Dintel-sdw-acpi.c17 #include <linux/string.h>
/linux-master/net/ipv4/
H A Dip_output.c51 #include <linux/string.h>
H A Daf_inet.c75 #include <linux/string.h>
/linux-master/net/core/
H A Dskbuff.c52 #include <linux/string.h>
/linux-master/fs/btrfs/
H A Dioctl.c14 #include <linux/string.h>
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c16 #include <linux/string.h>
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c15 #include <linux/string.h>
H A Dbcmgenet.c17 #include <linux/string.h>
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1130 memcpy(data + j * ETH_GSTRING_LEN, stat->string,
/linux-master/drivers/firewire/
H A Dohci.c29 #include <linux/string.h>
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c16 #include <linux/string.h>
/linux-master/net/sunrpc/
H A Dxprtsock.c23 #include <linux/string.h>
/linux-master/fs/nfs/
H A Dinode.c23 #include <linux/string.h>
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c13 #include <linux/string.h>
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c11 #include <string.h>
/linux-master/rust/
H A DMakefile286 -mno-pointers-to-nested-functions -mno-string \
/linux-master/fs/erofs/
H A Dsuper.c502 dif->path = kstrdup(param->string, GFP_KERNEL);
520 sbi->fsid = kstrdup(param->string, GFP_KERNEL);
526 sbi->domain_id = kstrdup(param->string, GFP_KERNEL);
/linux-master/drivers/dma/
H A Dpl330.c16 #include <linux/string.h>
/linux-master/arch/riscv/errata/thead/
H A Derrata.c10 #include <linux/string.h>
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c13 #include <string.h>
H A Dprotection_keys.c32 #include <string.h>
H A Drun_vmtests.sh27 Alternatively, specific groups tests can be run by passing a string
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h63 #include <string.h>
86 * @fmt: format string
113 * @fmt: format string

Completed in 472 milliseconds

1234567891011>>