/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | da9034-ts.c | 330 input_dev->name = pdev->name; in da9034_touch_probe() 356 .name = "da9034-touch",
|
H A D | himax_hx83112b.c | 144 ts->input_dev->name = "Himax Touchscreen"; in himax_input_register() 312 client->name, ts); in himax_probe() 355 .name = "Himax-hx83112b-TS",
|
H A D | sis_i2c.c | 331 input->name = "SiS Touchscreen"; in sis_ts_probe() 352 client->name, ts); in sis_ts_probe() 385 .name = SIS_I2C_NAME,
|
H A D | lpc32xx_ts.c | 233 input->name = MOD_NAME; in lpc32xx_ts_probe() 252 0, pdev->name, tsc); in lpc32xx_ts_probe() 335 .name = MOD_NAME,
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | sun4i-lradc-keys.c | 296 lradc->input->name = pdev->name; in sun4i_lradc_probe() 354 .name = "sun4i-a10-lradc-keys",
|
H A D | sh_keysc.c | 215 input->name = pdev->name; in sh_keysc_probe() 326 .name = "sh_keysc",
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | debug.c | 240 char name[50]; in bch_debug_init_cache_set() local 242 snprintf(name, 50, "bcache-%pU", c->set_uuid); in bch_debug_init_cache_set() 243 c->debug = debugfs_create_file(name, 0400, bcache_debug, c, in bch_debug_init_cache_set()
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_i2c.c | 8 /* DEB_I2C("'%s'\n", adapter->name); */ in saa7146_i2c_func() 206 dev->name, __func__); in saa7146_i2c_writeout() 224 dev->name, __func__); in saa7146_i2c_writeout() 241 dev->name, __func__); in saa7146_i2c_writeout()
|
/kernel/linux/linux-6.6/drivers/media/cec/platform/cec-gpio/ |
H A D | cec-gpio.c | 207 cec, pdev->name, caps); in cec_gpio_probe() 213 cec->adap->name, cec); in cec_gpio_probe() 284 .name = "cec-gpio",
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | event.h | 110 char name[KSYM_NAME_LEN]; member 267 char name[0]; member 277 char name[MAX_EVENT_NAME]; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 28 const char *name; member 38 char *name; member 48 char *name; member
|
H A D | bpf_off_cpu.c | 65 free(evsel->name); in off_cpu_config() 66 evsel->name = evname; in off_cpu_config() 265 cgrp->name); in off_cpu_prepare()
|
/kernel/linux/linux-6.6/net/phonet/ |
H A D | pep-gprs.c | 197 net_dbg_ratelimited("%s: TX error (%d)\n", dev->name, err); in gprs_xmit() 286 printk(KERN_DEBUG"%s: attached\n", dev->name); in gprs_attach() 307 printk(KERN_DEBUG"%s: detached\n", dev->name); in gprs_detach()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | uart.c | 387 pr_info("NCI uart driver '%s [%d]' registered\n", nu->name, nu->driver); in nci_uart_register() 395 pr_info("NCI uart driver '%s [%d]' unregistered\n", nu->name, in nci_uart_unregister() 427 .name = "n_nci",
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_TCPMSS.c | 255 if (strcmp(m->u.kernel.match->name, "tcp") == 0 && in find_syn_match() 314 .name = "TCPMSS", 324 .name = "TCPMSS",
|
H A D | xt_conntrack.c | 284 .name = "conntrack", 294 .name = "conntrack", 304 .name = "conntrack",
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra20_spdif.c | 251 .name = "tegra20-spdif", 264 .name = "tegra20-spdif", 420 .name = "tegra20-spdif",
|
/kernel/linux/linux-6.6/sound/soc/au1x/ |
H A D | psc-i2s.c | 289 .name = "au1xpsc-i2s", 336 /* name the DAI like this device instance ("au1xpsc-i2s.PSCINDEX") */ in au1xpsc_i2s_drvprobe() 339 wd->dai_drv.name = dev_name(&pdev->dev); in au1xpsc_i2s_drvprobe() 403 .name = "au1xpsc_i2s",
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | kvm_page_table_test.c | 305 vm_mem_backing_src_alias(src_type)->name); in pre_init_before_test() 422 static void help(char *name) in help() argument 426 "[-b mem-size] [-v vcpus] [-s mem-type]\n", name); in help()
|
H A D | max_guest_memory_test.c | 119 static void rendezvous_with_vcpus(struct timespec *time, const char *name) in rendezvous_with_vcpus() argument 123 pr_info("Waiting for vCPUs to finish %s...\n", name); in rendezvous_with_vcpus() 137 pr_info("\rAll vCPUs finished %s, releasing...\n", name); in rendezvous_with_vcpus()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/ |
H A D | resets.c | 285 const char *name; member 305 ksft_test_result_pass("%s\n", testlist[idx].name); in main() 308 testlist[idx].name); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mlock2-tests.c | 108 static unsigned long get_value_for_name(unsigned long addr, const char *name) in get_value_for_name() argument 123 if (!strstr(line, name)) { in get_value_for_name() 130 value_ptr = line + strlen(name); in get_value_for_name()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | amt.sh | 114 ip link add l_gw type veth peer name gw_l 115 ip link add gw_relay type veth peer name relay_gw 116 ip link add relay_src type veth peer name src_relay
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_api.c | 108 char *template_name = entry->template_desc->name; in ima_store_template() 247 const char *filename = file->f_path.dentry->d_name.name; in ima_collect_measurement() 447 strscpy(namebuf, path->dentry->d_name.name, NAME_MAX); in ima_d_path()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 84 strcpy(port->name, "Receiver"); in snd_seq_oss_create_client() 307 sprintf(port.name, "Sequencer-%d", dp->index); in create_port() 355 strcpy(qinfo.name, "OSS Sequencer Emulation"); in alloc_seq_queue()
|