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); in coram_attach()
288 struct coram_softc *sc = device_private(self); in coram_detach()
320 struct coram_softc *sc = device_private(self); in coram_rescan()
336 struct coram_softc *sc = device_private(self); in coram_childdet()
354 struct coram_softc *sc; in coram_intr()
396 coram_mpeg_intr(struct coram_softc *sc) in coram_mpeg_intr()
572 coram_mpeg_attach(struct coram_softc *sc) in coram_mpeg_attach()
591 coram_mpeg_detach(struct coram_softc *sc, int flags) in coram_mpeg_detach()
611 struct coram_softc *sc = cookie; in coram_dtv_get_devinfo()
625 struct coram_softc *sc = cookie; in coram_dtv_open()
650 struct coram_softc *sc = cookie; in coram_dtv_close()
667 struct coram_softc *sc = cookie; in coram_dtv_set_tuner()
678 struct coram_softc *sc = cookie; in coram_dtv_get_status()
702 struct coram_softc *sc = cookie; in coram_dtv_start_transfer()
719 struct coram_softc *sc = cookie; in coram_dtv_stop_transfer()
736 coram_mpeg_reset(struct coram_softc *sc) in coram_mpeg_reset()
756 coram_mpeg_malloc(struct coram_softc *sc, size_t size) in coram_mpeg_malloc()
775 coram_allocmem(struct coram_softc *sc, size_t size, size_t align, in coram_allocmem()
811 coram_mpeg_halt(struct coram_softc *sc) in coram_mpeg_halt()
833 coram_mpeg_free(struct coram_softc *sc, void *addr) in coram_mpeg_free()
851 coram_freemem(struct coram_softc *sc, struct coram_dma *p) in coram_freemem()
862 coram_mpeg_trigger(struct coram_softc *sc, void *buf) in coram_mpeg_trigger()
939 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines) in coram_risc_buffer()
958 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl) in coram_risc_field()
995 coram_sram_ch_setup(struct coram_softc *sc, struct coram_sram_ch *csc, in coram_sram_ch_setup()