Home | History | Annotate | Download | only in podulebus

Lines Matching refs:esc_softc

74 int cosc_setup_dma(struct esc_softc *, void *, int, int);
75 int cosc_build_dma_chain(struct esc_softc *, struct esc_dma_chain *, void *,
77 int cosc_need_bump(struct esc_softc *, void *, int);
78 void cosc_led(struct esc_softc *, int);
79 void cosc_set_dma_adr(struct esc_softc *, void *);
80 void cosc_set_dma_tc(struct esc_softc *, unsigned int);
81 void cosc_set_dma_mode(struct esc_softc *, int);
290 cosc_led(struct esc_softc *sc, int mode)
308 struct esc_softc *dev = arg;
340 cosc_set_dma_adr(struct esc_softc *sc, void *ptr)
350 cosc_set_dma_tc(struct esc_softc *sc, unsigned int len)
365 cosc_set_dma_mode(struct esc_softc *sc, int mode)
374 cosc_setup_dma(struct esc_softc *sc, void *ptr, int len, int mode)
385 cosc_need_bump(struct esc_softc *sc, void *ptr, int len)
405 cosc_build_dma_chain(struct esc_softc *sc, struct esc_dma_chain *chain, void *p, int l)