Lines Matching defs:ide_host
825 struct ide_host { struct
826 ide_hwif_t *ports[MAX_HOST_PORTS + 1];
827 unsigned int n_ports;
828 struct device *dev[2];
830 int (*init_chipset)(struct pci_dev *);
832 void (*get_lock)(irq_handler_t, void *);
833 void (*release_lock)(void);
835 irq_handler_t irq_handler;
837 unsigned long host_flags;
839 int irq_flags;
841 void *host_priv;
842 ide_hwif_t *cur_port; /* for hosts requiring serialization */
845 volatile unsigned long host_busy;