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

/freebsd-11-stable/sys/dev/altera/avgen/
H A Daltera_avgen_fdt.c78 char *str_fileio, *str_mmapio; local
92 str_fileio = NULL;
101 (void **)&str_fileio);
117 error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname,
122 if (str_fileio != NULL)
123 OF_prop_free(str_fileio);
H A Daltera_avgen.h81 const char *str_fileio, const char *str_mmapio,
H A Daltera_avgen_nexus.c67 const char *str_fileio, *str_mmapio; local
79 str_fileio = NULL;
91 device_get_unit(dev), ALTERA_AVALON_STR_FILEIO, &str_fileio); local
107 error = altera_avgen_attach(sc, str_fileio, str_mmapio, str_devname,
H A Daltera_avgen.c233 const char *str_fileio, const char *str_mmapio, const char *str_devname,
242 if (str_fileio == NULL && str_mmapio == NULL) {
272 if (str_fileio != NULL) {
273 for (cp = str_fileio; *cp != '\0'; cp++) {
319 altera_avgen_attach(struct altera_avgen_softc *sc, const char *str_fileio, argument
325 error = altera_avgen_process_options(sc, str_fileio, str_mmapio,
232 altera_avgen_process_options(struct altera_avgen_softc *sc, const char *str_fileio, const char *str_mmapio, const char *str_devname, int devunit) argument

Completed in 189 milliseconds