power_control      95 arch/arm/mach-s3c24xx/simtec-usb.c 	.power_control	= usb_simtec_powercontrol,
power_control     123 arch/arm/mach-s3c64xx/mach-smartq.c 	.power_control	= smartq_usb_host_powercontrol,
power_control     432 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			adev->pm.dpm.power_control = true;
power_control     434 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c 			adev->pm.dpm.power_control = false;
power_control     420 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 	bool power_control;
power_control    1025 drivers/gpu/drm/radeon/r600_dpm.c 			rdev->pm.dpm.power_control = true;
power_control    1027 drivers/gpu/drm/radeon/r600_dpm.c 			rdev->pm.dpm.power_control = false;
power_control    1570 drivers/gpu/drm/radeon/radeon.h 	bool power_control;
power_control      49 drivers/input/mouse/elan_i2c.h 	int (*power_control)(struct i2c_client *, bool enable);
power_control     155 drivers/input/mouse/elan_i2c_core.c 		error = data->ops->power_control(data->client, true);
power_control     172 drivers/input/mouse/elan_i2c_core.c 		error = data->ops->power_control(data->client, false);
power_control     180 drivers/input/mouse/elan_i2c_core.c 				data->ops->power_control(data->client, true);
power_control     682 drivers/input/mouse/elan_i2c_i2c.c 	.power_control		= elan_i2c_power_control,
power_control     512 drivers/input/mouse/elan_i2c_smbus.c 	.power_control		= elan_smbus_power_control,
power_control     113 drivers/phy/qualcomm/phy-qcom-ufs-i.h 	void (*power_control)(struct ufs_qcom_phy *phy, bool val);
power_control     107 drivers/phy/qualcomm/phy-qcom-ufs-qmp-14nm.c 	.power_control		= ufs_qcom_phy_qmp_14nm_power_control,
power_control     165 drivers/phy/qualcomm/phy-qcom-ufs-qmp-20nm.c 	.power_control		= ufs_qcom_phy_qmp_20nm_power_control,
power_control     576 drivers/phy/qualcomm/phy-qcom-ufs.c 	phy_common->phy_spec_ops->power_control(phy_common, true);
power_control     630 drivers/phy/qualcomm/phy-qcom-ufs.c 	phy_common->phy_spec_ops->power_control(phy_common, false);
power_control    1287 drivers/scsi/isci/host.c 	del_timer_sync(&ihost->power_control.timer.timer);
power_control    1743 drivers/scsi/isci/host.c 	struct isci_host *ihost = container_of(tmr, typeof(*ihost), power_control.timer);
power_control    1753 drivers/scsi/isci/host.c 	ihost->power_control.phys_granted_power = 0;
power_control    1755 drivers/scsi/isci/host.c 	if (ihost->power_control.phys_waiting == 0) {
power_control    1756 drivers/scsi/isci/host.c 		ihost->power_control.timer_started = false;
power_control    1762 drivers/scsi/isci/host.c 		if (ihost->power_control.phys_waiting == 0)
power_control    1765 drivers/scsi/isci/host.c 		iphy = ihost->power_control.requesters[i];
power_control    1769 drivers/scsi/isci/host.c 		if (ihost->power_control.phys_granted_power >= max_spin_up(ihost))
power_control    1772 drivers/scsi/isci/host.c 		ihost->power_control.requesters[i] = NULL;
power_control    1773 drivers/scsi/isci/host.c 		ihost->power_control.phys_waiting--;
power_control    1774 drivers/scsi/isci/host.c 		ihost->power_control.phys_granted_power++;
power_control    1781 drivers/scsi/isci/host.c 				struct isci_phy *requester = ihost->power_control.requesters[j];
power_control    1794 drivers/scsi/isci/host.c 						ihost->power_control.requesters[j] = NULL;
power_control    1795 drivers/scsi/isci/host.c 						ihost->power_control.phys_waiting--;
power_control    1808 drivers/scsi/isci/host.c 	ihost->power_control.timer_started = true;
power_control    1819 drivers/scsi/isci/host.c 	if (ihost->power_control.phys_granted_power < max_spin_up(ihost)) {
power_control    1820 drivers/scsi/isci/host.c 		ihost->power_control.phys_granted_power++;
power_control    1827 drivers/scsi/isci/host.c 		if (ihost->power_control.timer_started)
power_control    1828 drivers/scsi/isci/host.c 			sci_del_timer(&ihost->power_control.timer);
power_control    1830 drivers/scsi/isci/host.c 		sci_mod_timer(&ihost->power_control.timer,
power_control    1832 drivers/scsi/isci/host.c 		ihost->power_control.timer_started = true;
power_control    1860 drivers/scsi/isci/host.c 			ihost->power_control.requesters[iphy->phy_index] = iphy;
power_control    1861 drivers/scsi/isci/host.c 			ihost->power_control.phys_waiting++;
power_control    1871 drivers/scsi/isci/host.c 	if (ihost->power_control.requesters[iphy->phy_index])
power_control    1872 drivers/scsi/isci/host.c 		ihost->power_control.phys_waiting--;
power_control    1874 drivers/scsi/isci/host.c 	ihost->power_control.requesters[iphy->phy_index] = NULL;
power_control    2126 drivers/scsi/isci/host.c 	sci_init_timer(&ihost->power_control.timer, power_control_timeout);
power_control    2128 drivers/scsi/isci/host.c 	memset(ihost->power_control.requesters, 0,
power_control    2129 drivers/scsi/isci/host.c 	       sizeof(ihost->power_control.requesters));
power_control    2131 drivers/scsi/isci/host.c 	ihost->power_control.phys_waiting = 0;
power_control    2132 drivers/scsi/isci/host.c 	ihost->power_control.phys_granted_power = 0;
power_control     160 drivers/scsi/isci/host.h 	struct sci_power_control power_control;
power_control     149 drivers/usb/host/ohci-s3c2410.c 	if (info->power_control != NULL) {
power_control     151 drivers/usb/host/ohci-s3c2410.c 		(info->power_control)(port-1, to);
power_control     244 drivers/usb/host/ohci-s3c2410.c 		if (info->power_control == NULL)
power_control      26 include/linux/platform_data/usb-ohci-s3c2410.h 	void		(*power_control)(int port, int to);