Lines Matching defs:ide_host
784 struct ide_host { struct
785 ide_hwif_t *ports[MAX_HOST_PORTS + 1];
786 unsigned int n_ports;
787 struct device *dev[2];
789 int (*init_chipset)(struct pci_dev *);
791 void (*get_lock)(irq_handler_t, void *);
792 void (*release_lock)(void);
794 irq_handler_t irq_handler;
796 unsigned long host_flags;
798 int irq_flags;
800 void *host_priv;
801 ide_hwif_t *cur_port; /* for hosts requiring serialization */
804 volatile unsigned long host_busy;