Searched refs:varname (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/Documentation/driver-api/media/drivers/ccs/ |
| D | mk-ccs-regs | 218 my $varname = "ccs_reg_arg_" . (lc $name) . $postfix; 224 $argdescs .= "static const struct ccs_reg_arg " . $varname . "[] = {\n"; 241 "), $size, sizeof($varname) / sizeof(*$varname)," . 242 " \"" . (lc $name) . "\", $varname },\n";
|
| /Linux-v5.15/tools/perf/util/ |
| D | probe-finder.c | 428 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument 438 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields() 440 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 453 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 479 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields() 486 varname); in convert_variable_fields() 501 varname); in convert_variable_fields() 506 " nor array.\n", varname); in convert_variable_fields() 523 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields() 544 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields() [all …]
|
| /Linux-v5.15/Documentation/trace/ |
| D | boottime-trace.rst | 122 "type varname".
|