Symbol: sprd_mcdt_chan
sound/soc/sprd/sprd-mcdt.c
112
struct sprd_mcdt_chan chan[MCDT_CHANNEL_NUM];
sound/soc/sprd/sprd-mcdt.c
531
struct sprd_mcdt_chan *chan = &mcdt->chan[i];
sound/soc/sprd/sprd-mcdt.c
541
struct sprd_mcdt_chan *chan =
sound/soc/sprd/sprd-mcdt.c
567
int sprd_mcdt_chan_write(struct sprd_mcdt_chan *chan, char *tx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.c
613
int sprd_mcdt_chan_read(struct sprd_mcdt_chan *chan, char *rx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.c
660
int sprd_mcdt_chan_int_enable(struct sprd_mcdt_chan *chan, u32 water_mark,
sound/soc/sprd/sprd-mcdt.c
710
void sprd_mcdt_chan_int_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
755
int sprd_mcdt_chan_dma_enable(struct sprd_mcdt_chan *chan,
sound/soc/sprd/sprd-mcdt.c
805
void sprd_mcdt_chan_dma_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
840
struct sprd_mcdt_chan *sprd_mcdt_request_chan(u8 channel,
sound/soc/sprd/sprd-mcdt.c
843
struct sprd_mcdt_chan *temp;
sound/soc/sprd/sprd-mcdt.c
865
void sprd_mcdt_free_chan(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
867
struct sprd_mcdt_chan *temp;
sound/soc/sprd/sprd-mcdt.c
889
struct sprd_mcdt_chan *chan = &mcdt->chan[i];
sound/soc/sprd/sprd-mcdt.c
946
struct sprd_mcdt_chan *chan, *temp;
sound/soc/sprd/sprd-mcdt.h
102
void sprd_mcdt_chan_dma_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.h
52
struct sprd_mcdt_chan *sprd_mcdt_request_chan(u8 channel,
sound/soc/sprd/sprd-mcdt.h
54
void sprd_mcdt_free_chan(struct sprd_mcdt_chan *chan);
sound/soc/sprd/sprd-mcdt.h
56
int sprd_mcdt_chan_write(struct sprd_mcdt_chan *chan, char *tx_buf, u32 size);
sound/soc/sprd/sprd-mcdt.h
57
int sprd_mcdt_chan_read(struct sprd_mcdt_chan *chan, char *rx_buf, u32 size);
sound/soc/sprd/sprd-mcdt.h
58
int sprd_mcdt_chan_int_enable(struct sprd_mcdt_chan *chan, u32 water_mark,
sound/soc/sprd/sprd-mcdt.h
60
void sprd_mcdt_chan_int_disable(struct sprd_mcdt_chan *chan);
sound/soc/sprd/sprd-mcdt.h
62
int sprd_mcdt_chan_dma_enable(struct sprd_mcdt_chan *chan,
sound/soc/sprd/sprd-mcdt.h
64
void sprd_mcdt_chan_dma_disable(struct sprd_mcdt_chan *chan);
sound/soc/sprd/sprd-mcdt.h
68
struct sprd_mcdt_chan *sprd_mcdt_request_chan(u8 channel,
sound/soc/sprd/sprd-mcdt.h
74
void sprd_mcdt_free_chan(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.h
77
int sprd_mcdt_chan_write(struct sprd_mcdt_chan *chan, char *tx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.h
82
int sprd_mcdt_chan_read(struct sprd_mcdt_chan *chan, char *rx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.h
87
int sprd_mcdt_chan_int_enable(struct sprd_mcdt_chan *chan, u32 water_mark,
sound/soc/sprd/sprd-mcdt.h
93
void sprd_mcdt_chan_int_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.h
96
int sprd_mcdt_chan_dma_enable(struct sprd_mcdt_chan *chan,