Lines Matching defs:ide_host
771 struct ide_host { struct
772 ide_hwif_t *ports[MAX_HOST_PORTS + 1];
773 unsigned int n_ports;
774 struct device *dev[2];
776 int (*init_chipset)(struct pci_dev *);
778 void (*get_lock)(irq_handler_t, void *);
779 void (*release_lock)(void);
781 irq_handler_t irq_handler;
783 unsigned long host_flags;
785 int irq_flags;
787 void *host_priv;
788 ide_hwif_t *cur_port; /* for hosts requiring serialization */
791 volatile unsigned long host_busy;