Searched refs:apd (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 211 struct acp_pm_domain *apd; in acp_poweroff() local 213 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweroff() 214 if (apd != NULL) { in acp_poweroff() 219 ret = acp_suspend_tile(apd->cgs_dev, ACP_TILE_P1 + i); in acp_poweroff() 230 struct acp_pm_domain *apd; in acp_poweron() local 232 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweron() 233 if (apd != NULL) { in acp_poweron() 235 ret = acp_resume_tile(apd->cgs_dev, ACP_TILE_P1 + i); in acp_poweron() 244 ret = acp_suspend_tile(apd->cgs_dev, ACP_TILE_DSP0 + i); in acp_poweron()
|
/Linux-v4.19/drivers/hwmon/ |
D | emc2103.c | 59 static int apd = -1; variable 60 module_param(apd, bint, 0); 61 MODULE_PARM_DESC(apd, "Set to zero to disable anti-parallel diode mode"); 617 if (apd == 0) { in emc2103_probe() 622 } else if (apd == 1) { in emc2103_probe()
|
/Linux-v4.19/Documentation/hwmon/ |
D | emc2103 | 32 will show as "fault". The module parameter "apd=0" can be used to suppress
|
/Linux-v4.19/drivers/scsi/ |
D | osst.h | 192 u8 apd; /* Additional Partitions Defined - Should be 0 */ member
|