Searched refs:dtv_buffer_realloc (Results 1 – 3 of 3) sorted by relevance
115 if (dtv_buffer_realloc(sc, DTV_DEFAULT_BUFSIZE) != 0) { in dtv_attach()156 dtv_buffer_realloc(sc, 0); in dtv_detach()
154 int dtv_buffer_realloc(struct dtv_softc *, size_t);
132 dtv_buffer_realloc(struct dtv_softc *sc, size_t bufsize) in dtv_buffer_realloc() function