Symbol: cxdtv_softc
sys/dev/pci/cxdtv.c
1009
cxdtv_freemem(struct cxdtv_softc *sc, struct cxdtv_dma *p)
sys/dev/pci/cxdtv.c
101
static void cxdtv_card_init_hd5500(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
102
static void cxdtv_card_init_hdtvwonder(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
1021
cxdtv_mpeg_malloc(struct cxdtv_softc *sc, size_t size)
sys/dev/pci/cxdtv.c
1041
cxdtv_mpeg_free(struct cxdtv_softc *sc, void *addr)
sys/dev/pci/cxdtv.c
1063
cxdtv_card_init_hdtvwonder(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
1094
cxdtv_write_gpio(struct cxdtv_softc *sc, uint32_t mask, uint32_t value)
sys/dev/pci/cxdtv.c
1104
cxdtv_card_init_hd5500(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
154
CFATTACH_DECL2_NEW(cxdtv, sizeof(struct cxdtv_softc),
sys/dev/pci/cxdtv.c
182
struct cxdtv_softc *sc;
sys/dev/pci/cxdtv.c
264
struct cxdtv_softc *sc = device_private(self);
sys/dev/pci/cxdtv.c
287
struct cxdtv_softc *sc = device_private(self);
sys/dev/pci/cxdtv.c
303
struct cxdtv_softc *sc = device_private(self);
sys/dev/pci/cxdtv.c
322
struct cxdtv_softc *sc = intarg;
sys/dev/pci/cxdtv.c
348
struct cxdtv_softc *sc = cookie;
sys/dev/pci/cxdtv.c
367
struct cxdtv_softc *sc = cookie;
sys/dev/pci/cxdtv.c
407
cxdtv_mpeg_attach(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
466
cxdtv_mpeg_detach(struct cxdtv_softc *sc, int flags)
sys/dev/pci/cxdtv.c
515
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
533
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
546
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
574
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
589
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
604
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
620
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
636
struct cxdtv_softc *sc = priv;
sys/dev/pci/cxdtv.c
648
cxdtv_mpeg_reset(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
689
cxdtv_risc_buffer(struct cxdtv_softc *sc, uint32_t bpl, uint32_t lines)
sys/dev/pci/cxdtv.c
716
cxdtv_risc_field(struct cxdtv_softc *sc, uint32_t *rm, uint32_t bpl)
sys/dev/pci/cxdtv.c
752
cxdtv_sram_ch_setup(struct cxdtv_softc *sc, struct cxdtv_sram_ch *csc,
sys/dev/pci/cxdtv.c
812
cxdtv_mpeg_trigger(struct cxdtv_softc *sc, void *buf)
sys/dev/pci/cxdtv.c
83
static int cxdtv_sram_ch_setup(struct cxdtv_softc *,
sys/dev/pci/cxdtv.c
85
static int cxdtv_allocmem(struct cxdtv_softc *, size_t, size_t,
sys/dev/pci/cxdtv.c
87
static int cxdtv_freemem(struct cxdtv_softc *, struct cxdtv_dma *);
sys/dev/pci/cxdtv.c
88
static int cxdtv_risc_buffer(struct cxdtv_softc *, uint32_t, uint32_t);
sys/dev/pci/cxdtv.c
89
static int cxdtv_risc_field(struct cxdtv_softc *, uint32_t *, uint32_t);
sys/dev/pci/cxdtv.c
909
cxdtv_mpeg_halt(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
91
static int cxdtv_mpeg_attach(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
92
static void cxdtv_mpeg_detach(struct cxdtv_softc *, int flags);
sys/dev/pci/cxdtv.c
93
static int cxdtv_mpeg_intr(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
931
cxdtv_mpeg_intr(struct cxdtv_softc *sc)
sys/dev/pci/cxdtv.c
94
static int cxdtv_mpeg_reset(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
96
static int cxdtv_mpeg_trigger(struct cxdtv_softc *, void *);
sys/dev/pci/cxdtv.c
97
static int cxdtv_mpeg_halt(struct cxdtv_softc *);
sys/dev/pci/cxdtv.c
972
cxdtv_allocmem(struct cxdtv_softc *sc, size_t size, size_t align,
sys/dev/pci/cxdtv.c
98
static void * cxdtv_mpeg_malloc(struct cxdtv_softc *, size_t);
sys/dev/pci/cxdtv.c
99
static void cxdtv_mpeg_free(struct cxdtv_softc *, void *);