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
569
int sprd_mcdt_chan_write(struct sprd_mcdt_chan *chan, char *tx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.c
620
int sprd_mcdt_chan_read(struct sprd_mcdt_chan *chan, char *rx_buf, u32 size)
sound/soc/sprd/sprd-mcdt.c
671
int sprd_mcdt_chan_int_enable(struct sprd_mcdt_chan *chan, u32 water_mark,
sound/soc/sprd/sprd-mcdt.c
725
void sprd_mcdt_chan_int_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
773
int sprd_mcdt_chan_dma_enable(struct sprd_mcdt_chan *chan,
sound/soc/sprd/sprd-mcdt.c
827
void sprd_mcdt_chan_dma_disable(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
866
struct sprd_mcdt_chan *sprd_mcdt_request_chan(u8 channel,
sound/soc/sprd/sprd-mcdt.c
869
struct sprd_mcdt_chan *temp;
sound/soc/sprd/sprd-mcdt.c
893
void sprd_mcdt_free_chan(struct sprd_mcdt_chan *chan)
sound/soc/sprd/sprd-mcdt.c
895
struct sprd_mcdt_chan *temp;
sound/soc/sprd/sprd-mcdt.c
920
struct sprd_mcdt_chan *chan = &mcdt->chan[i];
sound/soc/sprd/sprd-mcdt.c
978
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,