HomeSort by: relevance | last modified time | path
    Searched refs:coram_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
coramvar.h 72 struct coram_softc { struct
85 struct coram_softc * cic_sc;
coram.c 87 static int coram_mpeg_attach(struct coram_softc *);
88 static int coram_mpeg_detach(struct coram_softc *, int);
89 static int coram_mpeg_reset(struct coram_softc *);
90 static void * coram_mpeg_malloc(struct coram_softc *, size_t);
91 static int coram_allocmem(struct coram_softc *, size_t, size_t, struct coram_dma *);
92 static void coram_mpeg_free(struct coram_softc *, void *);
93 static int coram_mpeg_halt(struct coram_softc *);
94 static int coram_freemem(struct coram_softc *, struct coram_dma *);
95 static int coram_mpeg_trigger(struct coram_softc *, void *);
96 static int coram_risc_buffer(struct coram_softc *, uint32_t, uint32_t)
    [all...]

Completed in 12 milliseconds