Home
last modified time | relevance | path

Searched refs:apd (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.c783 annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd, in annotation_line__print() argument
787 struct symbol *sym = apd->he->ms.sym; in annotation_line__print()
827 annotation_line__print(queue, apd, &queue_opts, in annotation_line__print()
853 disasm_line__print(dl, notes->src->start, apd->addr_fmt_width); in annotation_line__print()
855 if (opts->code_with_type && apd->dbg) { in annotation_line__print()
859 data_type = __hist_entry__get_data_type(apd->he, apd->arch, in annotation_line__print()
860 apd->dbg, dl, &offset); in annotation_line__print()
903 printf(" %*s: %-*d %s\n", width, " ", apd->addr_fmt_width, in annotation_line__print()
1230 struct annotation_print_data apd = { in hist_entry__annotate_printf() local
1268 apd.addr_fmt_width = annotated_source__addr_fmt_width(&notes->src->source, in hist_entry__annotate_printf()
[all …]
H A Dannotate.h215 struct annotation_print_data *apd);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c132 struct acp_pm_domain *apd; in acp_poweroff() local
135 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweroff()
136 adev = apd->adev; in acp_poweroff()
149 struct acp_pm_domain *apd; in acp_poweron() local
152 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweron()
153 adev = apd->adev; in acp_poweron()
/linux/drivers/hwmon/
H A Demc2103.c46 static int apd = -1; variable
47 module_param(apd, bint, 0);
48 MODULE_PARM_DESC(apd, "Set to zero to disable anti-parallel diode mode");
594 if (apd == 0) { in emc2103_probe()
599 } else if (apd == 1) { in emc2103_probe()
/linux/Documentation/hwmon/
H A Demc2103.rst36 will show as "fault". The module parameter "apd=0" can be used to suppress
/linux/tools/perf/ui/browsers/
H A Dannotate.c135 struct annotation_print_data apd = { in annotate_browser__write() local
147 apd.type_hash = ab->type_hash; in annotate_browser__write()
149 annotation_line__write(al, notes, &ops, &apd); in annotate_browser__write()