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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h826 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx_osm.h795 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx.h1339 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
H A Daic7xxx.h1167 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic7xxx_osm.c1151 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) argument
H A Daic7xxx_core.c3797 ahc_alloc(void *platform_arg, char *name) argument
3810 ahc = device_get_softc((device_t)platform_arg);
3842 if (ahc_platform_alloc(ahc, platform_arg) != 0) {
H A Daic79xx_osm.c1172 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) argument
H A Daic79xx_core.c5268 ahd_alloc(void *platform_arg, char *name) argument
5280 ahd = device_get_softc((device_t)platform_arg);
5313 if (ahd_platform_alloc(ahd, platform_arg) != 0) {

Completed in 133 milliseconds