Home
last modified time | relevance | path

Searched refs:ahc_find_softc (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770_osm.c266 ahc = ahc_find_softc((struct ahc_softc *)dev->driver_data); in aic7770_eisa_dev_remove()
Daic7xxx_osm_pci.c96 ahc = ahc_find_softc((struct ahc_softc *)pci_get_drvdata(pdev)); in ahc_linux_pci_dev_remove()
Daic7xxx_proc.c316 ahc = ahc_find_softc(*(struct ahc_softc **)shost->hostdata); in ahc_linux_proc_info()
Daic7xxx.h1203 struct ahc_softc *ahc_find_softc(struct ahc_softc *ahc);
Daic7xxx_osm.c938 ahc = ahc_find_softc(*(struct ahc_softc **)host->hostdata); in ahc_linux_release()
Daic7xxx_core.c3942 ahc_find_softc(struct ahc_softc *ahc) in ahc_find_softc() function