Searched refs:d3cold_delay (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-acpi.c1354 * Update the d3hot_delay and d3cold_delay of a PCI device from the ACPI _DSM
1377 pdev->d3cold_delay = 0;
1390 pdev->d3cold_delay = value;
H A Dpci.c3169 dev->d3cold_delay = PCI_PM_D3COLD_WAIT;
4725 if (pdev->d3cold_delay < min_delay)
4726 min_delay = pdev->d3cold_delay;
4727 if (pdev->d3cold_delay > max_delay)
4728 max_delay = pdev->d3cold_delay;
4774 /* Take d3cold_delay requirements into account */
H A Dquirks.c6253 pdev->d3cold_delay = 1000;
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c1322 * in power off. Set d3cold_delay to 0 since default 100ms is not
1325 pdev->d3cold_delay = 0;
1342 pdev->d3cold_delay = 0;
/linux-master/drivers/mfd/
H A Dintel-lpss-pci.c73 pdev->d3cold_delay = 0;
/linux-master/include/linux/
H A Dpci.h391 unsigned int d3cold_delay; /* D3cold->D0 transition time in ms */ member in struct:pci_dev

Completed in 180 milliseconds