Searched refs:d3_delay (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_device.c1208 unsigned d3_delay = dev->pdev->d3_delay; radeon_switcheroo_set_state() local
1214 if (d3_delay < 20 && (rdev->px_quirk_flags & RADEON_PX_QUIRK_LONG_WAKEUP)) radeon_switcheroo_set_state()
1215 dev->pdev->d3_delay = 20; radeon_switcheroo_set_state()
1219 dev->pdev->d3_delay = d3_delay; radeon_switcheroo_set_state()
/linux-4.1.27/drivers/pci/
H A Dpci-acpi.c599 * Update the d3_delay and d3cold_delay of a PCI device from the ACPI _DSM
639 pdev->d3_delay = value; pci_acpi_optimize_delay()
H A Dpci.c60 unsigned int delay = dev->d3_delay; pci_dev_d3_sleep()
2098 dev->d3_delay = PCI_PM_D3_WAIT; pci_pm_init()
3226 * by default (i.e. unless the @dev's d3_delay field has a different value).
H A Dquirks.c3064 dev->d3_delay = 0; quirk_remove_d3_delay()
/linux-4.1.27/arch/x86/pci/
H A Dintel_mid_pci.c285 dev->d3_delay = 0; pci_d3delay_fixup()
/linux-4.1.27/include/linux/
H A Dpci.h314 unsigned int d3_delay; /* D3->D0 transition time in ms */ member in struct:pci_dev
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dsky2.c5070 pdev->d3_delay = 150; sky2_probe()

Completed in 330 milliseconds