Searched defs:ide_port_info (Results 1 – 1 of 1) sorted by relevance
1344 struct ide_port_info { struct1355 const struct ide_port_info *); argument1357 const struct ide_tp_ops *tp_ops;1358 const struct ide_port_ops *port_ops;1359 const struct ide_dma_ops *dma_ops;1361 struct ide_pci_enablebit enablebits[2];1363 hwif_chipset_t chipset;1365 u16 max_sectors; /* if < than the default one */1390 int ide_pci_init_one(struct pci_dev *, const struct ide_port_info *, void *); argument