Searched refs:ahc_find_softc (Results 1 – 6 of 6) sorted by relevance
266 ahc = ahc_find_softc((struct ahc_softc *)dev->driver_data); in aic7770_eisa_dev_remove()
96 ahc = ahc_find_softc((struct ahc_softc *)pci_get_drvdata(pdev)); in ahc_linux_pci_dev_remove()
316 ahc = ahc_find_softc(*(struct ahc_softc **)shost->hostdata); in ahc_linux_proc_info()
1203 struct ahc_softc *ahc_find_softc(struct ahc_softc *ahc);
938 ahc = ahc_find_softc(*(struct ahc_softc **)host->hostdata); in ahc_linux_release()
3942 ahc_find_softc(struct ahc_softc *ahc) in ahc_find_softc() function