Searched refs:ata_host_alloc (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_isapnp.c88 host = ata_host_alloc(&idev->dev, 1);
H A Dpata_ixp4xx_cf.c190 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_mpiix.c210 host = ata_host_alloc(&dev->dev, 1);
H A Dpata_platform.c181 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_winbond.c214 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_qdi.c262 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_mpc52xx.c314 host = ata_host_alloc(dev, 1);
H A Dpata_pcmcia.c291 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_icside.c512 host = ata_host_alloc(&ec->dev, info->nr_ports);
H A Dpata_legacy.c781 host = ata_host_alloc(&pdev->dev, 1);
H A Dlibata-core.c6019 * ata_host_alloc - allocate and init basic ATA host resources
6038 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) function
6107 host = ata_host_alloc(dev, n_ports);
6213 * ata_host_alloc() and fully initialized by LLD. This function
6744 EXPORT_SYMBOL_GPL(ata_host_alloc); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h696 extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);

Completed in 139 milliseconds