Searched refs:platform_arg (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h671 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx_osm.h661 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic79xx.h1352 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
H A Daic7xxx.h1161 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic7xxx_core.c4404 ahc_alloc(void *platform_arg, char *name) ahc_alloc() argument
4417 ahc = device_get_softc((device_t)platform_arg); ahc_alloc()
4448 if (ahc_platform_alloc(ahc, platform_arg) != 0) { ahc_alloc()
H A Daic7xxx_osm.c1213 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) ahc_platform_alloc() argument
H A Daic79xx_osm.c1326 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) ahd_platform_alloc() argument
H A Daic79xx_core.c6072 ahd_alloc(void *platform_arg, char *name) ahd_alloc() argument
6084 ahd = device_get_softc((device_t)platform_arg); ahd_alloc()
6116 if (ahd_platform_alloc(ahd, platform_arg) != 0) { ahd_alloc()

Completed in 220 milliseconds