Lines Matching refs:omap_mcpdm

52 struct omap_mcpdm {  struct
79 static inline void omap_mcpdm_write(struct omap_mcpdm *mcpdm, u16 reg, u32 val) in omap_mcpdm_write() argument
84 static inline int omap_mcpdm_read(struct omap_mcpdm *mcpdm, u16 reg) in omap_mcpdm_read()
90 static void omap_mcpdm_reg_dump(struct omap_mcpdm *mcpdm) in omap_mcpdm_reg_dump()
122 static void omap_mcpdm_reg_dump(struct omap_mcpdm *mcpdm) {} in omap_mcpdm_reg_dump()
129 static void omap_mcpdm_start(struct omap_mcpdm *mcpdm) in omap_mcpdm_start()
148 static void omap_mcpdm_stop(struct omap_mcpdm *mcpdm) in omap_mcpdm_stop()
167 static inline int omap_mcpdm_active(struct omap_mcpdm *mcpdm) in omap_mcpdm_active()
177 static void omap_mcpdm_open_streams(struct omap_mcpdm *mcpdm) in omap_mcpdm_open_streams()
209 static void omap_mcpdm_close_streams(struct omap_mcpdm *mcpdm) in omap_mcpdm_close_streams()
232 struct omap_mcpdm *mcpdm = dev_id; in omap_mcpdm_irq_handler()
264 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_startup()
279 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_shutdown()
299 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_hw_params()
368 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_prepare()
392 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_probe()
425 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_remove()
436 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_suspend()
454 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_resume()
508 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(rtd->cpu_dai); in omap_mcpdm_configure_dn_offsets()
516 struct omap_mcpdm *mcpdm; in asoc_mcpdm_probe()
520 mcpdm = devm_kzalloc(&pdev->dev, sizeof(struct omap_mcpdm), GFP_KERNEL); in asoc_mcpdm_probe()