Lines Matching defs:ide_host
775 struct ide_host { struct
776 ide_hwif_t *ports[MAX_HOST_PORTS + 1];
777 unsigned int n_ports;
778 struct device *dev[2];
780 int (*init_chipset)(struct pci_dev *);
782 void (*get_lock)(irq_handler_t, void *);
783 void (*release_lock)(void);
785 irq_handler_t irq_handler;
787 unsigned long host_flags;
789 int irq_flags;
791 void *host_priv;
792 ide_hwif_t *cur_port; /* for hosts requiring serialization */
795 volatile unsigned long host_busy;