/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A D | console.c | 23 .name = "console", 42 strcpy(sc->console.name, "stm_console"); in stm_console_link()
|
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/ |
H A D | st_sensors_i2c.c | 58 indio_dev->name = client->name; in st_sensors_i2c_configure()
|
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm9ds0/ |
H A D | st_lsm9ds0_spi.c | 59 lsm9ds0->name = spi->modalias; in st_lsm9ds0_spi_probe() 73 .name = "st-lsm9ds0-spi",
|
/kernel/linux/linux-6.6/drivers/iio/gyro/ |
H A D | fxas21002c_i2c.c | 33 return fxas21002c_core_probe(&i2c->dev, regmap, i2c->irq, i2c->name); in fxas21002c_i2c_probe() 55 .name = "fxas21002c_i2c",
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-cobalt-qube.c | 31 .name = "qube::front", 58 .name = "cobalt-qube-leds",
|
H A D | leds-net48xx.c | 32 .name = "net48xx::error", 45 .name = DRVNAME,
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | rb532_button.c | 64 input->name = "rb532 button"; in rb532_button_probe() 86 .name = DRV_NAME,
|
/kernel/linux/linux-6.6/drivers/interconnect/imx/ |
H A D | imx.h | 60 * @name: name of the node 66 const char *name; member 90 .name = _name, \
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-path-selector.h | 46 char *name; member 102 struct path_selector_type *dm_get_path_selector(const char *name);
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | tracepoint.py | 9 def __init__(self, sys, name): 10 config = perf.tracepoint(sys, name)
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | kvm-stat.c | 65 .name = "VM-EXIT" 70 .name = "vmexit",
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | arch_errno_names.sh | 36 while read name nr; do 37 printf '\tcase %d: return "%s";\n' $nr $name
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_CLASSIFY.c | 39 .name = "CLASSIFY", 49 .name = "CLASSIFY",
|
H A D | xt_length.c | 40 .name = "length", 47 .name = "length",
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_proc.c | 35 for (i = 0; tls_mib_list[i].name; i++) in tls_statistics_seq_show() 36 seq_printf(seq, "%-32s\t%lu\n", tls_mib_list[i].name, buf[i]); in tls_statistics_seq_show()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | spdif_transmitter.c | 49 .name = "dit-hifi", 77 .name = DRV_NAME,
|
H A D | spdif_receiver.c | 49 .name = "dir-hifi", 77 .name = "spdif-dir",
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | cpufreq-bench_plot.sh | 32 while getopts o:t:p: name ; do 33 case $name in
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 42 char name[CSTATE_NAME_LEN]; member 54 char name[MONITOR_NAME_LEN]; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_count.c | 65 .name = "count-global", 73 .name = "count-local",
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_json.py | 40 test_cases.append({"name": subtest.name, "status": status}) 43 "name": test.name, 62 test_group["name"] = "KUnit Test Group"
|
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 73 function printversion(name, value, ofmt) { 76 printf(ofmt, name, value)
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | integrity_audit.c | 42 char name[TASK_COMM_LEN]; in integrity_audit_message() local 57 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_message() 59 audit_log_format(ab, " name="); in integrity_audit_message()
|
/kernel/linux/linux-6.6/sound/aoa/ |
H A D | aoa.h | 21 char name[MAX_CODEC_NAME_LEN]; member 68 char name[MAX_LAYOUT_NAME_LEN]; member
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_voice.h | 35 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name); 38 #define snd_opl3_init_seq_oss(opl3, name) /* NOP */
|