Searched refs:str_geomio (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c80 char *str_fileio, *str_geomio, *str_mmapio; local
95 str_geomio = NULL;
106 (void **)&str_geomio);
122 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio,
129 if (str_geomio != NULL)
130 OF_prop_free(str_geomio);
H A Daltera_avgen_nexus.c69 const char *str_fileio, *str_geomio, *str_mmapio; local
82 str_geomio = NULL;
96 device_get_unit(dev), ALTERA_AVALON_STR_GEOMIO, &str_geomio); local
112 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio,
H A Daltera_avgen.h94 const char *str_fileio, const char *str_geomio,
H A Daltera_avgen.c338 const char *str_fileio, const char *str_geomio, const char *str_mmapio,
347 if (str_fileio == NULL && str_geomio == NULL && str_mmapio == NULL) {
360 if (str_geomio != NULL && (str_fileio != NULL || str_mmapio != NULL)) {
414 if (str_geomio != NULL) {
415 for (cp = str_geomio; *cp != '\0'; cp++){
462 const char *str_geomio, const char *str_mmapio, const char *str_devname,
468 error = altera_avgen_process_options(sc, str_fileio, str_geomio,
337 altera_avgen_process_options(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_geomio, const char *str_mmapio, const char *str_devname, int devunit) argument
461 altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_geomio, const char *str_mmapio, const char *str_devname, int devunit) argument

Completed in 68 milliseconds