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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h258 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx_osm.h214 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx.h1411 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
H A Daic7xxx.h1220 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic79xx_osm.c1277 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) argument
H A Daic7xxx_osm.c1339 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) argument
H A Daic7xxx.c3902 ahc_alloc(void *platform_arg, char *name) argument
3915 ahc = device_get_softc((device_t)platform_arg);
3948 if (ahc_platform_alloc(ahc, platform_arg) != 0) {
H A Daic79xx.c5264 ahd_alloc(void *platform_arg, char *name) argument
5276 ahd = device_get_softc((device_t)platform_arg);
5310 if (ahd_platform_alloc(ahd, platform_arg) != 0) {

Completed in 201 milliseconds