Home | History | Annotate | Download | only in pci

Lines Matching refs:coram_softc

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);
97 static int coram_risc_field(struct coram_softc *, uint32_t *, uint32_t);
98 static int coram_sram_ch_setup(struct coram_softc *, struct coram_sram_ch *, uint32_t);
99 static int coram_mpeg_intr(struct coram_softc *);
101 CFATTACH_DECL2_NEW(coram, sizeof(struct coram_softc),
160 struct coram_softc *sc = device_private(self);
282 struct coram_softc *sc = device_private(self);
314 struct coram_softc *sc = device_private(self);
330 struct coram_softc *sc = device_private(self);
348 struct coram_softc *sc;
390 coram_mpeg_intr(struct coram_softc *sc)
566 coram_mpeg_attach(struct coram_softc *sc)
585 coram_mpeg_detach(struct coram_softc *sc, int flags)
605 struct coram_softc *sc = cookie;
619 struct coram_softc *sc = cookie;
644 struct coram_softc *sc = cookie;
661 struct coram_softc *sc = cookie;
672 struct coram_softc *sc = cookie;
696 struct coram_softc *sc = cookie;
713 struct coram_softc *sc = cookie;
730 coram_mpeg_reset(struct coram_softc *sc)
750 coram_mpeg_malloc(struct coram_softc *sc, size_t size)
769 coram_allocmem(struct coram_softc *sc, size_t size, size_t align,
805 coram_mpeg_halt(struct coram_softc *sc)
827 coram_mpeg_free(struct coram_softc *sc, void *addr)
845 coram_freemem(struct coram_softc *sc, struct coram_dma *p)
856 coram_mpeg_trigger(struct coram_softc *sc, void *buf)
933 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines)
952 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl)
989 coram_sram_ch_setup(struct coram_softc *sc, struct coram_sram_ch *csc,