Searched refs:platform_arg (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 666 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
|
D | aic79xx_osm.h | 649 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
|
D | aic7xxx.h | 1156 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
|
D | aic79xx.h | 1343 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
|
D | aic7xxx_osm.c | 1209 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) in ahc_platform_alloc() argument
|
D | aic7xxx_core.c | 4397 ahc_alloc(void *platform_arg, char *name) in ahc_alloc() argument 4410 ahc = device_get_softc((device_t)platform_arg); in ahc_alloc() 4441 if (ahc_platform_alloc(ahc, platform_arg) != 0) { in ahc_alloc()
|
D | aic79xx_osm.c | 1324 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) in ahd_platform_alloc() argument
|
D | aic79xx_core.c | 6066 ahd_alloc(void *platform_arg, char *name) in ahd_alloc() argument 6078 ahd = device_get_softc((device_t)platform_arg); in ahd_alloc() 6116 if (ahd_platform_alloc(ahd, platform_arg) != 0) { in ahd_alloc()
|