Lines Matching defs:ide_host
815 struct ide_host { struct
816 ide_hwif_t *ports[MAX_HOST_PORTS + 1];
817 unsigned int n_ports;
818 struct device *dev[2];
820 int (*init_chipset)(struct pci_dev *);
822 void (*get_lock)(irq_handler_t, void *);
823 void (*release_lock)(void);
825 irq_handler_t irq_handler;
827 unsigned long host_flags;
829 int irq_flags;
831 void *host_priv;
832 ide_hwif_t *cur_port; /* for hosts requiring serialization */
835 volatile unsigned long host_busy;