Home
last modified time | relevance | path

Searched refs:cur_name (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi-dt.c80 char *pin_names, *cur_name; in init_pins_table() local
116 cur_name = pin_names; in init_pins_table()
120 int nchars = sprintf(cur_name, "P%c%d", in init_pins_table()
124 cur_pin->pin.name = cur_name; in init_pins_table()
125 cur_name += nchars + 1; in init_pins_table()
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c1460 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local
1462 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()
1472 const char *cur_name = btf__name_by_offset(btf, e->name_off); in enum_value_from_name() local
1475 if (strcmp(cur_name, evalue) == 0) { in enum_value_from_name()
/linux-6.15/tools/perf/util/
H A Dprobe-event.c3701 char *cur_name = NULL; in show_bootconfig_events() local
3728 if (!cur_name || strcmp(cur_name, tev->event)) { in show_bootconfig_events()
3730 cur_name ? "\n" : "", tev->event); in show_bootconfig_events()
3731 cur_name = tev->event; in show_bootconfig_events()
/linux-6.15/scripts/
H A Dcheckpatch.pl3108 my $cur_name = $email_name;
3110 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;
3118 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);