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

/freebsd-10.2-release/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.h1409 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
H A Daic7xxx.h1218 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.c3900 ahc_alloc(void *platform_arg, char *name) argument
3913 ahc = device_get_softc((device_t)platform_arg);
3946 if (ahc_platform_alloc(ahc, platform_arg) != 0) {
H A Daic79xx.c5269 ahd_alloc(void *platform_arg, char *name) argument
5281 ahd = device_get_softc((device_t)platform_arg);
5315 if (ahd_platform_alloc(ahd, platform_arg) != 0) {

Completed in 189 milliseconds