Searched refs:d3hot_delay (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/pci/
H A Dintel_mid_pci.c340 dev->d3hot_delay = 0;
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.c471 pdev->d3hot_delay = 0;
/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c785 mdelay(pdev->d3hot_delay);
/linux-master/drivers/pci/
H A Dpci-acpi.c1354 * Update the d3hot_delay and d3cold_delay of a PCI device from the ACPI _DSM
1395 pdev->d3hot_delay = value;
H A Dquirks.c2033 if (dev->d3hot_delay >= delay)
2036 dev->d3hot_delay = delay;
2038 dev->d3hot_delay);
2051 * reset is performed too soon after transition to D0, extend d3hot_delay
3567 dev->d3hot_delay = 0;
3569 /* C600 Series devices do not need 10ms d3hot_delay */
3573 /* Lynxpoint-H PCH devices do not need 10ms d3hot_delay */
3585 /* Intel Cherrytrail devices do not need 10ms d3hot_delay */
H A Dpci.c83 unsigned int delay_ms = max(dev->d3hot_delay, pci_pm_d3hot_delay);
3168 dev->d3hot_delay = PCI_PM_D3HOT_WAIT;
4547 * by default (i.e. unless the @dev's d3hot_delay field has a different value).
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c1265 pdev->d3hot_delay = 0;
/linux-master/include/linux/
H A Dpci.h390 unsigned int d3hot_delay; /* D3hot->D0 transition time in ms */ member in struct:pci_dev
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c4975 pdev->d3hot_delay = 300;

Completed in 170 milliseconds