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

  /src/sys/dev/pci/
cxdtv.c 83 static int cxdtv_sram_ch_setup(struct cxdtv_softc *,
85 static int cxdtv_allocmem(struct cxdtv_softc *, size_t, size_t,
87 static int cxdtv_freemem(struct cxdtv_softc *, struct cxdtv_dma *);
88 static int cxdtv_risc_buffer(struct cxdtv_softc *, uint32_t, uint32_t);
89 static int cxdtv_risc_field(struct cxdtv_softc *, uint32_t *, uint32_t);
91 static int cxdtv_mpeg_attach(struct cxdtv_softc *);
92 static void cxdtv_mpeg_detach(struct cxdtv_softc *, int flags);
93 static int cxdtv_mpeg_intr(struct cxdtv_softc *);
94 static int cxdtv_mpeg_reset(struct cxdtv_softc *);
96 static int cxdtv_mpeg_trigger(struct cxdtv_softc *, void *)
    [all...]
cxdtvvar.h 71 struct cxdtv_softc { struct

Completed in 13 milliseconds