Symbol: ux500_msp
sound/soc/ux500/ux500_msp_dai.h
47
struct ux500_msp *msp;
sound/soc/ux500/ux500_msp_i2s.c
114
static void set_prot_desc_tx(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.c
141
static void set_prot_desc_rx(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.c
169
static int configure_protocol(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.c
213
static int setup_bitclk(struct ux500_msp *msp, struct ux500_msp_config *config)
sound/soc/ux500/ux500_msp_i2s.c
268
static int configure_multichannel(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.c
347
static int enable_msp(struct ux500_msp *msp, struct ux500_msp_config *config)
sound/soc/ux500/ux500_msp_i2s.c
379
static void flush_fifo_rx(struct ux500_msp *msp)
sound/soc/ux500/ux500_msp_i2s.c
396
static void flush_fifo_tx(struct ux500_msp *msp)
sound/soc/ux500/ux500_msp_i2s.c
414
int ux500_msp_i2s_open(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.c
484
static void disable_msp_rx(struct ux500_msp *msp)
sound/soc/ux500/ux500_msp_i2s.c
500
static void disable_msp_tx(struct ux500_msp *msp)
sound/soc/ux500/ux500_msp_i2s.c
516
static int disable_msp(struct ux500_msp *msp, unsigned int dir)
sound/soc/ux500/ux500_msp_i2s.c
554
int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
sound/soc/ux500/ux500_msp_i2s.c
591
int ux500_msp_i2s_close(struct ux500_msp *msp, unsigned int dir)
sound/soc/ux500/ux500_msp_i2s.c
628
struct ux500_msp **msp_p)
sound/soc/ux500/ux500_msp_i2s.c
631
struct ux500_msp *msp;
sound/soc/ux500/ux500_msp_i2s.c
633
*msp_p = devm_kzalloc(&pdev->dev, sizeof(struct ux500_msp), GFP_KERNEL);
sound/soc/ux500/ux500_msp_i2s.c
662
struct ux500_msp *msp)
sound/soc/ux500/ux500_msp_i2s.h
478
struct ux500_msp **msp_p);
sound/soc/ux500/ux500_msp_i2s.h
480
struct ux500_msp *msp);
sound/soc/ux500/ux500_msp_i2s.h
481
int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config);
sound/soc/ux500/ux500_msp_i2s.h
482
int ux500_msp_i2s_close(struct ux500_msp *msp,
sound/soc/ux500/ux500_msp_i2s.h
484
int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,