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

/freebsd-12-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c80 char *str_fileio, *str_geomio, *str_mmapio; local
94 str_fileio = NULL;
104 (void **)&str_fileio);
122 error = altera_avgen_attach(sc, str_fileio, str_geomio, str_mmapio,
127 if (str_fileio != NULL)
128 OF_prop_free(str_fileio);
H A Daltera_avgen_nexus.c69 const char *str_fileio, *str_geomio, *str_mmapio; local
81 str_fileio = NULL;
94 device_get_unit(dev), ALTERA_AVALON_STR_FILEIO, &str_fileio); 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.c336 const char *str_fileio, const char *str_geomio, const char *str_mmapio,
345 if (str_fileio == NULL && str_geomio == NULL && str_mmapio == NULL) {
358 if (str_geomio != NULL && (str_fileio != NULL || str_mmapio != NULL)) {
393 if (str_fileio != NULL) {
394 for (cp = str_fileio; *cp != '\0'; cp++) {
459 altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, argument
466 error = altera_avgen_process_options(sc, str_fileio, str_geomio,
335 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

Completed in 55 milliseconds