Home
last modified time | relevance | path

Searched refs:hwif_s (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dide.h289 struct hwif_s;
290 typedef int (ide_ack_intr_t)(struct hwif_s *);
325 int ide_register_hw(hw_regs_t *hw, struct hwif_s **hwifp);
708 struct hwif_s *hwif; /* actually (ide_hwif_t *) */
851 typedef struct hwif_s { struct
852 struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ argument
853 struct hwif_s *mate; /* other hwif from same PCI chip */ argument
/linux-2.4.37.9/drivers/pcmcia/
Dsibyte_generic.c133 int sb_pcmcia_ack_intr(struct hwif_s *hwif) in sb_pcmcia_ack_intr()