Lines Matching refs:ata_host

4557 	struct ata_host *host = ap->host;  in ata_dev_xfermask()
5498 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend()
5510 void ata_host_resume(struct ata_host *host) in ata_host_resume()
5641 struct ata_port *ata_port_alloc(struct ata_host *host) in ata_port_alloc()
5701 struct ata_host *host = dev_get_drvdata(gendev); in ata_devres_release()
5721 struct ata_host *host = container_of(kref, struct ata_host, kref); in ata_host_release()
5731 void ata_host_get(struct ata_host *host) in ata_host_get()
5736 void ata_host_put(struct ata_host *host) in ata_host_put()
5757 struct ata_host *ata_host_alloc(struct device *dev, int n_ports) in ata_host_alloc()
5759 struct ata_host *host; in ata_host_alloc()
5765 sz = sizeof(struct ata_host) + n_ports * sizeof(void *); in ata_host_alloc()
5827 struct ata_host *ata_host_alloc_pinfo(struct device *dev, in ata_host_alloc_pinfo()
5832 struct ata_host *host; in ata_host_alloc_pinfo()
5862 struct ata_host *host = dev_get_drvdata(gendev); in ata_host_stop()
5944 int ata_host_start(struct ata_host *host) in ata_host_start()
6016 void ata_host_init(struct ata_host *host, struct device *dev, in ata_host_init()
6089 int ata_host_register(struct ata_host *host, const struct scsi_host_template *sht) in ata_host_register()
6182 int ata_host_activate(struct ata_host *host, int irq, in ata_host_activate()
6317 void ata_host_detach(struct ata_host *host) in ata_host_detach()
6344 struct ata_host *host = pci_get_drvdata(pdev); in ata_pci_remove_one()
6352 struct ata_host *host = pci_get_drvdata(pdev); in ata_pci_shutdown_one()
6438 struct ata_host *host = pci_get_drvdata(pdev); in ata_pci_device_suspend()
6450 struct ata_host *host = pci_get_drvdata(pdev); in ata_pci_device_resume()
6475 struct ata_host *host = platform_get_drvdata(pdev); in ata_platform_remove_one()