Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.h641 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
Daic79xx_osm.h624 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
Daic7xxx.h1152 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
Daic79xx.h1341 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
Daic7xxx_osm.c1192 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) in ahc_platform_alloc() argument
Daic79xx_osm.c1304 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) in ahd_platform_alloc() argument
Daic7xxx_core.c4379 ahc_alloc(void *platform_arg, char *name) in ahc_alloc() argument
4417 if (ahc_platform_alloc(ahc, platform_arg) != 0) { in ahc_alloc()
Daic79xx_core.c6036 ahd_alloc(void *platform_arg, char *name) in ahd_alloc() argument
6080 if (ahd_platform_alloc(ahd, platform_arg) != 0) { in ahd_alloc()