Searched refs:apd (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_acp.c | 132 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-6.15/drivers/hwmon/ |
| H A D | emc2103.c | 46 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"); 590 if (apd == 0) { in emc2103_probe() 595 } else if (apd == 1) { in emc2103_probe()
|
| /linux-6.15/tools/perf/util/ |
| H A D | annotate.c | 782 struct symbol *sym = apd->he->ms.sym; in annotation_line__print() 822 annotation_line__print(queue, apd, &queue_opts, in annotation_line__print() 848 disasm_line__print(dl, apd->start, apd->addr_fmt_width); in annotation_line__print() 850 if (opts->code_with_type && apd->dbg) { in annotation_line__print() 854 data_type = __hist_entry__get_data_type(apd->he, apd->arch, in annotation_line__print() 855 apd->dbg, dl, &offset); in annotation_line__print() 1230 struct annotation_print_data apd = { in hist_entry__annotate_printf() local 1270 apd.start); in hist_entry__annotate_printf() 1271 evsel__get_arch(evsel, &apd.arch); in hist_entry__annotate_printf() 1272 apd.dbg = debuginfo__new(filename); in hist_entry__annotate_printf() [all …]
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | emc2103.rst | 36 will show as "fault". The module parameter "apd=0" can be used to suppress
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_vbt_defs.h | 1377 u16 apd; /* 253-256 */ member
|