Lines Matching refs:mesg
5135 static void ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, in ata_port_request_pm() argument
5155 ap->pm_mesg = mesg; in ata_port_request_pm()
5170 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg, in ata_port_suspend() argument
5189 ata_port_request_pm(ap, mesg, 0, in ata_port_suspend()
5224 static void ata_port_resume(struct ata_port *ap, pm_message_t mesg, in ata_port_resume() argument
5227 ata_port_request_pm(ap, mesg, ATA_EH_RESET, in ata_port_resume()
5312 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() argument
5314 host->dev->power.power_state = mesg; in ata_host_suspend()
6216 void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg) in ata_pci_device_do_suspend() argument
6221 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
6245 int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in ata_pci_device_suspend() argument
6249 ata_host_suspend(host, mesg); in ata_pci_device_suspend()
6251 ata_pci_device_do_suspend(pdev, mesg); in ata_pci_device_suspend()