Home
last modified time | relevance | path

Searched refs:ux500_msp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c114 static void set_prot_desc_tx(struct ux500_msp *msp, in set_prot_desc_tx()
141 static void set_prot_desc_rx(struct ux500_msp *msp, in set_prot_desc_rx()
169 static int configure_protocol(struct ux500_msp *msp, in configure_protocol()
379 static void flush_fifo_rx(struct ux500_msp *msp) in flush_fifo_rx()
396 static void flush_fifo_tx(struct ux500_msp *msp) in flush_fifo_tx()
414 int ux500_msp_i2s_open(struct ux500_msp *msp, in ux500_msp_i2s_open()
484 static void disable_msp_rx(struct ux500_msp *msp) in disable_msp_rx()
500 static void disable_msp_tx(struct ux500_msp *msp) in disable_msp_tx()
628 struct ux500_msp **msp_p) in ux500_msp_i2s_init_msp()
631 struct ux500_msp *msp; in ux500_msp_i2s_init_msp()
[all …]
H A Dux500_msp_i2s.h465 struct ux500_msp { struct
478 struct ux500_msp **msp_p); argument
480 struct ux500_msp *msp);
481 int ux500_msp_i2s_open(struct ux500_msp *msp, struct ux500_msp_config *config);
482 int ux500_msp_i2s_close(struct ux500_msp *msp,
484 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd,
H A Dux500_msp_dai.h47 struct ux500_msp *msp;